From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 226B313835B for ; Thu, 26 Nov 2020 23:04:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 577BCE08FC; Thu, 26 Nov 2020 23:04:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3CE42E08FC for ; Thu, 26 Nov 2020 23:04:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4389F3413A8 for ; Thu, 26 Nov 2020 23:04:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E673B474 for ; Thu, 26 Nov 2020 23:04:12 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1606431844.d6c0ed6b13c84c332c7c43b516f144abb95a025f.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/softflowd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/softflowd/Manifest net-analyzer/softflowd/softflowd-0.9.9-r1.ebuild X-VCS-Directories: net-analyzer/softflowd/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: d6c0ed6b13c84c332c7c43b516f144abb95a025f X-VCS-Branch: master Date: Thu, 26 Nov 2020 23:04:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f3ba7d76-d639-40ae-90cb-ca7b9070d92e X-Archives-Hash: ad92c9fd11932c8ea58df0bb61068aed commit: d6c0ed6b13c84c332c7c43b516f144abb95a025f Author: Aaron Bauman gentoo org> AuthorDate: Thu Nov 26 22:56:52 2020 +0000 Commit: Aaron Bauman gentoo 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 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} -}