diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-11-30 05:25:27 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-11-30 05:25:27 +0000 |
commit | 32bdd22e11348d25cf206ce4c507742b6b6360b7 (patch) | |
tree | def3e78236b43818f0d27e864218605f3793b616 /net-libs/libnet | |
parent | minor fix (diff) | |
download | historical-32bdd22e11348d25cf206ce4c507742b6b6360b7.tar.gz historical-32bdd22e11348d25cf206ce4c507742b6b6360b7.tar.bz2 historical-32bdd22e11348d25cf206ce4c507742b6b6360b7.zip |
ver bump #34457
Diffstat (limited to 'net-libs/libnet')
-rw-r--r-- | net-libs/libnet/ChangeLog | 7 | ||||
-rw-r--r-- | net-libs/libnet/files/digest-libnet-1.0.2a-r2 | 1 | ||||
-rw-r--r-- | net-libs/libnet/files/digest-libnet-1.1.0-r2 | 1 | ||||
-rw-r--r-- | net-libs/libnet/files/digest-libnet-1.1.1 | 1 | ||||
-rw-r--r-- | net-libs/libnet/libnet-1.0.2a-r2.ebuild | 36 | ||||
-rw-r--r-- | net-libs/libnet/libnet-1.1.0-r2.ebuild | 45 | ||||
-rw-r--r-- | net-libs/libnet/libnet-1.1.1.ebuild | 23 |
7 files changed, 30 insertions, 84 deletions
diff --git a/net-libs/libnet/ChangeLog b/net-libs/libnet/ChangeLog index ecfd4af2e971..26822a533830 100644 --- a/net-libs/libnet/ChangeLog +++ b/net-libs/libnet/ChangeLog @@ -1,6 +1,11 @@ # 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.23 2003/11/14 15:28:14 brad_mssw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/ChangeLog,v 1.24 2003/11/30 05:25:27 vapier Exp $ + +*libnet-1.1.1 (30 Nov 2003) + + 30 Nov 2003; Mike Frysinger <vapier@gentoo.org> : + Version bump #34457. 14 Nov 2003; Brad House <brad_mssw@gentoo.org> libnet-1.1.0-r3.ebuild: mark stable on amd64 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/files/digest-libnet-1.1.0-r2 b/net-libs/libnet/files/digest-libnet-1.1.0-r2 deleted file mode 100644 index bdfe61b76eae..000000000000 --- a/net-libs/libnet/files/digest-libnet-1.1.0-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 b46e650d9d0e7ad5ef9439c7cd281922 libnet-1.1.0.tar.gz 210621 diff --git a/net-libs/libnet/files/digest-libnet-1.1.1 b/net-libs/libnet/files/digest-libnet-1.1.1 new file mode 100644 index 000000000000..db109c1a7e12 --- /dev/null +++ b/net-libs/libnet/files/digest-libnet-1.1.1 @@ -0,0 +1 @@ +MD5 d72d07923bbe7c547b40c55d1a4df79d libnet-1.1.1.tar.gz 806394 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 19d8226e62c6..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.11 2003/11/10 01:57:01 vapier 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="x86 ppc sparc arm alpha amd64" - -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.1.0-r2.ebuild b/net-libs/libnet/libnet-1.1.0-r2.ebuild deleted file mode 100644 index e7514ecf89f0..000000000000 --- a/net-libs/libnet/libnet-1.1.0-r2.ebuild +++ /dev/null @@ -1,45 +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-r2.ebuild,v 1.1 2003/08/16 23:01:32 vapier Exp $ - -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/${PN}/dist/${P}.tar.gz" - -LICENSE="LGPL-2" -SLOT="1.1" -KEYWORDS="x86 alpha" - -DEPEND="=sys-apps/sed-4*" - -S=${WORKDIR}/Libnet-latest - -src_compile(){ - econf \ - --libdir=/usr/lib/libnet-${SLOT} \ - --includedir=/usr/include/libnet-${SLOT} \ - --program-suffix=-${SLOT} \ - || die - emake || die "Failed to compile" -} - -src_install(){ - make DESTDIR=${D} install || die "Failed to install" - - dodoc VERSION README doc/* - docinto Ancillary ; dodoc doc/Ancillary/README* - docinto sample ; dodoc sample/*.[ch] - - sed -i "s/libnet-config/&-${SLOT}/" libnet-config - newbin libnet-config libnet-config-${SLOT} - cd ${D}/usr/lib - mv libnet-${SLOT}/libnet.a libnet${SLOT}.a - rm -rf libnet-${SLOT} -} - -pkg_postinst(){ - echo - einfo "config script for libnet version ${SLOT} is libnet-config-${SLOT}" - einfo "manpage for libnet version ${SLOT} is libnet-${SLOT}" - echo -} diff --git a/net-libs/libnet/libnet-1.1.1.ebuild b/net-libs/libnet/libnet-1.1.1.ebuild new file mode 100644 index 000000000000..c9578a405951 --- /dev/null +++ b/net-libs/libnet/libnet-1.1.1.ebuild @@ -0,0 +1,23 @@ +# 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.1.ebuild,v 1.1 2003/11/30 05:25:27 vapier Exp $ + +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/${P}.tar.gz" + +LICENSE="LGPL-2" +SLOT="1.1" +KEYWORDS="~x86 ~alpha ~mips ~amd64" + +S=${WORKDIR}/libnet + +src_install(){ + make DESTDIR=${D} install || die "Failed to install" + dobin libnet-config + + doman doc/man/man3/*.3 + dodoc VERSION README doc/* + dohtml -r doc/html/* + docinto sample ; dodoc sample/*.[ch] +} |