summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-11-26 17:56:52 -0500
committerAaron Bauman <bman@gentoo.org>2020-11-26 18:04:04 -0500
commitd6c0ed6b13c84c332c7c43b516f144abb95a025f (patch)
tree1059cf379cd957bce1575d9bfc71d9ea1a26b353 /net-analyzer/softflowd
parentnet-analyzer/rrdcollect: drop old EAPI (diff)
downloadgentoo-d6c0ed6b13c84c332c7c43b516f144abb95a025f.tar.gz
gentoo-d6c0ed6b13c84c332c7c43b516f144abb95a025f.tar.bz2
gentoo-d6c0ed6b13c84c332c7c43b516f144abb95a025f.zip
net-analyzer/softflowd: drop old EAPI
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'net-analyzer/softflowd')
-rw-r--r--net-analyzer/softflowd/Manifest1
-rw-r--r--net-analyzer/softflowd/softflowd-0.9.9-r1.ebuild32
2 files changed, 0 insertions, 33 deletions
diff --git a/net-analyzer/softflowd/Manifest b/net-analyzer/softflowd/Manifest
index 46d9a2da2a2a..8e5c65851f2a 100644
--- a/net-analyzer/softflowd/Manifest
+++ b/net-analyzer/softflowd/Manifest
@@ -1,2 +1 @@
-DIST softflowd-0.9.9.tar.gz 91939 BLAKE2B 97ef29e5f450f6896d9448359080a64dbe66d4edf031ff7e2b0e8500e9b781b983de6448b8a1d846d4c8c939269004998a090b0b7e7a9367c9c961e0118b8d59 SHA512 4d579c2a087c0f3cd4d2020bcfbddf9dab73254e40678b3509c93bec212bf8b5692f76bfb4e766577e431ff508f0bce0a2cf326184f192e3c5dc8ddf38514dbd
DIST softflowd-1.0.0.tar.gz 168379 BLAKE2B 97ce677adf8f8278516f25e82db1757ad5fe208fb8923b189698525d58d60c998ea847f29ae91eefed57d7bd1eb42f119a99e46346753539cb3a9584a90eb484 SHA512 01a4f89755c957a495b08c49b572b8b6aa41f5ac7672feb5e31b039fbfab84f3a206b1da95b11de2ec5882123f6ca2387c02efb874ce707c2263bf79b56012fd
diff --git a/net-analyzer/softflowd/softflowd-0.9.9-r1.ebuild b/net-analyzer/softflowd/softflowd-0.9.9-r1.ebuild
deleted file mode 100644
index cb7d09e3425e..000000000000
--- a/net-analyzer/softflowd/softflowd-0.9.9-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils
-
-DESCRIPTION="flow-based network traffic analyser capable of Cisco NetFlow data export"
-HOMEPAGE="http://www.mindrot.org/projects/softflowd/"
-SRC_URI="https://softflowd.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="BSD GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="net-libs/libpcap"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-no-strip.patch
- epatch "${FILESDIR}"/${P}-_GNU_SOURCE.patch
- eautoreconf
-}
-
-src_install() {
- default
-
- docinto examples
- dodoc collector.pl
-
- newinitd "${FILESDIR}"/${PN}.initd ${PN}
- newconfd "${FILESDIR}"/${PN}.confd ${PN}
-}