diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-09-15 21:52:15 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-09-15 21:52:15 +0000 |
commit | 6eb59fcb48a6b478724f08eea378ac2b083f2e39 (patch) | |
tree | 0d226bca4467d14036448ae4456e21f43fd6eca7 /net-analyzer | |
parent | Mark 0.7.1 stable on alpha (diff) | |
download | gentoo-2-6eb59fcb48a6b478724f08eea378ac2b083f2e39.tar.gz gentoo-2-6eb59fcb48a6b478724f08eea378ac2b083f2e39.tar.bz2 gentoo-2-6eb59fcb48a6b478724f08eea378ac2b083f2e39.zip |
Mark 0.16 stable on alpha
(Portage version: 2.0.52-r1)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/iftop/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/iftop/Manifest | 2 | ||||
-rw-r--r-- | net-analyzer/iftop/iftop-0.16.ebuild | 4 |
3 files changed, 7 insertions, 4 deletions
diff --git a/net-analyzer/iftop/ChangeLog b/net-analyzer/iftop/ChangeLog index d6e133a0d0be..a2869585c4cc 100644 --- a/net-analyzer/iftop/ChangeLog +++ b/net-analyzer/iftop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/iftop # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/ChangeLog,v 1.23 2005/08/24 23:24:44 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/ChangeLog,v 1.24 2005/09/15 21:52:15 agriffis Exp $ + + 15 Sep 2005; Aron Griffis <agriffis@gentoo.org> iftop-0.16.ebuild: + Mark 0.16 stable on alpha 24 Aug 2005; Aron Griffis <agriffis@gentoo.org> iftop-0.16.ebuild: stable on ia64 diff --git a/net-analyzer/iftop/Manifest b/net-analyzer/iftop/Manifest index 6d77e10f5d5f..2d52066c3224 100644 --- a/net-analyzer/iftop/Manifest +++ b/net-analyzer/iftop/Manifest @@ -1,5 +1,5 @@ MD5 e9cd01f31fc31ef1849ad5b87358345a metadata.xml 218 MD5 626c21521912fbf9caf7ebaed63d4f7c ChangeLog 3147 -MD5 a8445b68cccfbd78f4a29df10d16de82 iftop-0.16.ebuild 640 +MD5 8ab17e1b18a35eebff0d6d1342adc9f3 iftop-0.16.ebuild 639 MD5 c9d0a2ec49378a93c55b607f8bb88f91 files/iftoprc 1391 MD5 a36766a23959cee0651fcf16d2eecb8c files/digest-iftop-0.16 62 diff --git a/net-analyzer/iftop/iftop-0.16.ebuild b/net-analyzer/iftop/iftop-0.16.ebuild index 7dd218613f23..fc886c2aa257 100644 --- a/net-analyzer/iftop/iftop-0.16.ebuild +++ b/net-analyzer/iftop/iftop-0.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.14 2005/08/24 23:24:44 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/iftop-0.16.ebuild,v 1.15 2005/09/15 21:52:15 agriffis Exp $ IUSE="" @@ -10,7 +10,7 @@ HOMEPAGE="http://www.ex-parrot.com/~pdw/iftop/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha amd64 ia64 ~ppc sparc x86" +KEYWORDS="alpha amd64 ia64 ~ppc sparc x86" DEPEND="sys-libs/ncurses virtual/libpcap" |