diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-02-24 14:09:39 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-02-24 14:09:39 +0000 |
commit | cc7edfc1a26b1e87e1fd7a07e1b03f6ecc2d7b6d (patch) | |
tree | 3883ce611106480cbea70f48df06a4b9b2aea771 /net-analyzer/ippl | |
parent | Add a notice that this is only for free software, bug 449948. (diff) | |
download | gentoo-2-cc7edfc1a26b1e87e1fd7a07e1b03f6ecc2d7b6d.tar.gz gentoo-2-cc7edfc1a26b1e87e1fd7a07e1b03f6ecc2d7b6d.tar.bz2 gentoo-2-cc7edfc1a26b1e87e1fd7a07e1b03f6ecc2d7b6d.zip |
Drop old revision
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'net-analyzer/ippl')
-rw-r--r-- | net-analyzer/ippl/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/ippl/ippl-1.4.14-r1.ebuild | 45 |
2 files changed, 4 insertions, 46 deletions
diff --git a/net-analyzer/ippl/ChangeLog b/net-analyzer/ippl/ChangeLog index 4b58e7109a9d..a400a6c908b7 100644 --- a/net-analyzer/ippl/ChangeLog +++ b/net-analyzer/ippl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/ippl # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ippl/ChangeLog,v 1.24 2013/01/30 15:30:09 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ippl/ChangeLog,v 1.25 2013/02/24 14:09:39 pinkbyte Exp $ + + 24 Feb 2013; Sergey Popov <pinkbyte@gentoo.org> -ippl-1.4.14-r1.ebuild: + Drop old revision 30 Jan 2013; Agostino Sarubbo <ago@gentoo.org> ippl-1.4.14-r3.ebuild: Stable for x86, wrt bug #454010 diff --git a/net-analyzer/ippl/ippl-1.4.14-r1.ebuild b/net-analyzer/ippl/ippl-1.4.14-r1.ebuild deleted file mode 100644 index 4676b9776ddb..000000000000 --- a/net-analyzer/ippl/ippl-1.4.14-r1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ippl/ippl-1.4.14-r1.ebuild,v 1.6 2012/10/12 10:46:15 pinkbyte Exp $ - -inherit eutils user - -DESCRIPTION="A daemon which logs TCP/UDP/ICMP packets" -HOMEPAGE="http://pltplp.net/ippl/" -SRC_URI="http://pltplp.net/ippl/archive/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="" - -DEPEND="virtual/yacc - >=sys-devel/flex-2.5.4a-r4" -RDEPEND="" - -pkg_setup() { - enewuser ippl -} - -src_unpack() { - unpack ${A} - cd "${S}" - - # Patches from debian which besides features additions fix some bugs... - epatch "${FILESDIR}"/ippl-1.4.14-noportresolve.patch - epatch "${FILESDIR}"/ippl-1.4.14-manpage.patch - epatch "${FILESDIR}"/ippl-1.4.14-privilege-drop.patch -} - -src_install() { - dosbin Source/ippl - - insinto "/etc" - doins ippl.conf - - doman Docs/{ippl.8,ippl.conf.5} - - dodoc BUGS CREDITS HISTORY README TODO - - newinitd "${FILESDIR}"/ippl.rc ippl -} |