diff options
author | Jason Wever <weeve@gentoo.org> | 2004-03-21 21:04:23 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2004-03-21 21:04:23 +0000 |
commit | 6b52dc9bb141d44bf77336f019cbb6f02f587e72 (patch) | |
tree | 66ffe978b4e18b459586b42831e086e8701871b5 /net-analyzer/iftop | |
parent | ppc stable (diff) | |
download | historical-6b52dc9bb141d44bf77336f019cbb6f02f587e72.tar.gz historical-6b52dc9bb141d44bf77336f019cbb6f02f587e72.tar.bz2 historical-6b52dc9bb141d44bf77336f019cbb6f02f587e72.zip |
Added ~sparc keyword.
Diffstat (limited to 'net-analyzer/iftop')
-rw-r--r-- | net-analyzer/iftop/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/iftop/Manifest | 4 | ||||
-rw-r--r-- | net-analyzer/iftop/iftop-0.16.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/net-analyzer/iftop/ChangeLog b/net-analyzer/iftop/ChangeLog index 4ef38a9e50b2..e7e85a5770dd 100644 --- a/net-analyzer/iftop/ChangeLog +++ b/net-analyzer/iftop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/iftop # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/ChangeLog,v 1.11 2004/03/21 12:15:17 mboman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/ChangeLog,v 1.12 2004/03/21 21:04:23 weeve Exp $ + + 21 Mar 2004; Jason Wever <weeve@gentoo.org> iftop-0.16.ebuild: + Added ~sparc keyword. 21 Mar 2004; Michael Boman <mboman@gentoo.org> iftop-0.11.ebuild, iftop-0.12.ebuild, iftop-0.13.ebuild, iftop-0.14.ebuild: diff --git a/net-analyzer/iftop/Manifest b/net-analyzer/iftop/Manifest index 8847eda47b3b..3046545f18eb 100644 --- a/net-analyzer/iftop/Manifest +++ b/net-analyzer/iftop/Manifest @@ -1,11 +1,11 @@ -MD5 8c9e9c10da7a101bd6573c8854489d55 ChangeLog 2043 +MD5 6daa6ecc5aee13e15daf6a3529d48603 ChangeLog 2132 MD5 61eff4608259ef249e4f8552a47b88f9 iftop-0.11.ebuild 617 MD5 37a79de7e0ab1378b3f999438743bc46 iftop-0.12.ebuild 665 MD5 3dada50e102c6d58a3459c63ffec2c58 iftop-0.13.ebuild 665 MD5 30271392cd561a5736c4a8fd0bd354c3 iftop-0.14.ebuild 665 MD5 863bcb8f473e491e042eaa3a5ed109d9 iftop-0.15.ebuild 704 MD5 e9cd01f31fc31ef1849ad5b87358345a metadata.xml 218 -MD5 bb49139e7defaa0800bccbe9808453aa iftop-0.16.ebuild 707 +MD5 51be4316bee5a74196d7406b7b296411 iftop-0.16.ebuild 713 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 9521a4e37378..0ac8084cdff0 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 Technologies, Inc. # 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.1 2004/03/09 06:07:15 mboman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/iftop-0.16.ebuild,v 1.2 2004/03/21 21:04:23 weeve Exp $ IUSE="" @@ -10,7 +10,7 @@ HOMEPAGE="http://www.ex-parrot.com/~pdw/iftop/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86" +KEYWORDS="~x86 ~sparc" DEPEND="sys-libs/ncurses net-libs/libpcap" |