summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Østergaard <kloeri@gentoo.org>2004-06-05 13:20:08 +0000
committerBryan Østergaard <kloeri@gentoo.org>2004-06-05 13:20:08 +0000
commit7050935502bd34d4773ecf3597ac0e121c40ffe5 (patch)
tree3d98d68f8b80826f73c5f54e0f312fd38f1224d4
parentfix (diff)
downloadhistorical-7050935502bd34d4773ecf3597ac0e121c40ffe5.tar.gz
historical-7050935502bd34d4773ecf3597ac0e121c40ffe5.tar.bz2
historical-7050935502bd34d4773ecf3597ac0e121c40ffe5.zip
Stable on alpha.
-rw-r--r--net-analyzer/hping/ChangeLog5
-rw-r--r--net-analyzer/hping/hping-2.0.0_rc2-r1.ebuild4
-rw-r--r--net-analyzer/iptraf/ChangeLog7
-rw-r--r--net-analyzer/iptraf/iptraf-2.7.0-r1.ebuild6
-rw-r--r--net-analyzer/iptraf/iptraf-2.7.0.ebuild4
5 files changed, 16 insertions, 10 deletions
diff --git a/net-analyzer/hping/ChangeLog b/net-analyzer/hping/ChangeLog
index 0899a270ca87..0d940deeabfb 100644
--- a/net-analyzer/hping/ChangeLog
+++ b/net-analyzer/hping/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/hping
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/ChangeLog,v 1.15 2004/05/14 19:18:59 avenj Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/ChangeLog,v 1.16 2004/06/05 13:17:55 kloeri Exp $
+
+ 05 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> hping-2.0.0_rc2-r1.ebuild:
+ Stable on alpha.
*hping-2.0.0_rc3 (14 May 2004)
diff --git a/net-analyzer/hping/hping-2.0.0_rc2-r1.ebuild b/net-analyzer/hping/hping-2.0.0_rc2-r1.ebuild
index 66230d8174e8..350f4f7e1463 100644
--- a/net-analyzer/hping/hping-2.0.0_rc2-r1.ebuild
+++ b/net-analyzer/hping/hping-2.0.0_rc2-r1.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/hping/hping-2.0.0_rc2-r1.ebuild,v 1.6 2004/04/27 21:09:36 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/hping-2.0.0_rc2-r1.ebuild,v 1.7 2004/06/05 13:17:55 kloeri Exp $
inherit eutils
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.hping.org"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="x86 sparc hppa ia64 amd64 ~alpha"
+KEYWORDS="x86 sparc hppa ia64 amd64 alpha"
DEPEND="net-libs/libpcap"
diff --git a/net-analyzer/iptraf/ChangeLog b/net-analyzer/iptraf/ChangeLog
index 42308d01d1f0..aa14b5de7500 100644
--- a/net-analyzer/iptraf/ChangeLog
+++ b/net-analyzer/iptraf/ChangeLog
@@ -1,6 +1,9 @@
# 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.18 2003/12/29 03:25:26 kumba Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf/ChangeLog,v 1.19 2004/06/05 13:20:08 kloeri Exp $
+
+ 05 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> iptraf-2.7.0-r1.ebuild:
+ Stable on alpha.
28 Dec 2003; Joshua Kinard <kumba@gentoo.org> iptraf-2.7.0-r1.ebuild:
Move to mips stable (~mips -> mips)
diff --git a/net-analyzer/iptraf/iptraf-2.7.0-r1.ebuild b/net-analyzer/iptraf/iptraf-2.7.0-r1.ebuild
index 76ec5928b777..a8ac6f769b0f 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.
+# Copyright 1999-2004 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.6 2003/12/29 03:25:26 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf/iptraf-2.7.0-r1.ebuild,v 1.7 2004/06/05 13:20:08 kloeri 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 mips"
+KEYWORDS="x86 ~ppc sparc alpha hppa ~amd64 mips"
DEPEND=">=sys-libs/ncurses-5.2-r1"
diff --git a/net-analyzer/iptraf/iptraf-2.7.0.ebuild b/net-analyzer/iptraf/iptraf-2.7.0.ebuild
index 1139b70b5f95..e62d574e2554 100644
--- a/net-analyzer/iptraf/iptraf-2.7.0.ebuild
+++ b/net-analyzer/iptraf/iptraf-2.7.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 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.ebuild,v 1.15 2003/08/01 14:37:29 tuxus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf/iptraf-2.7.0.ebuild,v 1.16 2004/06/05 13:20:08 kloeri Exp $
S=${WORKDIR}/${P}
DESCRIPTION="IPTraf is an ncurses-based IP LAN monitor"