diff options
author | 2020-11-26 17:20:09 -0500 | |
---|---|---|
committer | 2020-11-26 18:04:02 -0500 | |
commit | fc0da6de00c0a565bb272d8d9f6dc3c2420691a9 (patch) | |
tree | 963c40af82216a5b0ae341f8232c696d7c9838f8 | |
parent | net-analyzer/flowgrind: drop old (diff) | |
download | gentoo-fc0da6de00c0a565bb272d8d9f6dc3c2420691a9.tar.gz gentoo-fc0da6de00c0a565bb272d8d9f6dc3c2420691a9.tar.bz2 gentoo-fc0da6de00c0a565bb272d8d9f6dc3c2420691a9.zip |
net-analyzer/iftop: drop old
Signed-off-by: Aaron Bauman <bman@gentoo.org>
-rw-r--r-- | net-analyzer/iftop/iftop-1.0_pre4-r2.ebuild | 45 | ||||
-rw-r--r-- | net-analyzer/iftop/iftop-1.0_pre4-r3.ebuild | 44 |
2 files changed, 0 insertions, 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 7ab2fdef1a8d..000000000000 --- 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 aede14d946f8..000000000000 --- 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 -} |