summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-09 18:17:04 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-09 18:17:04 +0000
commit035e576e9542d1e83420d6bacb17aaca030b89ab (patch)
tree2faf612081536fcea9c66de6e7f492ba1ee50309 /net-analyzer
parentFix use invocation and don't run epatch in a subshell because then it can't d... (diff)
downloadgentoo-2-035e576e9542d1e83420d6bacb17aaca030b89ab.tar.gz
gentoo-2-035e576e9542d1e83420d6bacb17aaca030b89ab.tar.bz2
gentoo-2-035e576e9542d1e83420d6bacb17aaca030b89ab.zip
Fix use invocation
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/net-snmp/ChangeLog6
-rw-r--r--net-analyzer/net-snmp/net-snmp-5.0.9-r1.ebuild2
-rw-r--r--net-analyzer/net-snmp/net-snmp-5.0.9-r3.ebuild8
-rw-r--r--net-analyzer/net-snmp/net-snmp-5.1.1.ebuild2
-rw-r--r--net-analyzer/net-snmp/net-snmp-5.1.ebuild8
-rw-r--r--net-analyzer/ntop/ChangeLog6
-rw-r--r--net-analyzer/ntop/ntop-2.0.99_rc2-r2.ebuild4
-rw-r--r--net-analyzer/ntop/ntop-2.2.ebuild2
-rw-r--r--net-analyzer/ntop/ntop-2.2c.ebuild2
-rw-r--r--net-analyzer/ntop/ntop-3.0.ebuild2
10 files changed, 25 insertions, 17 deletions
diff --git a/net-analyzer/net-snmp/ChangeLog b/net-analyzer/net-snmp/ChangeLog
index 202062795063..100eb881204b 100644
--- a/net-analyzer/net-snmp/ChangeLog
+++ b/net-analyzer/net-snmp/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/net-snmp
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/ChangeLog,v 1.43 2004/05/12 02:28:48 randy Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/ChangeLog,v 1.44 2004/06/09 18:15:11 agriffis Exp $
+
+ 09 Jun 2004; Aron Griffis <agriffis@gentoo.org> net-snmp-5.0.9-r1.ebuild,
+ net-snmp-5.0.9-r3.ebuild, net-snmp-5.1.1.ebuild, net-snmp-5.1.ebuild:
+ Fix use invocation
11 May 2004; Michael McCabe <randy@gentoo.org> net-snmp-5.1.1.ebuild:
Added s390 keywords
diff --git a/net-analyzer/net-snmp/net-snmp-5.0.9-r1.ebuild b/net-analyzer/net-snmp/net-snmp-5.0.9-r1.ebuild
index 5f0fd97786c7..7e3d751599a6 100644
--- a/net-analyzer/net-snmp/net-snmp-5.0.9-r1.ebuild
+++ b/net-analyzer/net-snmp/net-snmp-5.0.9-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/net-snmp/net-snmp-5.0.9-r1.ebuild,v 1.10 2004/04/26 04:28:20 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.0.9-r1.ebuild,v 1.11 2004/06/09 18:15:11 agriffis Exp $
DESCRIPTION="Software for generating and retrieving SNMP data."
HOMEPAGE="http://net-snmp.sourceforge.net/"
diff --git a/net-analyzer/net-snmp/net-snmp-5.0.9-r3.ebuild b/net-analyzer/net-snmp/net-snmp-5.0.9-r3.ebuild
index 8970dd895793..888b8842d0aa 100644
--- a/net-analyzer/net-snmp/net-snmp-5.0.9-r3.ebuild
+++ b/net-analyzer/net-snmp/net-snmp-5.0.9-r3.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/net-snmp/net-snmp-5.0.9-r3.ebuild,v 1.5 2004/04/26 04:28:20 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.0.9-r3.ebuild,v 1.6 2004/06/09 18:15:11 agriffis Exp $
inherit eutils fixheadtails
@@ -56,7 +56,7 @@ src_compile() {
emake -j1 || die "compile problem"
- if [ "`use perl`" ] ; then
+ if use perl ; then
emake perlmodules || die "compile perl modules problem"
fi
}
@@ -64,9 +64,9 @@ src_compile() {
src_install () {
einstall exec_prefix="${D}/usr" persistentdir="${D}/var/lib/net-snmp"
- if [ "`use perl`" ] ; then
+ if use perl ; then
make DESTDIR="${D}" perlinstall || die "make perlinstall failed"
- if [ ! "`use X`" ] ; then
+ if ! use X ; then
rm -f "${D}/usr/bin/tkmib"
fi
else
diff --git a/net-analyzer/net-snmp/net-snmp-5.1.1.ebuild b/net-analyzer/net-snmp/net-snmp-5.1.1.ebuild
index f4c5b8053e75..e0d2b5883149 100644
--- a/net-analyzer/net-snmp/net-snmp-5.1.1.ebuild
+++ b/net-analyzer/net-snmp/net-snmp-5.1.1.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/net-snmp/net-snmp-5.1.1.ebuild,v 1.4 2004/06/03 13:33:36 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.1.1.ebuild,v 1.5 2004/06/09 18:15:11 agriffis Exp $
inherit eutils
diff --git a/net-analyzer/net-snmp/net-snmp-5.1.ebuild b/net-analyzer/net-snmp/net-snmp-5.1.ebuild
index d326cd9c8754..2a651aec0410 100644
--- a/net-analyzer/net-snmp/net-snmp-5.1.ebuild
+++ b/net-analyzer/net-snmp/net-snmp-5.1.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/net-snmp/net-snmp-5.1.ebuild,v 1.6 2004/04/26 04:28:20 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.1.ebuild,v 1.7 2004/06/09 18:15:11 agriffis Exp $
inherit eutils
@@ -50,7 +50,7 @@ src_compile() {
emake -j1 || die "compile problem"
- if [ "`use perl`" ] ; then
+ if use perl ; then
emake perlmodules || die "compile perl modules problem"
fi
}
@@ -58,9 +58,9 @@ src_compile() {
src_install () {
einstall exec_prefix="${D}/usr" persistentdir="${D}/var/lib/net-snmp"
- if [ "`use perl`" ] ; then
+ if use perl ; then
make DESTDIR="${D}" perlinstall || die "make perlinstall failed"
- if [ ! "`use X`" ] ; then
+ if ! use X ; then
rm -f "${D}/usr/bin/tkmib"
fi
else
diff --git a/net-analyzer/ntop/ChangeLog b/net-analyzer/ntop/ChangeLog
index 4e3f1a2da629..a018c77823ed 100644
--- a/net-analyzer/ntop/ChangeLog
+++ b/net-analyzer/ntop/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/ntop
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ChangeLog,v 1.22 2004/04/27 21:13:26 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ChangeLog,v 1.23 2004/06/09 18:17:04 agriffis Exp $
+
+ 09 Jun 2004; Aron Griffis <agriffis@gentoo.org> ntop-2.0.99_rc2-r2.ebuild,
+ ntop-2.2.ebuild, ntop-2.2c.ebuild, ntop-3.0.ebuild:
+ Fix use invocation
27 Apr 2004; Aron Griffis <agriffis@gentoo.org> ntop-2.2c.ebuild:
Add inherit eutils
diff --git a/net-analyzer/ntop/ntop-2.0.99_rc2-r2.ebuild b/net-analyzer/ntop/ntop-2.0.99_rc2-r2.ebuild
index fffe025185aa..bd2001b87ee3 100644
--- a/net-analyzer/ntop/ntop-2.0.99_rc2-r2.ebuild
+++ b/net-analyzer/ntop/ntop-2.0.99_rc2-r2.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/ntop/ntop-2.0.99_rc2-r2.ebuild,v 1.10 2004/01/12 06:04:07 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-2.0.99_rc2-r2.ebuild,v 1.11 2004/06/09 18:17:04 agriffis Exp $
IUSE="ssl readline mysql"
@@ -27,7 +27,7 @@ DEPEND=">=sys-libs/gdbm-1.8.0
src_compile() {
local myconf
- if [ -z "`use ssl`" ] ; then
+ if ! use ssl ; then
myconf="--disable-ssl"
else
sed -i "s:/usr/local/ssl:/usr:" configure
diff --git a/net-analyzer/ntop/ntop-2.2.ebuild b/net-analyzer/ntop/ntop-2.2.ebuild
index 3e23fa5b588d..d6ca8be5c5b1 100644
--- a/net-analyzer/ntop/ntop-2.2.ebuild
+++ b/net-analyzer/ntop/ntop-2.2.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/ntop/ntop-2.2.ebuild,v 1.5 2004/01/12 02:37:31 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-2.2.ebuild,v 1.6 2004/06/09 18:17:04 agriffis Exp $
IUSE="ssl readline tcpd ncurses"
diff --git a/net-analyzer/ntop/ntop-2.2c.ebuild b/net-analyzer/ntop/ntop-2.2c.ebuild
index 5fecd6332a34..d298aa1622cc 100644
--- a/net-analyzer/ntop/ntop-2.2c.ebuild
+++ b/net-analyzer/ntop/ntop-2.2c.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/ntop/ntop-2.2c.ebuild,v 1.7 2004/04/27 21:13:26 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-2.2c.ebuild,v 1.8 2004/06/09 18:17:04 agriffis Exp $
inherit eutils
diff --git a/net-analyzer/ntop/ntop-3.0.ebuild b/net-analyzer/ntop/ntop-3.0.ebuild
index f08a65e47079..0fb37ce905b3 100644
--- a/net-analyzer/ntop/ntop-3.0.ebuild
+++ b/net-analyzer/ntop/ntop-3.0.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/ntop/ntop-3.0.ebuild,v 1.3 2004/04/14 17:39:12 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-3.0.ebuild,v 1.4 2004/06/09 18:17:04 agriffis Exp $
IUSE="ssl readline tcpd ncurses"