diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-02-13 10:19:02 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-02-13 10:19:02 +0000 |
commit | 15368794110e69be029132c4734d97b083197530 (patch) | |
tree | 164667fa37233d48941dcb5126d5a1062274b693 /net-analyzer/iftop | |
parent | Update Copyright years (diff) | |
download | historical-15368794110e69be029132c4734d97b083197530.tar.gz historical-15368794110e69be029132c4734d97b083197530.tar.bz2 historical-15368794110e69be029132c4734d97b083197530.zip |
Initial imports and version bump
Diffstat (limited to 'net-analyzer/iftop')
-rw-r--r-- | net-analyzer/iftop/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/iftop/files/digest-iftop-0.11 | 1 | ||||
-rw-r--r-- | net-analyzer/iftop/files/digest-iftop-0.11.2 | 1 | ||||
-rw-r--r-- | net-analyzer/iftop/iftop-0.11.ebuild (renamed from net-analyzer/iftop/iftop-0.11.2.ebuild) | 8 |
4 files changed, 11 insertions, 7 deletions
diff --git a/net-analyzer/iftop/ChangeLog b/net-analyzer/iftop/ChangeLog index e680291286e6..5ac485bdb598 100644 --- a/net-analyzer/iftop/ChangeLog +++ b/net-analyzer/iftop/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-analyzer/iftop # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/ChangeLog,v 1.3 2003/02/12 07:45:28 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/ChangeLog,v 1.4 2003/02/13 10:19:02 aliz Exp $ + +*iftop-0.11 (13 Feb 2003) + + 13 Feb 2003; Daniel Ahlberg <aliz@gentoo.org> iftop-0.11.ebuild : + Version bump. Found by Torben Janssen <torben@teejot.net> in #13514. + Deleted 0.11.2 ebuild since it was a pre version but wasn't named that way. *iftop-0.11.2 (04 Jan 2003) diff --git a/net-analyzer/iftop/files/digest-iftop-0.11 b/net-analyzer/iftop/files/digest-iftop-0.11 new file mode 100644 index 000000000000..7d8565444fdd --- /dev/null +++ b/net-analyzer/iftop/files/digest-iftop-0.11 @@ -0,0 +1 @@ +MD5 d488031104f1788b6db777ea0e8c57f9 iftop-0.11.tar.gz 79913 diff --git a/net-analyzer/iftop/files/digest-iftop-0.11.2 b/net-analyzer/iftop/files/digest-iftop-0.11.2 deleted file mode 100644 index dd8ba73a4e63..000000000000 --- a/net-analyzer/iftop/files/digest-iftop-0.11.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 e2481a1676b6958fdc15ec0e1ed6fd98 iftop-0.11pre2.tar.gz 79826 diff --git a/net-analyzer/iftop/iftop-0.11.2.ebuild b/net-analyzer/iftop/iftop-0.11.ebuild index 13fbfd5b9d83..b07c1a4509ac 100644 --- a/net-analyzer/iftop/iftop-0.11.2.ebuild +++ b/net-analyzer/iftop/iftop-0.11.ebuild @@ -1,13 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/iftop-0.11.2.ebuild,v 1.1 2003/01/04 02:01:11 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/iftop-0.11.ebuild,v 1.1 2003/02/13 10:19:02 aliz Exp $ IUSE="" -MY_PV="${PV:0:4}pre2" -S=${WORKDIR}/${PN}-${MY_PV} +S=${WORKDIR}/${P} DESCRIPTION="display bandwidth usage on an interface" -SRC_URI="http://www.ex-parrot.com/~pdw/iftop/download/${PN}-${MY_PV}.tar.gz" +SRC_URI="http://www.ex-parrot.com/~pdw/iftop/download/${P}.tar.gz" HOMEPAGE="http://www.ex-parrot.com/~pdw/iftop/" SLOT="0" @@ -17,7 +16,6 @@ KEYWORDS="~x86" DEPEND="sys-libs/ncurses net-libs/libpcap" - src_compile() { econf || die emake || die |