diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-04-22 18:10:26 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-04-22 18:10:26 +0000 |
commit | f44f6d5e1a24e316d7c0a5528f4cd3b3b322f611 (patch) | |
tree | b94e89ebf760dcf8d103bb0e784d35723e803b87 /net-libs/libnet | |
parent | Version bump, drop old (diff) | |
download | gentoo-2-f44f6d5e1a24e316d7c0a5528f4cd3b3b322f611.tar.gz gentoo-2-f44f6d5e1a24e316d7c0a5528f4cd3b3b322f611.tar.bz2 gentoo-2-f44f6d5e1a24e316d7c0a5528f4cd3b3b322f611.zip |
Old.
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-libs/libnet')
-rw-r--r-- | net-libs/libnet/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libnet/libnet-1.0.2a-r4.ebuild | 61 |
2 files changed, 4 insertions, 62 deletions
diff --git a/net-libs/libnet/ChangeLog b/net-libs/libnet/ChangeLog index 1a297cdd4ed9..403807878d89 100644 --- a/net-libs/libnet/ChangeLog +++ b/net-libs/libnet/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libnet # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/ChangeLog,v 1.110 2013/04/22 17:11:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/ChangeLog,v 1.111 2013/04/22 18:10:26 jer Exp $ + + 22 Apr 2013; Jeroen Roovers <jer@gentoo.org> -libnet-1.0.2a-r4.ebuild: + Old. 22 Apr 2013; Agostino Sarubbo <ago@gentoo.org> libnet-1.0.2a-r5.ebuild: Stable for sparc, wrt bug #444242 diff --git a/net-libs/libnet/libnet-1.0.2a-r4.ebuild b/net-libs/libnet/libnet-1.0.2a-r4.ebuild deleted file mode 100644 index fd8451220e8d..000000000000 --- a/net-libs/libnet/libnet-1.0.2a-r4.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2013 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-r4.ebuild,v 1.9 2013/01/03 09:23:48 jer Exp $ - -EAPI=4 -inherit autotools eutils - -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/deprecated/${P}.tar.gz" - -LICENSE="BSD BSD-2 HPND" -SLOT="1.0" -KEYWORDS="alpha amd64 arm hppa ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="" - -S=${WORKDIR}/Libnet-${PV} - -src_prepare() { - epatch "${FILESDIR}"/libnet-gcc33-fix \ - "${FILESDIR}"/${PV}-slot.patch \ - "${FILESDIR}"/${PV}-endian.patch - - cd "${S}" - mv libnet-config.in libnet-${SLOT}-config.in || die "moving libnet-config" - - cd "${S}"/include - ln -s libnet.h libnet-${SLOT}.h - - cd libnet - for f in *.h ; do - ln -s ${f} ${f/-/-${SLOT}-} || die "linking ${f}" - done - - cd "${S}"/doc - ln -s libnet.3 libnet-${SLOT}.3 || die "linking manpage" - - cd "${S}" - sed -i configure.in -e '/CCOPTS=/d;/CFLAGS=/s|.*|:|' || die - - eautoconf -} - -src_install() { - default - doman "${D}"/usr/man/man3/libnet-1.0.3 - rm -r "${D}"/usr/man - - dodoc VERSION doc/{README,TODO*,CHANGELOG*} - newdoc README README.1st - docinto example ; dodoc example/libnet* - docinto Ancillary ; dodoc doc/Ancillary/* -} - -pkg_postinst(){ - elog "libnet ${SLOT} is deprecated !" - elog "config script: libnet-${SLOT}-config" - elog "manpage: libnet-${SLOT}" - elog "library: libnet-${SLOT}.a" - elog "include: libnet-${SLOT}.h" -} |