diff options
author | Simon Stelling <blubb@gentoo.org> | 2004-09-10 21:58:20 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2004-09-10 21:58:20 +0000 |
commit | a229bc6caf077a3614aef2b73360925ad5fad021 (patch) | |
tree | 8bb09a2a34ad862648237bd1c78344244b4cd94e /net-analyzer/iftop | |
parent | robustify gdbm patch (diff) | |
download | historical-a229bc6caf077a3614aef2b73360925ad5fad021.tar.gz historical-a229bc6caf077a3614aef2b73360925ad5fad021.tar.bz2 historical-a229bc6caf077a3614aef2b73360925ad5fad021.zip |
~amd64
Diffstat (limited to 'net-analyzer/iftop')
-rw-r--r-- | net-analyzer/iftop/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/iftop/Manifest | 8 | ||||
-rw-r--r-- | net-analyzer/iftop/iftop-0.16.ebuild | 4 |
3 files changed, 10 insertions, 7 deletions
diff --git a/net-analyzer/iftop/ChangeLog b/net-analyzer/iftop/ChangeLog index da7b1d54374d..11b69176c045 100644 --- a/net-analyzer/iftop/ChangeLog +++ b/net-analyzer/iftop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/iftop # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/ChangeLog,v 1.14 2004/07/11 10:16:22 eldad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/ChangeLog,v 1.15 2004/09/10 21:58:20 blubb Exp $ + + 10 Sep 2004; <blubb@gentoo.org> iftop-0.16.ebuild: + added ~amd64 keyword 11 Jul 2004; Eldad Zack <eldad@gentoo.org> iftop-0.15.ebuild, iftop-0.16.ebuild: diff --git a/net-analyzer/iftop/Manifest b/net-analyzer/iftop/Manifest index 916699942cb5..9e72f97a7064 100644 --- a/net-analyzer/iftop/Manifest +++ b/net-analyzer/iftop/Manifest @@ -1,11 +1,11 @@ +MD5 9b1e8395ba40b6f7b4609bb9e2453563 ChangeLog 2306 MD5 301fa131175618d1001971cd4ebbec1b iftop-0.11.ebuild 610 -MD5 c3d5b00ab5e1054500211f0243974c50 iftop-0.13.ebuild 658 -MD5 f0beb5514c2870f73d56857bd1e84e38 iftop-0.15.ebuild 696 MD5 823aa845a65bfd5a6ed275ca473df78f iftop-0.12.ebuild 658 +MD5 c3d5b00ab5e1054500211f0243974c50 iftop-0.13.ebuild 658 MD5 1794f0eb0395fb3eb2fa44509deed366 iftop-0.14.ebuild 655 -MD5 bd2f307b6546ed6fc57614775b6627ac ChangeLog 2229 +MD5 f0beb5514c2870f73d56857bd1e84e38 iftop-0.15.ebuild 696 +MD5 c7bfdd7c5c25312f5dc9c7cfa46212eb iftop-0.16.ebuild 710 MD5 e9cd01f31fc31ef1849ad5b87358345a metadata.xml 218 -MD5 4656e90069ae86653827a7a482c547f7 iftop-0.16.ebuild 703 MD5 2eeabc736f57ec2c18f114ae2d96127a files/digest-iftop-0.11 61 MD5 c760d86756f23c96fdc594ee4b27ccfb files/digest-iftop-0.12 62 MD5 766dde5066ae59435dd9b2765d5ee11b files/digest-iftop-0.13 62 diff --git a/net-analyzer/iftop/iftop-0.16.ebuild b/net-analyzer/iftop/iftop-0.16.ebuild index 518c15896a43..56814ed2295b 100644 --- a/net-analyzer/iftop/iftop-0.16.ebuild +++ b/net-analyzer/iftop/iftop-0.16.ebuild @@ -1,6 +1,6 @@ # 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.16.ebuild,v 1.4 2004/07/11 10:16:22 eldad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/iftop-0.16.ebuild,v 1.5 2004/09/10 21:58:20 blubb Exp $ IUSE="" @@ -10,7 +10,7 @@ HOMEPAGE="http://www.ex-parrot.com/~pdw/iftop/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ~sparc" +KEYWORDS="x86 ~sparc ~amd64" DEPEND="sys-libs/ncurses net-libs/libpcap" |