diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-06-11 01:50:34 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-06-11 01:50:34 +0000 |
commit | ecbd7bb04ae51849ae9b7cdb7e93d1bcca295e0b (patch) | |
tree | 13f2fa1823096903625d1adcf5951a1255d7d21e /net-libs | |
parent | stabilize for new e2fsprogs (diff) | |
download | historical-ecbd7bb04ae51849ae9b7cdb7e93d1bcca295e0b.tar.gz historical-ecbd7bb04ae51849ae9b7cdb7e93d1bcca295e0b.tar.bz2 historical-ecbd7bb04ae51849ae9b7cdb7e93d1bcca295e0b.zip |
stabilize
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libnet/Manifest | 10 | ||||
-rw-r--r-- | net-libs/libnet/libnet-1.1.2.1-r1.ebuild | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net-libs/libnet/Manifest b/net-libs/libnet/Manifest index 234d623578c0..99a158b928c7 100644 --- a/net-libs/libnet/Manifest +++ b/net-libs/libnet/Manifest @@ -1,12 +1,12 @@ MD5 53baa0c0a098874fa8a7b0fbf941de18 ChangeLog 5404 MD5 4f8815e3e019f504f20c296a94deace2 libnet-1.0.2a-r3.ebuild 1646 -MD5 7d7d05ea0a06729e4e4ec603eff0e130 libnet-1.1.2.1-r1.ebuild 1099 -MD5 cd3f1a3e50bc0b9e6b0f7f26f40873c2 libnet-1.1.2.1.ebuild 816 MD5 e44a844390f3e185ec4508e0cce5c5f0 metadata.xml 1083 +MD5 cd3f1a3e50bc0b9e6b0f7f26f40873c2 libnet-1.1.2.1.ebuild 816 +MD5 0958d4d7d21ed3915be5ea9b71255c61 libnet-1.1.2.1-r1.ebuild 1087 MD5 2c90cae2a7fff0c8bf6fbee5977bfda0 files/1.0.2a-slot.patch 7696 MD5 69c5edaa98f4890a0b542a8fe9937383 files/digest-libnet-1.0.2a-r3 65 +MD5 503929f0e619836305f1e58a151baee4 files/libnet-gcc33-fix 563 MD5 2618eca70575dcefd452e252db8fe704 files/digest-libnet-1.1.2.1 67 -MD5 2618eca70575dcefd452e252db8fe704 files/digest-libnet-1.1.2.1-r1 67 -MD5 7e928170600bea8ed4a0d079b83c80ac files/libnet-1.1.2.1-autotools.patch 2180 MD5 668189bf87cda8daeaf250146bd88331 files/libnet-1.1.2.1-fix-chksum.patch 564 -MD5 503929f0e619836305f1e58a151baee4 files/libnet-gcc33-fix 563 +MD5 7e928170600bea8ed4a0d079b83c80ac files/libnet-1.1.2.1-autotools.patch 2180 +MD5 2618eca70575dcefd452e252db8fe704 files/digest-libnet-1.1.2.1-r1 67 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 9f94d553759d..8fb5fbb4a850 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 # 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.2 2005/04/14 03:44:02 tgall Exp $ +# $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 $ 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 ~s390 ~sh ~sparc ~x86 ~ppc64" +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ~ppc-macos ppc64 s390 sh sparc x86" IUSE="doc" DEPEND="sys-devel/autoconf" |