commit:     d6c0ed6b13c84c332c7c43b516f144abb95a025f
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 26 22:56:52 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Thu Nov 26 23:04:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6c0ed6b

net-analyzer/softflowd: drop old EAPI

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 net-analyzer/softflowd/Manifest                  |  1 -
 net-analyzer/softflowd/softflowd-0.9.9-r1.ebuild | 32 ------------------------
 2 files changed, 33 deletions(-)

diff --git a/net-analyzer/softflowd/Manifest b/net-analyzer/softflowd/Manifest
index 46d9a2da2a2..8e5c65851f2 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 cb7d09e3425..00000000000
--- 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}
-}

Reply via email to