diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-08-16 22:34:48 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-08-16 22:34:48 +0000 |
commit | e5e58dadc5e747e3a9014641183c3164a21f2802 (patch) | |
tree | eb919aedcebb15d805a0ffb3bb9504812f8ddc0b /net-libs | |
parent | change the die message for make so users aren't confused. (diff) | |
download | historical-e5e58dadc5e747e3a9014641183c3164a21f2802.tar.gz historical-e5e58dadc5e747e3a9014641183c3164a21f2802.tar.bz2 historical-e5e58dadc5e747e3a9014641183c3164a21f2802.zip |
unslotted
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libnet/files/digest-libnet-1.0.2a-r1 | 1 | ||||
-rw-r--r-- | net-libs/libnet/files/digest-libnet-1.1.0 | 1 | ||||
-rw-r--r-- | net-libs/libnet/libnet-1.0.2a-r1.ebuild | 40 | ||||
-rw-r--r-- | net-libs/libnet/libnet-1.1.0.ebuild | 35 |
4 files changed, 0 insertions, 77 deletions
diff --git a/net-libs/libnet/files/digest-libnet-1.0.2a-r1 b/net-libs/libnet/files/digest-libnet-1.0.2a-r1 deleted file mode 100644 index b7debea8cbbc..000000000000 --- a/net-libs/libnet/files/digest-libnet-1.0.2a-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 ddf53f0f484184390e8c2a1bd0853667 libnet.tar.gz 140191 diff --git a/net-libs/libnet/files/digest-libnet-1.1.0 b/net-libs/libnet/files/digest-libnet-1.1.0 deleted file mode 100644 index bdfe61b76eae..000000000000 --- a/net-libs/libnet/files/digest-libnet-1.1.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 b46e650d9d0e7ad5ef9439c7cd281922 libnet-1.1.0.tar.gz 210621 diff --git a/net-libs/libnet/libnet-1.0.2a-r1.ebuild b/net-libs/libnet/libnet-1.0.2a-r1.ebuild deleted file mode 100644 index 7c70a315bdc8..000000000000 --- a/net-libs/libnet/libnet-1.0.2a-r1.ebuild +++ /dev/null @@ -1,40 +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-r1.ebuild,v 1.9 2003/04/17 22:41:57 sethbc 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/libnet/dist/libnet.tar.gz" -HOMEPAGE="http://www.packetfactory.net/libnet/" -DEPEND="" - -SLOT="0" -LICENSE="LGPL-2" -KEYWORDS="x86 ppc sparc " - -src_compile() { - ./configure \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --prefix=/usr \ - --host=${CHOST} || die - - emake || die -} - -src_install () { - - make \ - DESTDIR=${D} \ - MAN_PREFIX=/usr/share/man \ - install || die - - dodoc VERSION doc/{README,TODO*,CHANGELOG*,COPYING} - newdoc README README.1st - dodoc example/libnet* - docinto Ancillary - dodoc doc/Ancillary/* -} - diff --git a/net-libs/libnet/libnet-1.1.0.ebuild b/net-libs/libnet/libnet-1.1.0.ebuild deleted file mode 100644 index a5f007943fdf..000000000000 --- a/net-libs/libnet/libnet-1.1.0.ebuild +++ /dev/null @@ -1,35 +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.1.0.ebuild,v 1.5 2003/03/21 11:17:06 azarah Exp $ - -S=${WORKDIR}/Libnet-latest -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/libnet/dist/${P}.tar.gz" -HOMEPAGE="http://www.packetfactory.net/libnet/" -DEPEND="" - -SLOT="0" -LICENSE="LGPL-2" -KEYWORDS="x86" - -src_compile() { - - econf || die - - emake || die -} - -src_install () { - - einstall || die - - dobin libnet-config - - dodoc VERSION README doc/{CHANGELOG,COPYING,DESIGN_NOTES,PACKET_BUILDING} - dodoc doc/{RAWSOCKET_NON_SEQUITUR,TODO,BUGS,CONTRIB,MIGRATION,PORTED,SUPPORTED_PROTOCOLS} - docinto Ancillary - dodoc doc/Ancillary/README* -} - |