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/ntop
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/ntop')
-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
5 files changed, 10 insertions, 6 deletions
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"