Fix use invocation
authorAron Griffis <agriffis@gentoo.org>
Thu, 3 Jun 2004 17:47:36 +0000 (17:47 +0000)
committerAron Griffis <agriffis@gentoo.org>
Thu, 3 Jun 2004 17:47:36 +0000 (17:47 +0000)
dev-util/biew/ChangeLog
dev-util/biew/biew-5.5.0.ebuild
dev-util/biew/biew-5.6.1.ebuild
dev-util/global/ChangeLog
dev-util/global/global-4.5.3.ebuild
dev-util/jarwizard/ChangeLog
dev-util/jarwizard/jarwizard-2.34.ebuild
dev-util/pbuilder/ChangeLog
dev-util/pbuilder/pbuilder-0.86.ebuild
dev-util/pbuilder/pbuilder-0.99.ebuild

index 3d606b43e04738dabcbc2694755bddde7793a99c..08d57d051a265483bb3ee65bec5d46118361da1e 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/biew
 # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/biew/ChangeLog,v 1.5 2004/04/14 15:06:37 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/biew/ChangeLog,v 1.6 2004/06/03 17:45:13 agriffis Exp $
+
+  03 Jun 2004; Aron Griffis <agriffis@gentoo.org> biew-5.5.0.ebuild,
+  biew-5.6.1.ebuild:
+  Fix use invocation
 
 *biew-5.6.1 (14 Apr 2004)
 
index e2fed184d0d7aa75d2be78afa2dbdb0a5b454f81..d6fa84500201a2f6083e7466ed480da06fc3dc1f 100644 (file)
@@ -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/dev-util/biew/biew-5.5.0.ebuild,v 1.4 2004/04/13 10:02:54 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/biew/biew-5.5.0.ebuild,v 1.5 2004/06/03 17:45:13 agriffis Exp $
 
 IUSE="slang ncurses"
 
@@ -33,9 +33,9 @@ src_compile() {
 
        local scrnlib
 
-       if [ `use ncurses` ] ; then
+       if use ncurses ; then
                scrnlib="ncurses"
-       elif [ `use slang` ] ; then
+       elif use slang ; then
                scrnlib="slang"
        else
                scrnlib="vt100"
index f833059c8528a2f6f258d3bc3c91990632b33794..10bf0cef79bb2669f6c5405a26b9174e4d4c70ce 100644 (file)
@@ -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/dev-util/biew/biew-5.6.1.ebuild,v 1.1 2004/04/14 15:06:37 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/biew/biew-5.6.1.ebuild,v 1.2 2004/06/03 17:45:13 agriffis Exp $
 
 IUSE="slang ncurses"
 
@@ -33,9 +33,9 @@ src_compile() {
 
        local scrnlib
 
-       if [ `use ncurses` ] ; then
+       if use ncurses ; then
                scrnlib="ncurses"
-       elif [ `use slang` ] ; then
+       elif use slang ; then
                scrnlib="slang"
        else
                scrnlib="vt100"
index a850f372fc70173737deb1a507605fac525a6a3b..067da3f0b2dd2d35e634d683fb15c0b00ae4165c 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/global
 # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/global/ChangeLog,v 1.6 2004/04/26 01:51:54 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/global/ChangeLog,v 1.7 2004/06/03 17:45:50 agriffis Exp $
+
+  03 Jun 2004; Aron Griffis <agriffis@gentoo.org> global-4.5.3.ebuild:
+  Fix use invocation
 
   25 Apr 2004; Aron Griffis <agriffis@gentoo.org> global-4.6.1.ebuild:
   Add die following econf for bug 48950
index e9a56a6effbfe2a966aca9e7f819848e2ee8c0a2..938ce63233a41717582dbed2153e4d90055d8ab0 100644 (file)
@@ -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/dev-util/global/global-4.5.3.ebuild,v 1.2 2004/03/13 01:43:18 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/global/global-4.5.3.ebuild,v 1.3 2004/06/03 17:45:50 agriffis Exp $
 
 IUSE="ssl postgres"
 
@@ -19,7 +19,7 @@ DEPEND=">=sys-libs/glibc-2.2
 src_compile() {
 
        # Patch configure to add -lssl when using postgresql and ssl
-       if [ "`use postgres`" ] && [ "`use ssl`" ]
+       if use postgres && use ssl
        then
                sed -i "s/-lcrypt/-lcrypt -lssl/" configure
        fi
index 43a03c24a805dd070413755ab67d92e045846c3c..859dbd7fc78de18bf9f00cf109b29529b9ca1e87 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/jarwizard
 # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/jarwizard/ChangeLog,v 1.1 2004/04/11 21:43:07 zx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/jarwizard/ChangeLog,v 1.2 2004/06/03 17:47:36 agriffis Exp $
+
+  03 Jun 2004; Aron Griffis <agriffis@gentoo.org> jarwizard-2.34.ebuild:
+  Fix use invocation
 
 *jarwizard-2.34 (11 Apr 2004)
 
index 52fe7d09381c9639f0d050bb123de65b33b9f4d8..51b739893fb9abd00dcfc431cc7c478a5cc1d84c 100644 (file)
@@ -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/dev-util/jarwizard/jarwizard-2.34.ebuild,v 1.1 2004/04/11 21:43:07 zx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/jarwizard/jarwizard-2.34.ebuild,v 1.2 2004/06/03 17:47:36 agriffis Exp $
 
 inherit java-pkg
 
@@ -18,7 +18,7 @@ RDEPEND=">=virtual/jre-1.3"
 S="${WORKDIR}/${PN}"
 
 src_compile() {
-       if [ -n "`use jikes`" ] ; then
+       if use jikes ; then
                jikes -O -source 1.3 *.java
        else
                javac -g:none -source 1.3 *.java
index 93b85e26c73ee04764f8748e23698cae637e5cd1..6bc0217c756902534bb1cab70b0b839d8793fa55 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/pbuilder
 # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/pbuilder/ChangeLog,v 1.9 2004/04/19 04:25:18 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/pbuilder/ChangeLog,v 1.10 2004/06/03 17:46:21 agriffis Exp $
+
+  03 Jun 2004; Aron Griffis <agriffis@gentoo.org> pbuilder-0.86.ebuild,
+  pbuilder-0.99.ebuild:
+  Fix use invocation
 
   18 Apr 2004; Jason Wever <weeve@gentoo.org> pbuilder-0.99.ebuild:
   Added ~sparc keyword.
index e95a56a214269281347f712126d4b651b17c0ba4..0e8cdeefa9661681a84414be821219ac4d165ad0 100644 (file)
@@ -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/dev-util/pbuilder/pbuilder-0.86.ebuild,v 1.4 2004/01/23 18:27:20 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/pbuilder/pbuilder-0.86.ebuild,v 1.5 2004/06/03 17:46:21 agriffis Exp $
 
 DESCRIPTION="personal package builder for Debian packages"
 HOMEPAGE="http://packages.qa.debian.org/p/pbuilder.html"
@@ -26,7 +26,7 @@ src_install() {
        make DESTDIR=${D} install
        dodoc AUTHORS COPYING ChangeLog README THANKS
 
-       if [ ! `use uml` ]; then
+       if ! use uml; then
                cd ${D}
                rm -f etc/pbuilder/pbuilder-uml.conf
                rm -f usr/share/pbuilder/pbuilder-uml.conf
index 929a2485f119a4b858ef7b5f4596c1db1b6c30c7..de5b335dce6c89e73ac6267007e29715ec71800f 100644 (file)
@@ -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/dev-util/pbuilder/pbuilder-0.99.ebuild,v 1.3 2004/04/19 04:25:18 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/pbuilder/pbuilder-0.99.ebuild,v 1.4 2004/06/03 17:46:21 agriffis Exp $
 
 DESCRIPTION="personal package builder for Debian packages"
 HOMEPAGE="http://packages.qa.debian.org/p/pbuilder.html"
@@ -26,7 +26,7 @@ src_install() {
        make DESTDIR=${D} install
        dodoc AUTHORS COPYING ChangeLog README THANKS
 
-       if [ ! `use uml` ]; then
+       if ! use uml; then
                cd ${D}
                rm -f etc/pbuilder/pbuilder-uml.conf
                rm -f usr/share/pbuilder/pbuilder-uml.conf