diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-12-17 00:40:44 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-12-17 00:40:44 +0000 |
commit | dadb28d2784bc0ec6dfeb131b2c6832c39f022ac (patch) | |
tree | 145917436b199850e58854264b83e29e86e10071 /net-libs/libnet | |
parent | libnet-1.0 patch for snort-2.0.0 (diff) | |
download | gentoo-2-dadb28d2784bc0ec6dfeb131b2c6832c39f022ac.tar.gz gentoo-2-dadb28d2784bc0ec6dfeb131b2c6832c39f022ac.tar.bz2 gentoo-2-dadb28d2784bc0ec6dfeb131b2c6832c39f022ac.zip |
back to hell !
Diffstat (limited to 'net-libs/libnet')
-rw-r--r-- | net-libs/libnet/ChangeLog | 10 | ||||
-rw-r--r-- | net-libs/libnet/files/digest-libnet-1.0.2a-r2 | 1 | ||||
-rw-r--r-- | net-libs/libnet/libnet-1.0.2a-r2.ebuild | 36 | ||||
-rw-r--r-- | net-libs/libnet/libnet-1.0.2a-r3.ebuild | 4 |
4 files changed, 3 insertions, 48 deletions
diff --git a/net-libs/libnet/ChangeLog b/net-libs/libnet/ChangeLog index c190412eb084..e2d29f530951 100644 --- a/net-libs/libnet/ChangeLog +++ b/net-libs/libnet/ChangeLog @@ -1,14 +1,6 @@ # 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.25 2003/12/16 18:52:26 weeve Exp $ - -*libnet-1.0.2a-r2 (16 Dec 2003) - - 16 Dec 2003; Jason Wever <weeve@gentoo.org> libnet-1.0.2a-r2.ebuild, - libnet-1.0.2a-r3.ebuild: - Marked libnet-1.0.2a-r3.ebuild BACK to unstable and brought - libnet-1.0.2a-r2.ebuild back to compensate for the fact that newer versions of - snort have issues on sparc. +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/ChangeLog,v 1.26 2003/12/17 00:40:44 vapier Exp $ *libnet-1.1.1 (30 Nov 2003) diff --git a/net-libs/libnet/files/digest-libnet-1.0.2a-r2 b/net-libs/libnet/files/digest-libnet-1.0.2a-r2 deleted file mode 100644 index b7debea8cbbc..000000000000 --- a/net-libs/libnet/files/digest-libnet-1.0.2a-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 ddf53f0f484184390e8c2a1bd0853667 libnet.tar.gz 140191 diff --git a/net-libs/libnet/libnet-1.0.2a-r2.ebuild b/net-libs/libnet/libnet-1.0.2a-r2.ebuild deleted file mode 100644 index 358a5e5098bb..000000000000 --- a/net-libs/libnet/libnet-1.0.2a-r2.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2003 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-r2.ebuild,v 1.13 2003/12/16 18:52:26 weeve Exp $ - -S=${WORKDIR}/Libnet-1.0.2a -DESCRIPTION="library to provide an API for commonly used low-level network -functions (mainly packet injection). Used by packet scrubbers and the like, -not to be confused with the perl libnet" -SRC_URI="http://www.packetfactory.net/${PN}/dist/${PN}.tar.gz" -HOMEPAGE="http://www.packetfactory.net/${PN}/" - -DEPEND="" - -LICENSE="LGPL-2" -SLOT="1.0" -KEYWORDS="sparc" - -src_unpack() { - unpack ${A} - epatch ${FILESDIR}/libnet-gcc33-fix -} - -src_compile() { - econf || die - emake CFLAGS="${CFLAGS}" || die "Failed to compile" -} - -src_install () { - einstall \ - MAN_PREFIX=${D}/usr/share/man/man3 || die - - dodoc VERSION doc/{README,TODO*,CHANGELOG*,COPYING} - newdoc README README.1st - docinto example ; dodoc example/libnet* - docinto Ancillary ; dodoc doc/Ancillary/* -} diff --git a/net-libs/libnet/libnet-1.0.2a-r3.ebuild b/net-libs/libnet/libnet-1.0.2a-r3.ebuild index b7ab3065e574..6e6c47e09d88 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-2003 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.7 2003/12/16 18:52:26 weeve Exp $ +# $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 $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.packetfactory.net/libnet/dist/${PN}.tar.gz" LICENSE="LGPL-2" SLOT="1.0" -KEYWORDS="x86 ppc ~sparc arm alpha amd64" +KEYWORDS="x86 ppc sparc arm alpha amd64" S=${WORKDIR}/Libnet-${PV} |