diff options
author | Guy Martin <gmsoft@gentoo.org> | 2003-10-28 01:12:31 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2003-10-28 01:12:31 +0000 |
commit | b1ddb18c26174c7ff788f3ef320d332b1665b226 (patch) | |
tree | 4d884efbbd354921dd711f295f432d7cebe04df3 /net-analyzer/iptraf | |
parent | add ~amd64 flag (diff) | |
download | historical-b1ddb18c26174c7ff788f3ef320d332b1665b226.tar.gz historical-b1ddb18c26174c7ff788f3ef320d332b1665b226.tar.bz2 historical-b1ddb18c26174c7ff788f3ef320d332b1665b226.zip |
Marked stable on x86 and hppa.
Diffstat (limited to 'net-analyzer/iptraf')
-rw-r--r-- | net-analyzer/iptraf/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/iptraf/Manifest | 4 | ||||
-rw-r--r-- | net-analyzer/iptraf/iptraf-2.7.0-r1.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/net-analyzer/iptraf/ChangeLog b/net-analyzer/iptraf/ChangeLog index a45fef358f43..393d1e23e7ea 100644 --- a/net-analyzer/iptraf/ChangeLog +++ b/net-analyzer/iptraf/ChangeLog @@ -1,12 +1,15 @@ # ChangeLog for net-analyzer/iptraf # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf/ChangeLog,v 1.15 2003/10/05 21:10:24 brad_mssw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf/ChangeLog,v 1.16 2003/10/28 01:12:17 gmsoft Exp $ 05 Oct 2003; Brad House <brad_mssw@gentoo.org> iptraf-2.7.0-r1.ebuild: add ~amd64 flag *iptraf-2.7.0-r1 (03 Aug 2003) + 27 Oct 2003; Guy Martin <gmsoft@gentoo.org> iptraf-2.7.0-r1.ebuild : + Marked stable on x86 and hppa. + 04 Aug 2003; Guy Martin <gmsoft@gentoo.org> iptraf-2.7.0-r1.ebuild : Updated ipv6 patch to alpha11. diff --git a/net-analyzer/iptraf/Manifest b/net-analyzer/iptraf/Manifest index 33821621221a..236bf09deda9 100644 --- a/net-analyzer/iptraf/Manifest +++ b/net-analyzer/iptraf/Manifest @@ -1,5 +1,5 @@ -MD5 22494924f41d617757af4fa93db16d62 ChangeLog 1954 -MD5 248162a787920c2577c7818c7020c3c3 iptraf-2.7.0-r1.ebuild 1223 +MD5 84bc25a817195c535f74bfea58c6e146 ChangeLog 2056 MD5 35b69f04d2b764d74807c5565e46867f iptraf-2.7.0.ebuild 859 +MD5 81746cab157c93a629d3c6364110d9d2 iptraf-2.7.0-r1.ebuild 1218 MD5 68d035b52bb75c049cc9a59f51ce2a07 files/digest-iptraf-2.7.0 64 MD5 1822bd37e9eff2ce7881d2a46c074037 files/digest-iptraf-2.7.0-r1 138 diff --git a/net-analyzer/iptraf/iptraf-2.7.0-r1.ebuild b/net-analyzer/iptraf/iptraf-2.7.0-r1.ebuild index a3c86bb03a1b..18186f6972cb 100644 --- a/net-analyzer/iptraf/iptraf-2.7.0-r1.ebuild +++ b/net-analyzer/iptraf/iptraf-2.7.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf/iptraf-2.7.0-r1.ebuild,v 1.3 2003/10/05 21:10:24 brad_mssw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf/iptraf-2.7.0-r1.ebuild,v 1.4 2003/10/28 01:12:17 gmsoft Exp $ S=${WORKDIR}/${P} V6PATCH_LEVEL=alpha11 @@ -11,7 +11,7 @@ IUSE="ipv6" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64" +KEYWORDS="x86 ~ppc ~sparc ~alpha hppa ~amd64" DEPEND=">=sys-libs/ncurses-5.2-r1" |