diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-05-22 20:07:37 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-05-22 20:07:37 +0000 |
commit | cc30fd052ecabc5216c738102a9b7f0b3fa66687 (patch) | |
tree | 089aae96b7992249386f3b9bf548939c574c5435 /net-analyzer/iftop | |
parent | version bumped & stable (diff) | |
download | historical-cc30fd052ecabc5216c738102a9b7f0b3fa66687.tar.gz historical-cc30fd052ecabc5216c738102a9b7f0b3fa66687.tar.bz2 historical-cc30fd052ecabc5216c738102a9b7f0b3fa66687.zip |
cleanup
Diffstat (limited to 'net-analyzer/iftop')
-rw-r--r-- | net-analyzer/iftop/Manifest | 2 | ||||
-rw-r--r-- | net-analyzer/iftop/files/digest-iftop-0.10 | 1 | ||||
-rw-r--r-- | net-analyzer/iftop/iftop-0.10.ebuild | 36 |
3 files changed, 0 insertions, 39 deletions
diff --git a/net-analyzer/iftop/Manifest b/net-analyzer/iftop/Manifest index a8ac63942fc8..c69ad0fa0ecb 100644 --- a/net-analyzer/iftop/Manifest +++ b/net-analyzer/iftop/Manifest @@ -1,7 +1,5 @@ MD5 83c8dcb7b9e281d3fd8ab957b4d930b6 ChangeLog 1151 -MD5 7a77cbf6e09cc0d500f3f79be8d77913 iftop-0.10.ebuild 757 MD5 891c4c950b310381e7baaf8ba8fe685b iftop-0.11.ebuild 636 MD5 dd0dbdd68d763d6a1e885ffd60140dbb iftop-0.12.ebuild 685 -MD5 e8aac029782f05c2d63a41d0f2d7f165 files/digest-iftop-0.10 61 MD5 2eeabc736f57ec2c18f114ae2d96127a files/digest-iftop-0.11 61 MD5 c760d86756f23c96fdc594ee4b27ccfb files/digest-iftop-0.12 62 diff --git a/net-analyzer/iftop/files/digest-iftop-0.10 b/net-analyzer/iftop/files/digest-iftop-0.10 deleted file mode 100644 index 03b1c12f191e..000000000000 --- a/net-analyzer/iftop/files/digest-iftop-0.10 +++ /dev/null @@ -1 +0,0 @@ -MD5 b7e48710b5d77e54bd5994f3b4d86e37 iftop-0.10.tar.gz 37513 diff --git a/net-analyzer/iftop/iftop-0.10.ebuild b/net-analyzer/iftop/iftop-0.10.ebuild deleted file mode 100644 index 6bf3bf28c2f6..000000000000 --- a/net-analyzer/iftop/iftop-0.10.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/iftop-0.10.ebuild,v 1.3 2003/02/13 13:41:20 vapier Exp $ - -IUSE="" - -S=${WORKDIR}/${P} -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_unpack() { - unpack ${A} - cd ${S} - - sed -e 's/^PREFIX.*$/PREFIX = \/usr/' Makefile > Makefile.gentoo - mv Makefile.gentoo Makefile -} - -src_compile() { - make || die -} - -src_install() { - dosbin iftop - doman iftop.8 - dodoc COPYING CHANGES README -} - |