summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-01-18 18:35:28 +0100
committerDavid Seifert <soap@gentoo.org>2020-01-18 18:35:28 +0100
commite246806e0d662a571929c46920fb5113dc4799fd (patch)
tree5e98c07bc724c979063b08d3dbe1e0bda26f1326
parentacct-user/ippl: Add user for net-analyzer/ippl (diff)
downloadgentoo-e246806e0d662a571929c46920fb5113dc4799fd.tar.gz
gentoo-e246806e0d662a571929c46920fb5113dc4799fd.tar.bz2
gentoo-e246806e0d662a571929c46920fb5113dc4799fd.zip
net-analyzer/ippl: Remove old
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r--net-analyzer/ippl/ippl-1.4.14-r3.ebuild54
1 files changed, 0 insertions, 54 deletions
diff --git a/net-analyzer/ippl/ippl-1.4.14-r3.ebuild b/net-analyzer/ippl/ippl-1.4.14-r3.ebuild
deleted file mode 100644
index 9f807cd264aa..000000000000
--- a/net-analyzer/ippl/ippl-1.4.14-r3.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit eutils toolchain-funcs 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=""
-
-src_prepare() {
- epatch \
- "${FILESDIR}"/ippl-1.4.14-noportresolve.patch \
- "${FILESDIR}"/ippl-1.4.14-manpage.patch \
- "${FILESDIR}"/ippl-1.4.14-privilege-drop.patch \
- "${FILESDIR}"/ippl-1.4.14-includes.patch
- sed -i Source/Makefile.in \
- -e 's|^LDFLAGS=|&@LDFLAGS@|g' \
- || die "sed Source/Makefile.in"
- sed -i Makefile.in \
- -e 's|make |$(MAKE) |g' \
- || die "sed Makefile.in"
- # fix for bug #351287
- sed -i -e '/lex.yy.c/s/ippl.l/& y.tab.c/' Source/Makefile.in \
- || die "sed src/Makefile.in"
- tc-export CC
-}
-
-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
-}
-
-pkg_postinst() {
- enewuser ippl
-}