diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2021-10-21 20:59:03 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2021-10-21 20:59:03 +0200 |
commit | e7b7943c16576e916c23bf198d4d3bf62aea57a8 (patch) | |
tree | 5876b48bc05de2d8c1e235dd4b88b3d8b8f4f5d2 /net-analyzer/iplog | |
parent | package.mask: Last rite net-analyzer/quidscor (diff) | |
download | gentoo-e7b7943c16576e916c23bf198d4d3bf62aea57a8.tar.gz gentoo-e7b7943c16576e916c23bf198d4d3bf62aea57a8.tar.bz2 gentoo-e7b7943c16576e916c23bf198d4d3bf62aea57a8.zip |
net-analyzer/iplog: drop 2.2.3-r2
EAPI 5 ebuild
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'net-analyzer/iplog')
-rw-r--r-- | net-analyzer/iplog/iplog-2.2.3-r2.ebuild | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/net-analyzer/iplog/iplog-2.2.3-r2.ebuild b/net-analyzer/iplog/iplog-2.2.3-r2.ebuild deleted file mode 100644 index c0be1311cc7b..000000000000 --- a/net-analyzer/iplog/iplog-2.2.3-r2.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit epatch - -DESCRIPTION="iplog is a TCP/IP traffic logger" -HOMEPAGE="http://ojnk.sourceforge.net/" -SRC_URI="mirror://sourceforge/ojnk/${P}.tar.gz" - -LICENSE="|| ( GPL-2 FDL-1.1 )" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~mips ppc sparc x86" - -DEPEND="net-libs/libpcap" -RDEPEND="${DEPEND}" - -src_prepare() { - epatch "${FILESDIR}"/${PV}-DLT_LINUX_SSL.patch -} - -src_compile() { - emake CFLAGS="${CFLAGS} -D_REENTRANT" all -} - -src_install() { - emake \ - prefix="${D}"/usr \ - mandir="${D}"/usr/share/man \ - install - - dodoc AUTHORS NEWS README TODO example-iplog.conf - - newinitd "${FILESDIR}"/iplog.rc6 iplog -} |