commit: 2bed38204263162aee7ebcc924487925ae3bec53 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Thu Aug 28 20:26:42 2025 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Thu Aug 28 20:27:02 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bed3820
net-analyzer/ippl: drop 1.4.14-r6, EAPI=7-- Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> net-analyzer/ippl/ippl-1.4.14-r6.ebuild | 46 --------------------------------- 1 file changed, 46 deletions(-) diff --git a/net-analyzer/ippl/ippl-1.4.14-r6.ebuild b/net-analyzer/ippl/ippl-1.4.14-r6.ebuild deleted file mode 100644 index a764e3b53a63..000000000000 --- a/net-analyzer/ippl/ippl-1.4.14-r6.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -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" - -BDEPEND=" - app-alternatives/yacc - app-alternatives/lex" -RDEPEND="acct-user/ippl" - -PATCHES=( - "${FILESDIR}"/${PN}-1.4.14-noportresolve.patch - "${FILESDIR}"/${PN}-1.4.14-manpage.patch - "${FILESDIR}"/${PN}-1.4.14-privilege-drop.patch - "${FILESDIR}"/${PN}-1.4.14-includes.patch - "${FILESDIR}"/${PN}-1.4.14-format-warnings.patch - # bug #351287 - "${FILESDIR}"/${PN}-1.4.14-fix-build-system.patch -) - -src_configure() { - tc-export CC - default -} - -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 -}
