diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-03 22:36:49 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-03 22:36:49 +0000 |
commit | ef7a86c8f4652990409a2a3d5f909ed5416aff53 (patch) | |
tree | 50d57a72c095fd128c6b526adf2d5a396ea678c5 /gnome-base | |
parent | inherit eutils for epatch (Manifest recommit) (diff) | |
download | gentoo-2-ef7a86c8f4652990409a2a3d5f909ed5416aff53.tar.gz gentoo-2-ef7a86c8f4652990409a2a3d5f909ed5416aff53.tar.bz2 gentoo-2-ef7a86c8f4652990409a2a3d5f909ed5416aff53.zip |
Fix use invocation
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/ORBit/ChangeLog | 6 | ||||
-rw-r--r-- | gnome-base/ORBit/ORBit-0.5.16.ebuild | 6 | ||||
-rw-r--r-- | gnome-base/ORBit/ORBit-0.5.17.ebuild | 4 | ||||
-rw-r--r-- | gnome-base/gdm/ChangeLog | 5 | ||||
-rw-r--r-- | gnome-base/gdm/gdm-2.4.1.7-r1.ebuild | 4 | ||||
-rw-r--r-- | gnome-base/libgtop/ChangeLog | 5 | ||||
-rw-r--r-- | gnome-base/libgtop/libgtop-1.0.13-r2.ebuild | 4 | ||||
-rw-r--r-- | gnome-base/nautilus/ChangeLog | 6 | ||||
-rw-r--r-- | gnome-base/nautilus/nautilus-1.0.6-r9.ebuild | 6 | ||||
-rw-r--r-- | gnome-base/nautilus/nautilus-2.6.0.ebuild | 4 | ||||
-rw-r--r-- | gnome-base/nautilus/nautilus-2.6.1.ebuild | 4 |
11 files changed, 34 insertions, 20 deletions
diff --git a/gnome-base/ORBit/ChangeLog b/gnome-base/ORBit/ChangeLog index 4754cff0eecf..bae704d2699c 100644 --- a/gnome-base/ORBit/ChangeLog +++ b/gnome-base/ORBit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-base/ORBit # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/ORBit/ChangeLog,v 1.22 2004/04/15 03:13:59 geoman Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/ORBit/ChangeLog,v 1.23 2004/06/03 22:33:23 agriffis Exp $ + + 03 Jun 2004; Aron Griffis <agriffis@gentoo.org> ORBit-0.5.16.ebuild, + ORBit-0.5.17.ebuild: + Fix use invocation 14 Apr 2004; Stephen P. Becker <geoman@gentoo.org> ORBit-0.5.17.ebuild: Marked stable on mips. diff --git a/gnome-base/ORBit/ORBit-0.5.16.ebuild b/gnome-base/ORBit/ORBit-0.5.16.ebuild index c7d243508cf4..8af5f9113530 100644 --- a/gnome-base/ORBit/ORBit-0.5.16.ebuild +++ b/gnome-base/ORBit/ORBit-0.5.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-base/ORBit/ORBit-0.5.16.ebuild,v 1.12 2004/02/22 20:48:30 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/ORBit/ORBit-0.5.16.ebuild,v 1.13 2004/06/03 22:33:23 agriffis Exp $ inherit gnome.org @@ -22,7 +22,7 @@ LICENSE="GPL-2" KEYWORDS="x86 ppc sparc" src_compile() { - if [ -z "`use nls`" ] ; then + if ! use nls ; then myconf="--disable-nls" fi diff --git a/gnome-base/ORBit/ORBit-0.5.17.ebuild b/gnome-base/ORBit/ORBit-0.5.17.ebuild index 86cd6e81097d..201641d3934c 100644 --- a/gnome-base/ORBit/ORBit-0.5.17.ebuild +++ b/gnome-base/ORBit/ORBit-0.5.17.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-base/ORBit/ORBit-0.5.17.ebuild,v 1.20 2004/04/15 03:13:59 geoman Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/ORBit/ORBit-0.5.17.ebuild,v 1.21 2004/06/03 22:33:23 agriffis Exp $ inherit gnome.org libtool gnuconfig @@ -22,7 +22,7 @@ LICENSE="GPL-2" KEYWORDS="x86 sparc alpha mips hppa amd64 ppc ia64" src_compile() { - if [ -z "`use nls`" ] ; then + if ! use nls ; then myconf="--disable-nls" fi diff --git a/gnome-base/gdm/ChangeLog b/gnome-base/gdm/ChangeLog index 1a8036a8ce1e..526f19ce222e 100644 --- a/gnome-base/gdm/ChangeLog +++ b/gnome-base/gdm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gnome-base/gdm # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gdm/ChangeLog,v 1.61 2004/05/29 03:46:49 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gdm/ChangeLog,v 1.62 2004/06/03 22:32:22 agriffis Exp $ + + 03 Jun 2004; Aron Griffis <agriffis@gentoo.org> gdm-2.4.1.7-r1.ebuild: + Fix use invocation 29 May 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> gdm-2.4.4.7-r1.ebuild: diff --git a/gnome-base/gdm/gdm-2.4.1.7-r1.ebuild b/gnome-base/gdm/gdm-2.4.1.7-r1.ebuild index 5e349cfad897..4d6495896afb 100644 --- a/gnome-base/gdm/gdm-2.4.1.7-r1.ebuild +++ b/gnome-base/gdm/gdm-2.4.1.7-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-base/gdm/gdm-2.4.1.7-r1.ebuild,v 1.10 2004/05/14 03:03:21 geoman Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gdm/gdm-2.4.1.7-r1.ebuild,v 1.11 2004/06/03 22:32:22 agriffis Exp $ inherit eutils gnome2 @@ -59,7 +59,7 @@ src_unpack() { src_compile() { myconf="" - if [ `use X` ]; then + if use X; then myconf="${myconf} --with-xdmcp=yes" use xinerama \ && myconf="${myconf} --with-xinerama=yes" \ diff --git a/gnome-base/libgtop/ChangeLog b/gnome-base/libgtop/ChangeLog index d97c2b6c4bec..e35cf9afd645 100644 --- a/gnome-base/libgtop/ChangeLog +++ b/gnome-base/libgtop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gnome-base/libgtop # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgtop/ChangeLog,v 1.46 2004/05/29 03:46:50 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgtop/ChangeLog,v 1.47 2004/06/03 22:36:49 agriffis Exp $ + + 03 Jun 2004; Aron Griffis <agriffis@gentoo.org> libgtop-1.0.13-r2.ebuild: + Fix use invocation 29 May 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> libgtop-2.6.0.ebuild: diff --git a/gnome-base/libgtop/libgtop-1.0.13-r2.ebuild b/gnome-base/libgtop/libgtop-1.0.13-r2.ebuild index 7b778f32b3dc..93f6625bbd92 100644 --- a/gnome-base/libgtop/libgtop-1.0.13-r2.ebuild +++ b/gnome-base/libgtop/libgtop-1.0.13-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-base/libgtop/libgtop-1.0.13-r2.ebuild,v 1.15 2004/02/18 13:48:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgtop/libgtop-1.0.13-r2.ebuild,v 1.16 2004/06/03 22:36:49 agriffis Exp $ inherit eutils @@ -38,7 +38,7 @@ src_compile() { local myconf - if [ -z "`use nls`" ] + if ! use nls then myconf="--disable-nls" fi diff --git a/gnome-base/nautilus/ChangeLog b/gnome-base/nautilus/ChangeLog index c1af88ed95d9..99b39465c7e5 100644 --- a/gnome-base/nautilus/ChangeLog +++ b/gnome-base/nautilus/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-base/nautilus # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/ChangeLog,v 1.91 2004/05/29 03:46:50 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/ChangeLog,v 1.92 2004/06/03 22:34:29 agriffis Exp $ + + 03 Jun 2004; Aron Griffis <agriffis@gentoo.org> nautilus-1.0.6-r9.ebuild, + nautilus-2.6.0.ebuild, nautilus-2.6.1.ebuild: + Fix use invocation 29 May 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> nautilus-2.6.0.ebuild: diff --git a/gnome-base/nautilus/nautilus-1.0.6-r9.ebuild b/gnome-base/nautilus/nautilus-1.0.6-r9.ebuild index ca7760ddef51..baa2aeed8fcd 100644 --- a/gnome-base/nautilus/nautilus-1.0.6-r9.ebuild +++ b/gnome-base/nautilus/nautilus-1.0.6-r9.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-base/nautilus/nautilus-1.0.6-r9.ebuild,v 1.19 2004/02/22 20:48:14 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/nautilus-1.0.6-r9.ebuild,v 1.20 2004/06/03 22:34:29 agriffis Exp $ IUSE="nls mozilla" @@ -87,14 +87,14 @@ src_unpack() { src_compile() { local myconf - if [ -z "`use nls`" ] + if ! use nls then myconf="${myconf} --disable-nls" mkdir intl touch intl/libgettext.h fi - if [ "`use mozilla`" ] + if use mozilla then MOZILLA=${MOZILLA_FIVE_HOME} myconf="${myconf} --with-mozilla-lib-place=$MOZILLA \ diff --git a/gnome-base/nautilus/nautilus-2.6.0.ebuild b/gnome-base/nautilus/nautilus-2.6.0.ebuild index 40767e2e3cd4..89b2b38be725 100644 --- a/gnome-base/nautilus/nautilus-2.6.0.ebuild +++ b/gnome-base/nautilus/nautilus-2.6.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/gnome-base/nautilus/nautilus-2.6.0.ebuild,v 1.8 2004/05/29 03:46:50 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/nautilus-2.6.0.ebuild,v 1.9 2004/06/03 22:34:29 agriffis Exp $ inherit gnome2 eutils @@ -63,7 +63,7 @@ src_unpack() { use cups && epatch ${FILESDIR}/${PN}-2-x-printers.patch # regenerating only needed with patching - if [ `use cups` ] || [ `use gstreamer` ]; then + if use cups || use gstreamer; then WANT_AUTOCONF_2_5=1 autoheader || die WANT_AUTOCONF_2_5=1 autoconf || die WANT_AUTOMAKE=1.4 automake || die diff --git a/gnome-base/nautilus/nautilus-2.6.1.ebuild b/gnome-base/nautilus/nautilus-2.6.1.ebuild index 4e8a65fe97e2..d419a697a5cd 100644 --- a/gnome-base/nautilus/nautilus-2.6.1.ebuild +++ b/gnome-base/nautilus/nautilus-2.6.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/gnome-base/nautilus/nautilus-2.6.1.ebuild,v 1.2 2004/04/27 21:12:10 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/nautilus-2.6.1.ebuild,v 1.3 2004/06/03 22:34:29 agriffis Exp $ inherit gnome2 eutils @@ -63,7 +63,7 @@ src_unpack() { use cups && epatch ${FILESDIR}/${PN}-2-x-printers.patch # regenerating only needed with patching - if [ `use cups` ] || [ `use gstreamer` ]; then + if use cups || use gstreamer; then WANT_AUTOCONF_2_5=1 autoheader || die WANT_AUTOCONF_2_5=1 autoconf || die WANT_AUTOMAKE=1.4 automake || die |