summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-09 17:55:23 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-09 17:55:23 +0000
commitcba0045299d0265d9cd50cfc4db63b23c8480553 (patch)
tree9514a01f7028959608702191cc42f4b42999a668 /net-analyzer
parentFix use invocation (Manifest recommit) (diff)
downloadgentoo-2-cba0045299d0265d9cd50cfc4db63b23c8480553.tar.gz
gentoo-2-cba0045299d0265d9cd50cfc4db63b23c8480553.tar.bz2
gentoo-2-cba0045299d0265d9cd50cfc4db63b23c8480553.zip
Fix use invocation
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/hping/ChangeLog6
-rw-r--r--net-analyzer/hping/hping-2.0.0_rc1.ebuild2
-rw-r--r--net-analyzer/hping/hping-2.0.0_rc2-r1.ebuild4
-rw-r--r--net-analyzer/hping/hping-2.0.0_rc2.ebuild4
-rw-r--r--net-analyzer/hping/hping-2.0.0_rc3.ebuild4
5 files changed, 12 insertions, 8 deletions
diff --git a/net-analyzer/hping/ChangeLog b/net-analyzer/hping/ChangeLog
index 0d940deeabfb..110fc27787b0 100644
--- a/net-analyzer/hping/ChangeLog
+++ b/net-analyzer/hping/ChangeLog
@@ -1,6 +1,10 @@
# 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.16 2004/06/05 13:17:55 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/ChangeLog,v 1.17 2004/06/09 17:55:23 agriffis Exp $
+
+ 09 Jun 2004; Aron Griffis <agriffis@gentoo.org> hping-2.0.0_rc1.ebuild,
+ hping-2.0.0_rc2-r1.ebuild, hping-2.0.0_rc2.ebuild, hping-2.0.0_rc3.ebuild:
+ Fix use invocation
05 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> hping-2.0.0_rc2-r1.ebuild:
Stable on alpha.
diff --git a/net-analyzer/hping/hping-2.0.0_rc1.ebuild b/net-analyzer/hping/hping-2.0.0_rc1.ebuild
index 8ef5c1b44309..a9adf1411c30 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 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_rc1.ebuild,v 1.12 2004/04/27 21:09:36 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/hping-2.0.0_rc1.ebuild,v 1.13 2004/06/09 17:55:23 agriffis Exp $
# NOTE: author couldn't make up mind over tarball names, directory names,
# etc... hense the need to hardcode S and SRC_URI :(
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 350f4f7e1463..737c2df32273 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.7 2004/06/05 13:17:55 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/hping-2.0.0_rc2-r1.ebuild,v 1.8 2004/06/09 17:55:23 agriffis Exp $
inherit eutils
@@ -20,7 +20,7 @@ src_compile() {
./configure || die
- if [ `use debug` ]
+ if use debug
then
make CCOPT="${CFLAGS}" || die
else
diff --git a/net-analyzer/hping/hping-2.0.0_rc2.ebuild b/net-analyzer/hping/hping-2.0.0_rc2.ebuild
index 3c252188a652..c59d1aec973c 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 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.ebuild,v 1.9 2004/04/27 21:09:36 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/hping-2.0.0_rc2.ebuild,v 1.10 2004/06/09 17:55:23 agriffis Exp $
S=${WORKDIR}/hping2-rc2
DESCRIPTION="A ping-like TCP/IP packet assembler/analyzer."
@@ -16,7 +16,7 @@ DEPEND="net-libs/libpcap"
src_compile() {
./configure || die
- if [ `use debug` ]
+ if use debug
then
make CCOPT="${CFLAGS}" || die
else
diff --git a/net-analyzer/hping/hping-2.0.0_rc3.ebuild b/net-analyzer/hping/hping-2.0.0_rc3.ebuild
index d99270d7f9aa..dfa39d9f0482 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 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_rc3.ebuild,v 1.1 2004/05/14 19:18:59 avenj Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/hping-2.0.0_rc3.ebuild,v 1.2 2004/06/09 17:55:23 agriffis Exp $
inherit eutils
@@ -19,7 +19,7 @@ DEPEND="net-libs/libpcap"
src_compile() {
./configure || die
- if [ `use debug` ]
+ if use debug
then
make CCOPT="${CFLAGS}" || die
else