diff options
author | René Nussbaumer <killerfox@gentoo.org> | 2005-07-25 18:35:10 +0000 |
---|---|---|
committer | René Nussbaumer <killerfox@gentoo.org> | 2005-07-25 18:35:10 +0000 |
commit | 75f2beefa702c0c7c952345acf6344244a1dd4ee (patch) | |
tree | c16d81d07521b956c95bb60992ad86f7c9423483 /net-libs | |
parent | Stable on hppa (diff) | |
download | historical-75f2beefa702c0c7c952345acf6344244a1dd4ee.tar.gz historical-75f2beefa702c0c7c952345acf6344244a1dd4ee.tar.bz2 historical-75f2beefa702c0c7c952345acf6344244a1dd4ee.zip |
Added to ~hppa
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libnet/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/libnet/Manifest | 4 | ||||
-rw-r--r-- | net-libs/libnet/libnet-1.0.2a-r3.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-libs/libnet/ChangeLog b/net-libs/libnet/ChangeLog index f833f8e8a3fc..79a28eb42c9c 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.41 2005/06/27 07:26:09 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/ChangeLog,v 1.42 2005/07/25 18:35:10 killerfox Exp $ + + 25 Jul 2005; Rene Nussbaumer <killerfox@gentoo.org> + libnet-1.0.2a-r3.ebuild: + Added to ~hppa. 27 Jun 2005; Markus Rothe <corsair@gentoo.org> libnet-1.0.2a-r3.ebuild: Stable on ppc64 diff --git a/net-libs/libnet/Manifest b/net-libs/libnet/Manifest index 5d8314ceab37..1c3462f18239 100644 --- a/net-libs/libnet/Manifest +++ b/net-libs/libnet/Manifest @@ -1,5 +1,5 @@ -MD5 957e1f2d60f304b1af386621a1b14b72 ChangeLog 5497 -MD5 9d66f52d49ff8b884561eea0c708895e libnet-1.0.2a-r3.ebuild 1607 +MD5 a7ad7692946c746d34a59f083f02150e ChangeLog 5599 +MD5 b682ce1ca3b1ace803fdd64519e455b7 libnet-1.0.2a-r3.ebuild 1615 MD5 0958d4d7d21ed3915be5ea9b71255c61 libnet-1.1.2.1-r1.ebuild 1087 MD5 e44a844390f3e185ec4508e0cce5c5f0 metadata.xml 1083 MD5 2c90cae2a7fff0c8bf6fbee5977bfda0 files/1.0.2a-slot.patch 7696 diff --git a/net-libs/libnet/libnet-1.0.2a-r3.ebuild b/net-libs/libnet/libnet-1.0.2a-r3.ebuild index 363835978489..970af6480c7e 100644 --- a/net-libs/libnet/libnet-1.0.2a-r3.ebuild +++ b/net-libs/libnet/libnet-1.0.2a-r3.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.0.2a-r3.ebuild,v 1.15 2005/06/27 07:26:09 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/libnet-1.0.2a-r3.ebuild,v 1.16 2005/07/25 18:35:10 killerfox Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.packetfactory.net/libnet/dist/deprecated/${P}.tar.gz" LICENSE="LGPL-2" SLOT="1.0" -KEYWORDS="alpha amd64 ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 ~hppa ppc ppc64 sparc x86" IUSE="" S=${WORKDIR}/Libnet-${PV} |