summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-11-26 19:58:01 -0500
committerAaron Bauman <bman@gentoo.org>2020-11-26 19:58:01 -0500
commitd5d061e837c00213198224002e3cb01652db1854 (patch)
tree681c3b2e675e9e86add4986b512beb830b2dc790 /net-analyzer/ndsad
parentnet-analyzer/portmon: drop old (diff)
downloadgentoo-d5d061e837c00213198224002e3cb01652db1854.tar.gz
gentoo-d5d061e837c00213198224002e3cb01652db1854.tar.bz2
gentoo-d5d061e837c00213198224002e3cb01652db1854.zip
net-analyzer/ndsad: drop old
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'net-analyzer/ndsad')
-rw-r--r--net-analyzer/ndsad/ndsad-1.33-r1.ebuild45
1 files changed, 0 insertions, 45 deletions
diff --git a/net-analyzer/ndsad/ndsad-1.33-r1.ebuild b/net-analyzer/ndsad/ndsad-1.33-r1.ebuild
deleted file mode 100644
index 5ccdff9433d7..000000000000
--- a/net-analyzer/ndsad/ndsad-1.33-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils
-
-DESCRIPTION="Cisco netflow probe from libpcap, ULOG, tee/divert sources"
-HOMEPAGE="https://sourceforge.net/projects/ndsad"
-SRC_URI="mirror://sourceforge/ndsad/ndsad-${PV}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-
-DEPEND=">=net-libs/libpcap-0.8"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- epatch \
- "${FILESDIR}"/${P}-conf_path.patch \
- "${FILESDIR}"/${P}-gentoo.patch \
- "${FILESDIR}"/${P}-getpid.patch \
- "${FILESDIR}"/${P}-log-path.patch \
- "${FILESDIR}"/${P}-strncpy-overflow.patch
-
- eautoreconf
-}
-
-src_configure() {
- econf --with-ulog=yes
-}
-
-DOCS=( ChangeLog AUTHORS README )
-
-src_install() {
- default
-
- doman ndsad.conf.5
-
- insinto /etc
- newins ndsad.conf ndsad.conf
-
- newinitd "${FILESDIR}"/ndsad.init ndsad
- newconfd "${FILESDIR}"/ndsad.conf.d ndsad
-}