From d00bb2f69dcb0b4cc1e20fc82e80bd2fa8cef6c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 7 Oct 2019 15:12:03 +0200 Subject: [PATCH] net-analyzer/ipaudit: Drop old (EAPI=0) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- net-analyzer/ipaudit/ipaudit-1.0_beta2.ebuild | 28 ------------------- 1 file changed, 28 deletions(-) delete mode 100644 net-analyzer/ipaudit/ipaudit-1.0_beta2.ebuild diff --git a/net-analyzer/ipaudit/ipaudit-1.0_beta2.ebuild b/net-analyzer/ipaudit/ipaudit-1.0_beta2.ebuild deleted file mode 100644 index 2a6a3016c57c8..0000000000000 --- a/net-analyzer/ipaudit/ipaudit-1.0_beta2.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -inherit eutils -DESCRIPTION="IPAudit monitors network activity on a network by host, protocol and port" -HOMEPAGE="http://ipaudit.sourceforge.net/" -MY_P="${PN}-${PV/_beta/BETA}" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ppc x86" -IUSE="mysql" -DEPEND="net-libs/libpcap - mysql? ( virtual/mysql )" -#RDEPEND="" -S="${WORKDIR}/${MY_P}" - -src_compile() { - econf `use_with mysql` || die - emake || die "emake failed" -} - -src_install() { - make DESTDIR=${D} install || die - dodoc AUTHORS README -}