net-analyzer/ipaudit: Drop old (EAPI=0)
authorMichał Górny <mgorny@gentoo.org>
Mon, 7 Oct 2019 13:12:03 +0000 (15:12 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 7 Oct 2019 13:53:14 +0000 (15:53 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
net-analyzer/ipaudit/ipaudit-1.0_beta2.ebuild [deleted file]

diff --git a/net-analyzer/ipaudit/ipaudit-1.0_beta2.ebuild b/net-analyzer/ipaudit/ipaudit-1.0_beta2.ebuild
deleted file mode 100644 (file)
index 2a6a301..0000000
+++ /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
-}