diff options
author | Eldad Zack <eldad@gentoo.org> | 2004-07-08 06:28:55 +0000 |
---|---|---|
committer | Eldad Zack <eldad@gentoo.org> | 2004-07-08 06:28:55 +0000 |
commit | 80918b5a58dc495109079fe1864821910ece83b4 (patch) | |
tree | ac2168110412d116789f6db5afb266b82683658b /net-analyzer/hping | |
parent | Added ~mips KEYWORD (Manifest recommit) (diff) | |
download | gentoo-2-80918b5a58dc495109079fe1864821910ece83b4.tar.gz gentoo-2-80918b5a58dc495109079fe1864821910ece83b4.tar.bz2 gentoo-2-80918b5a58dc495109079fe1864821910ece83b4.zip |
IUSE
Diffstat (limited to 'net-analyzer/hping')
-rw-r--r-- | net-analyzer/hping/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/hping/hping-2.0.0_rc1.ebuild | 3 | ||||
-rw-r--r-- | net-analyzer/hping/hping-2.0.0_rc2-r1.ebuild | 3 | ||||
-rw-r--r-- | net-analyzer/hping/hping-2.0.0_rc2.ebuild | 3 | ||||
-rw-r--r-- | net-analyzer/hping/hping-2.0.0_rc3.ebuild | 4 |
5 files changed, 13 insertions, 6 deletions
diff --git a/net-analyzer/hping/ChangeLog b/net-analyzer/hping/ChangeLog index c38e69407034..8bdeae33f2e2 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.20 2004/07/08 01:53:05 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/ChangeLog,v 1.21 2004/07/08 06:28:55 eldad Exp $ + + 08 Jul 2004; Eldad Zack <eldad@gentoo.org> hping-2.0.0_rc2-r1.ebuild, + hping-2.0.0_rc2.ebuild, hping-2.0.0_rc3.ebuild: + added debug to IUSE 07 Jul 2004; Michael Sterrett <mr_bones_@gentoo.org> hping-2.0.0_rc3.ebuild: fix use invocation (again); IUSE; tidy diff --git a/net-analyzer/hping/hping-2.0.0_rc1.ebuild b/net-analyzer/hping/hping-2.0.0_rc1.ebuild index b602ccc56ef8..6eba02bb86ea 100644 --- a/net-analyzer/hping/hping-2.0.0_rc1.ebuild +++ b/net-analyzer/hping/hping-2.0.0_rc1.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_rc1.ebuild,v 1.14 2004/06/24 22:03:30 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/hping-2.0.0_rc1.ebuild,v 1.15 2004/07/08 06:28:55 eldad Exp $ # NOTE: author couldn't make up mind over tarball names, directory names, # etc... hense the need to hardcode S and SRC_URI :( @@ -12,6 +12,7 @@ HOMEPAGE="http://www.hping.org" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 sparc ppc" +IUSE="" DEPEND="net-libs/libpcap" 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 a1473fbe97c8..a7ec786139d9 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 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-r1.ebuild,v 1.9 2004/06/24 22:03:30 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/hping-2.0.0_rc2-r1.ebuild,v 1.10 2004/07/08 06:28:55 eldad Exp $ inherit eutils @@ -14,6 +14,7 @@ LICENSE="GPL-2" KEYWORDS="x86 sparc hppa ia64 amd64 alpha" DEPEND="net-libs/libpcap" +IUSE="debug" src_compile() { epatch ${FILESDIR}/wlan-header-fix.patch diff --git a/net-analyzer/hping/hping-2.0.0_rc2.ebuild b/net-analyzer/hping/hping-2.0.0_rc2.ebuild index 7b3fffea4916..ccac461be62b 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.11 2004/06/24 22:03:30 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/hping-2.0.0_rc2.ebuild,v 1.12 2004/07/08 06:28:55 eldad Exp $ S=${WORKDIR}/hping2-rc2 DESCRIPTION="A ping-like TCP/IP packet assembler/analyzer." @@ -12,6 +12,7 @@ LICENSE="GPL-2" KEYWORDS="x86 ~sparc hppa ia64 ~amd64 ~alpha" DEPEND="net-libs/libpcap" +IUSE="debug" src_compile() { ./configure || die diff --git a/net-analyzer/hping/hping-2.0.0_rc3.ebuild b/net-analyzer/hping/hping-2.0.0_rc3.ebuild index 8e46fd3086f1..afdd8f7b2474 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.5 2004/07/08 01:53:05 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/hping-2.0.0_rc3.ebuild,v 1.6 2004/07/08 06:28:55 eldad Exp $ inherit eutils @@ -12,7 +12,7 @@ SRC_URI="http://www.hping.org/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~sparc ~hppa ~ia64 ~amd64 ~alpha" -IUSE="" +IUSE="debug" DEPEND="net-libs/libpcap" |