diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-03 23:12:02 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-03 23:12:02 +0000 |
commit | 07d991187cc60eee302c4a3e0973cd7dcf784eff (patch) | |
tree | f320b06f54c56b3ba68994b2b563b5dfaf4f5caa /gnome-extra | |
parent | IUSE (Manifest recommit) (diff) | |
download | gentoo-2-07d991187cc60eee302c4a3e0973cd7dcf784eff.tar.gz gentoo-2-07d991187cc60eee302c4a3e0973cd7dcf784eff.tar.bz2 gentoo-2-07d991187cc60eee302c4a3e0973cd7dcf784eff.zip |
Fix use invocation
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/bonobo-conf/ChangeLog | 7 | ||||
-rw-r--r-- | gnome-extra/bonobo-conf/bonobo-conf-0.14.ebuild | 6 | ||||
-rw-r--r-- | gnome-extra/bonobo-conf/bonobo-conf-0.16.ebuild | 4 | ||||
-rw-r--r-- | gnome-extra/gnome-db/ChangeLog | 6 | ||||
-rw-r--r-- | gnome-extra/gnome-db/gnome-db-0.2.95-r2.ebuild | 4 | ||||
-rw-r--r-- | gnome-extra/gnome-db/gnome-db-0.2.96.ebuild | 6 | ||||
-rw-r--r-- | gnome-extra/libgda/ChangeLog | 6 | ||||
-rw-r--r-- | gnome-extra/libgda/libgda-0.2.95-r1.ebuild | 10 | ||||
-rw-r--r-- | gnome-extra/libgda/libgda-0.2.96-r2.ebuild | 10 |
9 files changed, 35 insertions, 24 deletions
diff --git a/gnome-extra/bonobo-conf/ChangeLog b/gnome-extra/bonobo-conf/ChangeLog index d7cc559a090e..7db7ee28864f 100644 --- a/gnome-extra/bonobo-conf/ChangeLog +++ b/gnome-extra/bonobo-conf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gnome-extra/bonobo-conf -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/bonobo-conf/ChangeLog,v 1.9 2003/07/06 11:49:21 gmsoft Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/bonobo-conf/ChangeLog,v 1.10 2004/06/03 23:09:31 agriffis Exp $ + + 03 Jun 2004; Aron Griffis <agriffis@gentoo.org> bonobo-conf-0.14.ebuild: + Fix use invocation 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/gnome-extra/bonobo-conf/bonobo-conf-0.14.ebuild b/gnome-extra/bonobo-conf/bonobo-conf-0.14.ebuild index bf5ce17f9a53..285c0bc7f412 100644 --- a/gnome-extra/bonobo-conf/bonobo-conf-0.14.ebuild +++ b/gnome-extra/bonobo-conf/bonobo-conf-0.14.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/bonobo-conf/bonobo-conf-0.14.ebuild,v 1.13 2004/02/22 20:49:39 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/bonobo-conf/bonobo-conf-0.14.ebuild,v 1.14 2004/06/03 23:09:31 agriffis Exp $ IUSE="nls" @@ -26,7 +26,7 @@ DEPEND="${RDEPEND} src_compile() { local myconf - if [ -z "`use nls`" ] ; then + if ! use nls ; then myconf="--disable-nls" fi diff --git a/gnome-extra/bonobo-conf/bonobo-conf-0.16.ebuild b/gnome-extra/bonobo-conf/bonobo-conf-0.16.ebuild index 90e7f63edb1d..1868f5144e3b 100644 --- a/gnome-extra/bonobo-conf/bonobo-conf-0.16.ebuild +++ b/gnome-extra/bonobo-conf/bonobo-conf-0.16.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/bonobo-conf/bonobo-conf-0.16.ebuild,v 1.7 2003/07/06 11:49:21 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/bonobo-conf/bonobo-conf-0.16.ebuild,v 1.8 2004/06/03 23:09:31 agriffis Exp $ IUSE="nls" diff --git a/gnome-extra/gnome-db/ChangeLog b/gnome-extra/gnome-db/ChangeLog index b20e0e7cac79..deec52da1933 100644 --- a/gnome-extra/gnome-db/ChangeLog +++ b/gnome-extra/gnome-db/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-extra/gnome-db # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-db/ChangeLog,v 1.12 2004/05/29 03:46:58 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-db/ChangeLog,v 1.13 2004/06/03 23:12:02 agriffis Exp $ + + 03 Jun 2004; Aron Griffis <agriffis@gentoo.org> gnome-db-0.2.95-r2.ebuild, + gnome-db-0.2.96.ebuild: + Fix use invocation 29 May 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> gnome-db-0.2.95-r2.ebuild, gnome-db-0.2.96.ebuild: diff --git a/gnome-extra/gnome-db/gnome-db-0.2.95-r2.ebuild b/gnome-extra/gnome-db/gnome-db-0.2.95-r2.ebuild index 0bb234db71dd..e9d50fea2738 100644 --- a/gnome-extra/gnome-db/gnome-db-0.2.95-r2.ebuild +++ b/gnome-extra/gnome-db/gnome-db-0.2.95-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/gnome-extra/gnome-db/gnome-db-0.2.95-r2.ebuild,v 1.13 2004/05/29 03:46:58 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-db/gnome-db-0.2.95-r2.ebuild,v 1.14 2004/06/03 23:12:02 agriffis Exp $ IUSE="nls" @@ -25,7 +25,7 @@ DEPEND="${RDEPEND} src_compile() { local myopts - if [ "`use nls`" ] + if use nls then myopts="--enable-nls" else diff --git a/gnome-extra/gnome-db/gnome-db-0.2.96.ebuild b/gnome-extra/gnome-db/gnome-db-0.2.96.ebuild index 0796c6bd1179..b08affcb3e3c 100644 --- a/gnome-extra/gnome-db/gnome-db-0.2.96.ebuild +++ b/gnome-extra/gnome-db/gnome-db-0.2.96.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-db/gnome-db-0.2.96.ebuild,v 1.15 2004/05/29 03:46:58 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-db/gnome-db-0.2.96.ebuild,v 1.16 2004/06/03 23:12:02 agriffis Exp $ IUSE="nls" @@ -24,7 +24,7 @@ DEPEND="${RDEPEND} src_compile() { local myopts - if [ "`use nls`" ] + if use nls then myopts="--enable-nls" else diff --git a/gnome-extra/libgda/ChangeLog b/gnome-extra/libgda/ChangeLog index 46f5b2d919f7..56088960b538 100644 --- a/gnome-extra/libgda/ChangeLog +++ b/gnome-extra/libgda/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-extra/libgda # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/ChangeLog,v 1.44 2004/05/29 03:46:59 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/ChangeLog,v 1.45 2004/06/03 23:11:13 agriffis Exp $ + + 03 Jun 2004; Aron Griffis <agriffis@gentoo.org> libgda-0.2.95-r1.ebuild, + libgda-0.2.96-r2.ebuild: + Fix use invocation 29 May 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> libgda-0.2.95-r1.ebuild, libgda-1.0.0.ebuild, libgda-1.0.2.ebuild: diff --git a/gnome-extra/libgda/libgda-0.2.95-r1.ebuild b/gnome-extra/libgda/libgda-0.2.95-r1.ebuild index 49ffefc5e5ae..416892de9699 100644 --- a/gnome-extra/libgda/libgda-0.2.95-r1.ebuild +++ b/gnome-extra/libgda/libgda-0.2.95-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/gnome-extra/libgda/libgda-0.2.95-r1.ebuild,v 1.13 2004/05/29 03:46:59 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-0.2.95-r1.ebuild,v 1.14 2004/06/03 23:11:13 agriffis Exp $ IUSE="ldap odbc postgres mysql" @@ -37,22 +37,22 @@ src_compile() { local myconf - if [ "`use mysql`" ] + if use mysql then myconf="--with-mysql=/usr" fi - if [ "`use ldap`" ] + if use ldap then myconf="$myconf --with-ldap=/usr" fi - if [ "`use odbc`" ] + if use odbc then myconf="$myconf --with-odbc" fi - if [ "`use postgres`" ] + if use postgres then myconf="$myconf --with-postgres=/usr" fi diff --git a/gnome-extra/libgda/libgda-0.2.96-r2.ebuild b/gnome-extra/libgda/libgda-0.2.96-r2.ebuild index 48abf9773d98..dee3b18c5fde 100644 --- a/gnome-extra/libgda/libgda-0.2.96-r2.ebuild +++ b/gnome-extra/libgda/libgda-0.2.96-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/gnome-extra/libgda/libgda-0.2.96-r2.ebuild,v 1.12 2004/02/22 20:52:42 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-0.2.96-r2.ebuild,v 1.13 2004/06/03 23:11:13 agriffis Exp $ IUSE="odbc postgres mysql" @@ -49,24 +49,24 @@ src_compile() { local myconf - if [ "`use mysql`" ] + if use mysql then myconf="--with-mysql=/usr" fi -# if [ "`use ldap`" ] +# if use ldap # then # myconf="$myconf --with-ldap=/usr" # fi # # LDAP support is currently broken - if [ "`use odbc`" ] + if use odbc then myconf="$myconf --with-odbc" fi - if [ "`use postgres`" ] + if use postgres then myconf="$myconf --with-postgres=/usr" fi |