diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-01-17 13:47:47 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-01-17 13:47:47 +0000 |
commit | e27b05fe52620c68b6c7d71af41045960a18cd24 (patch) | |
tree | ac3b31c777d92a0c314d660f11d2bbe087ab40b4 /net-libs/libnet | |
parent | adding metadata (diff) | |
download | gentoo-2-e27b05fe52620c68b6c7d71af41045960a18cd24.tar.gz gentoo-2-e27b05fe52620c68b6c7d71af41045960a18cd24.tar.bz2 gentoo-2-e27b05fe52620c68b6c7d71af41045960a18cd24.zip |
update SRC_URI for old libnet (bug 38474)
Diffstat (limited to 'net-libs/libnet')
-rw-r--r-- | net-libs/libnet/ChangeLog | 8 | ||||
-rw-r--r-- | net-libs/libnet/Manifest | 8 | ||||
-rw-r--r-- | net-libs/libnet/libnet-1.0.2a-r3.ebuild | 22 |
3 files changed, 21 insertions, 17 deletions
diff --git a/net-libs/libnet/ChangeLog b/net-libs/libnet/ChangeLog index 5f3fe10b5e22..d81fbd215f0e 100644 --- a/net-libs/libnet/ChangeLog +++ b/net-libs/libnet/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/libnet -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/ChangeLog,v 1.27 2003/12/26 13:40:58 weeve Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/ChangeLog,v 1.28 2004/01/17 13:47:41 mr_bones_ Exp $ + + 17 Jan 2004; Michael Sterrett <mr_bones_@gentoo.org> + libnet-1.0.2a-r3.ebuild: + update SRC_URI for old libnet (bug 38474); tidy 26 Dec 2003; Jason Wever <weeve@gentoo.org> libnet-1.1.1.ebuild: Added ~sparc keyword. diff --git a/net-libs/libnet/Manifest b/net-libs/libnet/Manifest index 4ab853c59abf..3ee880c28fec 100644 --- a/net-libs/libnet/Manifest +++ b/net-libs/libnet/Manifest @@ -1,9 +1,9 @@ -MD5 29691cd7c303598c06332224f7b05c28 ChangeLog 3863 -MD5 0bad1a67e91369ca8ed23894e5293133 libnet-1.0.2a-r3.ebuild 1504 -MD5 7bfa481207154b25a5d8ac7fbfcc47b8 libnet-1.1.0-r3.ebuild 842 +MD5 16ca8b91e88f75dd7955b7a7af2018d3 ChangeLog 4000 +MD5 c41269fd286d15be1d2460918f8d8ce8 libnet-1.0.2a-r3.ebuild 1653 MD5 6987575dee1b42bdc37b0d7a230d62bb libnet-1.1.1.ebuild 748 +MD5 7bfa481207154b25a5d8ac7fbfcc47b8 libnet-1.1.0-r3.ebuild 842 MD5 03222434915e5cdf87199c89f16fd09e files/1.0.2a-slot.patch 4889 +MD5 356ec47bcb6b32a9ff6e74daf17980f9 files/digest-libnet-1.1.1 64 MD5 d43e05bf93cf1aa86c23be9c1ab2f009 files/digest-libnet-1.0.2a-r3 58 MD5 dee8fc87567b0aca2bfdc055d60a5151 files/digest-libnet-1.1.0-r3 64 -MD5 356ec47bcb6b32a9ff6e74daf17980f9 files/digest-libnet-1.1.1 64 MD5 503929f0e619836305f1e58a151baee4 files/libnet-gcc33-fix 563 diff --git a/net-libs/libnet/libnet-1.0.2a-r3.ebuild b/net-libs/libnet/libnet-1.0.2a-r3.ebuild index 6e6c47e09d88..cbd81580c8a6 100644 --- a/net-libs/libnet/libnet-1.0.2a-r3.ebuild +++ b/net-libs/libnet/libnet-1.0.2a-r3.ebuild @@ -1,18 +1,18 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # 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.8 2003/12/17 00:40:44 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/libnet-1.0.2a-r3.ebuild,v 1.9 2004/01/17 13:47:41 mr_bones_ Exp $ inherit eutils +S="${WORKDIR}/Libnet-${PV}" DESCRIPTION="library to provide an API for commonly used low-level network functions (mainly packet injection)" HOMEPAGE="http://www.packetfactory.net/libnet/" -SRC_URI="http://www.packetfactory.net/libnet/dist/${PN}.tar.gz" +SRC_URI="http://www.packetfactory.net/libnet/dist/deprecated/${P}.tar.gz" +KEYWORDS="x86 ppc sparc arm alpha amd64" LICENSE="LGPL-2" SLOT="1.0" -KEYWORDS="x86 ppc sparc arm alpha amd64" - -S=${WORKDIR}/Libnet-${PV} +IUSE="" src_unpack() { unpack ${A} @@ -38,12 +38,12 @@ src_compile() { } src_install() { - make install DESTDIR=${D} || die + make DESTDIR="${D}" install || die "make install failed" - dodoc VERSION doc/{README,TODO*,CHANGELOG*,COPYING} - newdoc README README.1st - docinto example ; dodoc example/libnet* - docinto Ancillary ; dodoc doc/Ancillary/* + dodoc VERSION doc/{README,TODO*,CHANGELOG*} || die "dodoc failed" + newdoc README README.1st || die "newdoc failed" + docinto example ; dodoc example/libnet* || die "dodoc failed (example)" + docinto Ancillary ; dodoc doc/Ancillary/* || die "dodoc failed (Ancillary)" } pkg_postinst(){ |