diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-10-19 10:42:40 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-10-19 10:42:40 +0000 |
commit | 5fb83c54adfea9b6910cc6818cd9e6dc41c96f16 (patch) | |
tree | 8df4ae1c53d23528394a9ce62547f7c74785af04 /net-analyzer/hping | |
parent | Stable on amd64. (Manifest recommit) (diff) | |
download | gentoo-2-5fb83c54adfea9b6910cc6818cd9e6dc41c96f16.tar.gz gentoo-2-5fb83c54adfea9b6910cc6818cd9e6dc41c96f16.tar.bz2 gentoo-2-5fb83c54adfea9b6910cc6818cd9e6dc41c96f16.zip |
Stable on amd64.
Diffstat (limited to 'net-analyzer/hping')
-rw-r--r-- | net-analyzer/hping/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/hping/hping-2.0.0_rc2.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/hping/hping-2.0.0_rc3.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-analyzer/hping/ChangeLog b/net-analyzer/hping/ChangeLog index 6af972fad271..31b3f3fe9e3d 100644 --- a/net-analyzer/hping/ChangeLog +++ b/net-analyzer/hping/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/hping # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/ChangeLog,v 1.27 2004/08/20 13:51:44 eldad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/ChangeLog,v 1.28 2004/10/19 10:39:58 absinthe Exp $ + + 19 Oct 2004; Dylan Carlson <absinthe@gentoo.org> hping-2.0.0_rc2.ebuild, + hping-2.0.0_rc3.ebuild: + Stable on amd64. *hping-2.0.0_rc3-r1 (20 Aug 2004) diff --git a/net-analyzer/hping/hping-2.0.0_rc2.ebuild b/net-analyzer/hping/hping-2.0.0_rc2.ebuild index 41be6f6db343..2ba63135a5b5 100644 --- a/net-analyzer/hping/hping-2.0.0_rc2.ebuild +++ b/net-analyzer/hping/hping-2.0.0_rc2.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/hping/hping-2.0.0_rc2.ebuild,v 1.13 2004/10/04 23:04:20 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/hping-2.0.0_rc2.ebuild,v 1.14 2004/10/19 10:39:58 absinthe Exp $ S=${WORKDIR}/hping2-rc2 DESCRIPTION="A ping-like TCP/IP packet assembler/analyzer." @@ -9,7 +9,7 @@ HOMEPAGE="http://www.hping.org" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ~sparc hppa ia64 ~amd64 ~alpha ppc" +KEYWORDS="x86 ~sparc hppa ia64 amd64 ~alpha ppc" DEPEND="net-libs/libpcap" IUSE="debug" diff --git a/net-analyzer/hping/hping-2.0.0_rc3.ebuild b/net-analyzer/hping/hping-2.0.0_rc3.ebuild index b36dffae71cc..2cc65beea05b 100644 --- a/net-analyzer/hping/hping-2.0.0_rc3.ebuild +++ b/net-analyzer/hping/hping-2.0.0_rc3.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/hping/hping-2.0.0_rc3.ebuild,v 1.12 2004/10/04 23:04:20 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/hping-2.0.0_rc3.ebuild,v 1.13 2004/10/19 10:39:58 absinthe Exp $ inherit eutils @@ -11,7 +11,7 @@ SRC_URI="http://www.hping.org/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 sparc hppa ~ia64 ~amd64 alpha ppc" +KEYWORDS="x86 sparc hppa ~ia64 amd64 alpha ppc" IUSE="debug" DEPEND="net-libs/libpcap" |