diff options
author | Javier Villavicencio <the_paya@gentoo.org> | 2006-09-10 18:13:38 +0000 |
---|---|---|
committer | Javier Villavicencio <the_paya@gentoo.org> | 2006-09-10 18:13:38 +0000 |
commit | 66eaf3ac0665099326d7f476671f533cfff42e90 (patch) | |
tree | 7f8b9cc3c662ee051ff171511ce7740015b488e4 /net-libs/libnet | |
parent | Added ~x86-fbsd keyword. (diff) | |
download | gentoo-2-66eaf3ac0665099326d7f476671f533cfff42e90.tar.gz gentoo-2-66eaf3ac0665099326d7f476671f533cfff42e90.tar.bz2 gentoo-2-66eaf3ac0665099326d7f476671f533cfff42e90.zip |
Added ~x86-fbsd keyword.
(Portage version: 2.1.1)
Diffstat (limited to 'net-libs/libnet')
-rw-r--r-- | net-libs/libnet/ChangeLog | 8 | ||||
-rw-r--r-- | net-libs/libnet/files/digest-libnet-1.1.2.1-r1 | 2 | ||||
-rw-r--r-- | net-libs/libnet/libnet-1.1.2.1-r1.ebuild | 6 |
3 files changed, 11 insertions, 5 deletions
diff --git a/net-libs/libnet/ChangeLog b/net-libs/libnet/ChangeLog index 79a28eb42c9c..d6ba6859247d 100644 --- a/net-libs/libnet/ChangeLog +++ b/net-libs/libnet/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/libnet -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/ChangeLog,v 1.42 2005/07/25 18:35:10 killerfox Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/ChangeLog,v 1.43 2006/09/10 18:13:38 the_paya Exp $ + + 10 Sep 2006; Javier Villavicencio <the_paya@gentoo.org> + libnet-1.1.2.1-r1.ebuild: + Add ~x86-fbsd keyword. 25 Jul 2005; Rene Nussbaumer <killerfox@gentoo.org> libnet-1.0.2a-r3.ebuild: diff --git a/net-libs/libnet/files/digest-libnet-1.1.2.1-r1 b/net-libs/libnet/files/digest-libnet-1.1.2.1-r1 index c2f0e935f16a..13d266712f70 100644 --- a/net-libs/libnet/files/digest-libnet-1.1.2.1-r1 +++ b/net-libs/libnet/files/digest-libnet-1.1.2.1-r1 @@ -1 +1,3 @@ MD5 be845c41170d72c7db524f3411b50256 libnet-1.1.2.1.tar.gz 1021236 +RMD160 2d8d87930d09a74ab369bd7c240af4b5426ae380 libnet-1.1.2.1.tar.gz 1021236 +SHA256 ab01882a3d0556176018c09342cd0731f7cbc8e687795009894c3326942c76ff libnet-1.1.2.1.tar.gz 1021236 diff --git a/net-libs/libnet/libnet-1.1.2.1-r1.ebuild b/net-libs/libnet/libnet-1.1.2.1-r1.ebuild index 8fb5fbb4a850..5933ba870cb4 100644 --- a/net-libs/libnet/libnet-1.1.2.1-r1.ebuild +++ b/net-libs/libnet/libnet-1.1.2.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/libnet-1.1.2.1-r1.ebuild,v 1.3 2005/06/11 01:50:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/libnet-1.1.2.1-r1.ebuild,v 1.4 2006/09/10 18:13:38 the_paya Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.packetfactory.net/libnet/dist/${P}.tar.gz" LICENSE="LGPL-2" SLOT="1.1" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ~ppc-macos ppc64 s390 sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ~ppc-macos ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="doc" DEPEND="sys-devel/autoconf" |