commit:     fc0da6de00c0a565bb272d8d9f6dc3c2420691a9
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 26 22:20:09 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Thu Nov 26 23:04:02 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc0da6de

net-analyzer/iftop: drop old

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

 net-analyzer/iftop/iftop-1.0_pre4-r2.ebuild | 45 -----------------------------
 net-analyzer/iftop/iftop-1.0_pre4-r3.ebuild | 44 ----------------------------
 2 files changed, 89 deletions(-)

diff --git a/net-analyzer/iftop/iftop-1.0_pre4-r2.ebuild 
b/net-analyzer/iftop/iftop-1.0_pre4-r2.ebuild
deleted file mode 100644
index 7ab2fdef1a8..00000000000
--- a/net-analyzer/iftop/iftop-1.0_pre4-r2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools eutils
-
-DESCRIPTION="display bandwidth usage on an interface"
-SRC_URI="http://www.ex-parrot.com/pdw/iftop/download/${P/_/}.tar.gz";
-HOMEPAGE="http://www.ex-parrot.com/pdw/iftop/";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
-IUSE=""
-
-RDEPEND="
-       net-libs/libpcap
-       sys-libs/ncurses:0=
-"
-DEPEND="
-       ${RDEPEND}
-       virtual/pkgconfig
-"
-
-S="${WORKDIR}"/${P/_/}
-
-src_prepare() {
-       epatch \
-               "${FILESDIR}"/${P}-configure.ac.patch \
-               "${FILESDIR}"/${P}-Makefile.am.patch \
-               "${FILESDIR}"/${P}-tsent-set-but-not-used.patch
-
-       # bug 490168
-       cat "${FILESDIR}"/ax_pthread.m4 >> "${S}"/acinclude.m4 || die
-
-       eautoreconf
-}
-
-src_install() {
-       dosbin iftop
-       doman iftop.8
-
-       dodoc AUTHORS ChangeLog README "${FILESDIR}"/iftoprc
-}

diff --git a/net-analyzer/iftop/iftop-1.0_pre4-r3.ebuild 
b/net-analyzer/iftop/iftop-1.0_pre4-r3.ebuild
deleted file mode 100644
index aede14d946f..00000000000
--- a/net-analyzer/iftop/iftop-1.0_pre4-r3.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools eutils
-
-DESCRIPTION="display bandwidth usage on an interface"
-SRC_URI="http://www.ex-parrot.com/pdw/iftop/download/${P/_/}.tar.gz";
-HOMEPAGE="http://www.ex-parrot.com/pdw/iftop/";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-
-RDEPEND="
-       net-libs/libpcap
-       sys-libs/ncurses:0=
-"
-DEPEND="
-       ${RDEPEND}
-       virtual/pkgconfig
-"
-S="${WORKDIR}"/${P/_/}
-PATCHES=(
-       "${FILESDIR}"/${P}-configure.ac.patch
-       "${FILESDIR}"/${P}-Makefile.am.patch
-       "${FILESDIR}"/${P}-tsent-set-but-not-used.patch
-       "${FILESDIR}"/${P}-ip6.arpa.patch
-)
-
-src_prepare() {
-       default
-       # bug 490168
-       cat "${FILESDIR}"/ax_pthread.m4 >> "${S}"/acinclude.m4 || die
-
-       eautoreconf
-}
-
-src_install() {
-       dosbin iftop
-       doman iftop.8
-
-       dodoc AUTHORS ChangeLog README "${FILESDIR}"/iftoprc
-}

Reply via email to