summaryrefslogtreecommitdiff
path: root/net-analyzer/ipaudit/ipaudit-1.0_beta2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-10-13 22:19:36 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-10-14 23:22:23 +0100
commit4b19be30aa626b327c885dae62c559ec0e9fb935 (patch)
tree76e74807bc479502e13866b581b6bf86734ec634 /net-analyzer/ipaudit/ipaudit-1.0_beta2.ebuild
parent30d6f67c98d149508509d5e86f176d558793acc0 (diff)
gentoo resync : 13.10.2019
Diffstat (limited to 'net-analyzer/ipaudit/ipaudit-1.0_beta2.ebuild')
-rw-r--r--net-analyzer/ipaudit/ipaudit-1.0_beta2.ebuild28
1 files changed, 0 insertions, 28 deletions
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 2a6a3016c57c..000000000000
--- 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
-}