diff options
author | Eldad Zack <eldad@gentoo.org> | 2004-11-06 13:14:41 +0000 |
---|---|---|
committer | Eldad Zack <eldad@gentoo.org> | 2004-11-06 13:14:41 +0000 |
commit | eb65e13a5a494c8eed93ba8ea8dda928378e9e83 (patch) | |
tree | a20e8e5b892762faae384b0d32369ea22e4d7d96 /net-analyzer/iftop | |
parent | bump (Manifest recommit) (diff) | |
download | gentoo-2-eb65e13a5a494c8eed93ba8ea8dda928378e9e83.tar.gz gentoo-2-eb65e13a5a494c8eed93ba8ea8dda928378e9e83.tar.bz2 gentoo-2-eb65e13a5a494c8eed93ba8ea8dda928378e9e83.zip |
prune
Diffstat (limited to 'net-analyzer/iftop')
-rw-r--r-- | net-analyzer/iftop/files/digest-iftop-0.11 | 1 | ||||
-rw-r--r-- | net-analyzer/iftop/files/digest-iftop-0.12 | 1 | ||||
-rw-r--r-- | net-analyzer/iftop/files/digest-iftop-0.13 | 1 | ||||
-rw-r--r-- | net-analyzer/iftop/files/digest-iftop-0.14 | 1 | ||||
-rw-r--r-- | net-analyzer/iftop/files/digest-iftop-0.15 | 1 | ||||
-rw-r--r-- | net-analyzer/iftop/iftop-0.11.ebuild | 27 | ||||
-rw-r--r-- | net-analyzer/iftop/iftop-0.12.ebuild | 30 | ||||
-rw-r--r-- | net-analyzer/iftop/iftop-0.13.ebuild | 30 | ||||
-rw-r--r-- | net-analyzer/iftop/iftop-0.14.ebuild | 30 | ||||
-rw-r--r-- | net-analyzer/iftop/iftop-0.15.ebuild | 35 |
10 files changed, 0 insertions, 157 deletions
diff --git a/net-analyzer/iftop/files/digest-iftop-0.11 b/net-analyzer/iftop/files/digest-iftop-0.11 deleted file mode 100644 index 7d8565444fdd..000000000000 --- a/net-analyzer/iftop/files/digest-iftop-0.11 +++ /dev/null @@ -1 +0,0 @@ -MD5 d488031104f1788b6db777ea0e8c57f9 iftop-0.11.tar.gz 79913 diff --git a/net-analyzer/iftop/files/digest-iftop-0.12 b/net-analyzer/iftop/files/digest-iftop-0.12 deleted file mode 100644 index 648b2340b21c..000000000000 --- a/net-analyzer/iftop/files/digest-iftop-0.12 +++ /dev/null @@ -1 +0,0 @@ -MD5 5bebdc96f775420c314f037182c3a993 iftop-0.12.tar.gz 121745 diff --git a/net-analyzer/iftop/files/digest-iftop-0.13 b/net-analyzer/iftop/files/digest-iftop-0.13 deleted file mode 100644 index d67765e69daf..000000000000 --- a/net-analyzer/iftop/files/digest-iftop-0.13 +++ /dev/null @@ -1 +0,0 @@ -MD5 f8f7f55e4d855bf5ea581a4013226f71 iftop-0.13.tar.gz 143858 diff --git a/net-analyzer/iftop/files/digest-iftop-0.14 b/net-analyzer/iftop/files/digest-iftop-0.14 deleted file mode 100644 index 32d9ff140533..000000000000 --- a/net-analyzer/iftop/files/digest-iftop-0.14 +++ /dev/null @@ -1 +0,0 @@ -MD5 6f5197ffbd678565902f4f4d4977512b iftop-0.14.tar.gz 148989 diff --git a/net-analyzer/iftop/files/digest-iftop-0.15 b/net-analyzer/iftop/files/digest-iftop-0.15 deleted file mode 100644 index 265d21f8a2ea..000000000000 --- a/net-analyzer/iftop/files/digest-iftop-0.15 +++ /dev/null @@ -1 +0,0 @@ -MD5 87a0a93b023d73429b0bfc5965a66d2e iftop-0.15.tar.gz 153146 diff --git a/net-analyzer/iftop/iftop-0.11.ebuild b/net-analyzer/iftop/iftop-0.11.ebuild deleted file mode 100644 index eb7864ca2687..000000000000 --- a/net-analyzer/iftop/iftop-0.11.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/iftop-0.11.ebuild,v 1.5 2004/06/24 22:04:25 agriffis Exp $ - -IUSE="" - -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/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86" - -DEPEND="sys-libs/ncurses - net-libs/libpcap" - -src_compile() { - econf || die - emake || die -} - -src_install() { - dosbin iftop - doman iftop.8 - dodoc COPYING CHANGES README -} diff --git a/net-analyzer/iftop/iftop-0.12.ebuild b/net-analyzer/iftop/iftop-0.12.ebuild deleted file mode 100644 index 728b67d21acb..000000000000 --- a/net-analyzer/iftop/iftop-0.12.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/iftop-0.12.ebuild,v 1.4 2004/06/24 22:04:25 agriffis Exp $ - -IUSE="" - -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/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86" - -DEPEND="sys-libs/ncurses - net-libs/libpcap" - - -src_compile() { - local myconf - myconf="--prefix=/usr" - ./configure ${myconf} || die - emake -} - -src_install() { - dosbin iftop - doman iftop.8 - dodoc COPYING CHANGES README -} diff --git a/net-analyzer/iftop/iftop-0.13.ebuild b/net-analyzer/iftop/iftop-0.13.ebuild deleted file mode 100644 index ccdb888a4279..000000000000 --- a/net-analyzer/iftop/iftop-0.13.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/iftop-0.13.ebuild,v 1.3 2004/06/24 22:04:25 agriffis Exp $ - -IUSE="" - -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/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86" - -DEPEND="sys-libs/ncurses - net-libs/libpcap" - - -src_compile() { - local myconf - myconf="--prefix=/usr" - ./configure ${myconf} || die - emake -} - -src_install() { - dosbin iftop - doman iftop.8 - dodoc COPYING CHANGES README -} diff --git a/net-analyzer/iftop/iftop-0.14.ebuild b/net-analyzer/iftop/iftop-0.14.ebuild deleted file mode 100644 index 1576d87688c5..000000000000 --- a/net-analyzer/iftop/iftop-0.14.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/iftop-0.14.ebuild,v 1.5 2004/07/11 10:16:22 eldad Exp $ - -IUSE="" - -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/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86" - -DEPEND="sys-libs/ncurses - net-libs/libpcap" - - -src_compile() { - local myconf - myconf="--prefix=/usr" - ./configure ${myconf} || die - emake -} - -src_install() { - dosbin iftop - doman iftop.8 - dodoc COPYING CHANGES README -} diff --git a/net-analyzer/iftop/iftop-0.15.ebuild b/net-analyzer/iftop/iftop-0.15.ebuild deleted file mode 100644 index 73d1a1133e6d..000000000000 --- a/net-analyzer/iftop/iftop-0.15.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/iftop-0.15.ebuild,v 1.3 2004/07/11 10:16:22 eldad Exp $ - -IUSE="" - -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/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86" - -DEPEND="sys-libs/ncurses - net-libs/libpcap" - - -src_compile() { - local myconf - myconf="--prefix=/usr" - econf ${myconf} || die - emake -} - -src_install() { - dosbin iftop - doman iftop.8 - - insinto /etc - doins ${FILESDIR}/iftoprc - - dodoc COPYING ChangeLog README -} - |