diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-02 02:21:14 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-02 02:21:14 +0000 |
commit | ab408b94711b3733437d096d60d6b2e22f339166 (patch) | |
tree | b391334c09e7f7523f299edce299edbd687d7d8f | |
parent | initial commit - ebuild from Alexandru Toma via bug #52685 (Manifest recommit) (diff) | |
download | gentoo-2-ab408b94711b3733437d096d60d6b2e22f339166.tar.gz gentoo-2-ab408b94711b3733437d096d60d6b2e22f339166.tar.bz2 gentoo-2-ab408b94711b3733437d096d60d6b2e22f339166.zip |
Fix use invocation
-rw-r--r-- | app-misc/mplinuxman/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/mplinuxman/mplinuxman-1.4.ebuild | 6 | ||||
-rw-r--r-- | app-misc/nomadii-utils/ChangeLog | 7 | ||||
-rw-r--r-- | app-misc/nomadii-utils/nomadii-utils-0.8.ebuild | 4 | ||||
-rw-r--r-- | app-office/gaby/ChangeLog | 7 | ||||
-rw-r--r-- | app-office/gaby/gaby-2.0.2-r2.ebuild | 4 | ||||
-rw-r--r-- | app-office/lyx/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/lyx/lyx-1.3.4.ebuild | 6 | ||||
-rw-r--r-- | app-office/siag/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/siag/siag-3.5.2-r2.ebuild | 10 | ||||
-rw-r--r-- | app-office/siag/siag-3.5.7.ebuild | 10 |
11 files changed, 43 insertions, 27 deletions
diff --git a/app-misc/mplinuxman/ChangeLog b/app-misc/mplinuxman/ChangeLog index f4b3485cf334..662b0042398e 100644 --- a/app-misc/mplinuxman/ChangeLog +++ b/app-misc/mplinuxman/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/mplinuxman # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/mplinuxman/ChangeLog,v 1.2 2004/03/24 17:43:43 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/mplinuxman/ChangeLog,v 1.3 2004/06/02 02:16:39 agriffis Exp $ + + 01 Jun 2004; Aron Griffis <agriffis@gentoo.org> mplinuxman-1.4.ebuild: + Fix use invocation 24 Mar 2004; Jeremy Huddleston <eradicator@gentoo.org> mplinuxman-1.4.ebuild: diff --git a/app-misc/mplinuxman/mplinuxman-1.4.ebuild b/app-misc/mplinuxman/mplinuxman-1.4.ebuild index a3370eedbfe1..10f11a9ca725 100644 --- a/app-misc/mplinuxman/mplinuxman-1.4.ebuild +++ b/app-misc/mplinuxman/mplinuxman-1.4.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/app-misc/mplinuxman/mplinuxman-1.4.ebuild,v 1.2 2004/03/24 17:43:43 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/mplinuxman/mplinuxman-1.4.ebuild,v 1.3 2004/06/02 02:16:39 agriffis Exp $ DESCRIPTION="A gtk2 frontend and drivers for mpman f50/55/60 mp3 players." HOMEPAGE="http://mplinuxman.sourceforge.net" @@ -20,7 +20,7 @@ src_unpack() { unpack ${A} && cd ${S} || die "unpack failed" sed -i -e "s,^CFLAGS = ,CFLAGS = ${CFLAGS} ," makefile sed -i -e "s,export LOCALE_DIR=/usr/local/share/locale,export LOCALE_DIR=${D}/usr/share/locale," makefile - if [ ! `use nls` ] ; then + if ! use nls ; then sed -i -e "s,-D NLS=1,," makefile fi } @@ -31,7 +31,7 @@ src_compile() { src_install() { dobin mplinuxman || die "dobin failed" - if [ `use nls` ] ; then + if use nls ; then dodir /usr/share/locale/es/LC_MESSAGES dodir /usr/share/locale/fr/LC_MESSAGES dodir /usr/share/locale/ja/LC_MESSAGES diff --git a/app-misc/nomadii-utils/ChangeLog b/app-misc/nomadii-utils/ChangeLog index 09602cb2d25b..03fa148220c7 100644 --- a/app-misc/nomadii-utils/ChangeLog +++ b/app-misc/nomadii-utils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/nomadii-utils -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/nomadii-utils/ChangeLog,v 1.2 2003/02/12 05:05:03 vapier Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/nomadii-utils/ChangeLog,v 1.3 2004/06/02 02:17:26 agriffis Exp $ + + 01 Jun 2004; Aron Griffis <agriffis@gentoo.org> nomadii-utils-0.8.ebuild: + Fix use invocation *nomadii-utils-0.8 (04 Jul 2002) diff --git a/app-misc/nomadii-utils/nomadii-utils-0.8.ebuild b/app-misc/nomadii-utils/nomadii-utils-0.8.ebuild index 356c39a6044a..765f9fab7567 100644 --- a/app-misc/nomadii-utils/nomadii-utils-0.8.ebuild +++ b/app-misc/nomadii-utils/nomadii-utils-0.8.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/app-misc/nomadii-utils/nomadii-utils-0.8.ebuild,v 1.10 2004/03/14 10:59:03 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/nomadii-utils/nomadii-utils-0.8.ebuild,v 1.11 2004/06/02 02:17:26 agriffis Exp $ IUSE="readline" @@ -24,7 +24,7 @@ src_compile() { sed -i -e "s:^OPTIMIZER= -O2$:OPTIMIZER= ${CFLAGS}:" \ Makefile - if [ -z "`use readline`" ] ; then + if ! use readline ; then sed -i -e "s:^USE_READLINE=1$:USE_READLINE=0:" \ Makefile fi diff --git a/app-office/gaby/ChangeLog b/app-office/gaby/ChangeLog index 42413f04d04f..343ef027de8a 100644 --- a/app-office/gaby/ChangeLog +++ b/app-office/gaby/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/gaby -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/gaby/ChangeLog,v 1.5 2003/03/29 04:08:24 seemant Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/gaby/ChangeLog,v 1.6 2004/06/02 02:19:55 agriffis Exp $ + + 01 Jun 2004; Aron Griffis <agriffis@gentoo.org> gaby-2.0.2-r2.ebuild: + Fix use invocation *gaby-2.0.2-r2 (11 Oct 2002) diff --git a/app-office/gaby/gaby-2.0.2-r2.ebuild b/app-office/gaby/gaby-2.0.2-r2.ebuild index fb834db3bc52..9f7cdb0a2b5e 100644 --- a/app-office/gaby/gaby-2.0.2-r2.ebuild +++ b/app-office/gaby/gaby-2.0.2-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/app-office/gaby/gaby-2.0.2-r2.ebuild,v 1.6 2004/03/14 01:47:30 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gaby/gaby-2.0.2-r2.ebuild,v 1.7 2004/06/02 02:19:55 agriffis Exp $ inherit eutils @@ -34,7 +34,7 @@ src_unpack() { src_compile() { local myopts="`use_enable gnome`" - if [ -z "`use nls`" ] + if ! use nls then myopts="${myopts} --disable-nls" fi diff --git a/app-office/lyx/ChangeLog b/app-office/lyx/ChangeLog index bbcacb214aa7..4efff5206365 100644 --- a/app-office/lyx/ChangeLog +++ b/app-office/lyx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/lyx # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/ChangeLog,v 1.43 2004/05/11 06:52:36 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/ChangeLog,v 1.44 2004/06/02 02:18:49 agriffis Exp $ + + 01 Jun 2004; Aron Griffis <agriffis@gentoo.org> lyx-1.3.4.ebuild: + Fix use invocation 11 May 2004; Mamoru KOMACHI <usata@gentoo.org> lyx-1.3.2-r1.ebuild, lyx-1.3.4.ebuild, files/lyx-1.3.2-configure.diff: diff --git a/app-office/lyx/lyx-1.3.4.ebuild b/app-office/lyx/lyx-1.3.4.ebuild index d7737af4b211..23efd4c543c7 100644 --- a/app-office/lyx/lyx-1.3.4.ebuild +++ b/app-office/lyx/lyx-1.3.4.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/app-office/lyx/lyx-1.3.4.ebuild,v 1.5 2004/05/11 06:52:36 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.3.4.ebuild,v 1.6 2004/06/02 02:18:49 agriffis Exp $ inherit kde-functions eutils libtool @@ -83,7 +83,7 @@ src_install() { doins ${DISTDIR}/hebrew.bind # gnome menu entry - if [ -n "`use gnome`" ]; then + if use gnome; then insinto /usr/share/applications doins ${FILESDIR}/lyx.desktop fi @@ -112,7 +112,7 @@ pkg_postinst() { einfo "3. use lyx's qt interface (compile with USE=qt) for maximum effect." einfo "" - if [ ! -n "`use qt`" ] ; then + if ! use qt ; then einfo "================" einfo "" einfo "If you have a multi-head setup not using xinerama you can only use lyx" diff --git a/app-office/siag/ChangeLog b/app-office/siag/ChangeLog index c71a709b78a7..4527698fba44 100644 --- a/app-office/siag/ChangeLog +++ b/app-office/siag/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/siag # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/siag/ChangeLog,v 1.11 2004/03/12 06:10:51 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/siag/ChangeLog,v 1.12 2004/06/02 02:21:14 agriffis Exp $ + + 01 Jun 2004; Aron Griffis <agriffis@gentoo.org> siag-3.5.2-r2.ebuild, + siag-3.5.7.ebuild: + Fix use invocation 11 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> siag-3.5.2-r2.ebuild, siag-3.5.7.ebuild: diff --git a/app-office/siag/siag-3.5.2-r2.ebuild b/app-office/siag/siag-3.5.2-r2.ebuild index d57444adf2bf..56490a312610 100644 --- a/app-office/siag/siag-3.5.2-r2.ebuild +++ b/app-office/siag/siag-3.5.2-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/app-office/siag/siag-3.5.2-r2.ebuild,v 1.10 2004/03/12 06:10:51 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/siag/siag-3.5.2-r2.ebuild,v 1.11 2004/06/02 02:21:14 agriffis Exp $ DESCRIPTION="A free Office package for Linux" SRC_URI="ftp://siag.nu/pub/siag/${P}.tar.gz" @@ -20,14 +20,14 @@ DEPEND="virtual/x11 RDEPEND="virtual/x11" # >=media-libs/t1lib-1.0.1" -if [ -n "`use kde`" ]; then inherit kde-functions; set-kdedir 3; fi +if use kde; then inherit kde-functions; set-kdedir 3; fi src_unpack() { unpack ${A} cd ${S} - if [ -z "`use kde`" ]; then + if ! use kde; then einfo "Not using KDE" for file in `find . -iname "Makefile.*"`; do grep -v "kdeinst" ${file} >${file}.hacked && \ @@ -45,7 +45,7 @@ src_compile() { local myconf #Causes segfaults in 3.5.2 on my system... -# if [ "`use guile`" ] +# if use guile # then # myconf="${myconf} --with-guile" # else @@ -66,7 +66,7 @@ src_compile() { src_install () { - if [ -n "`use kde`" ]; then + if use kde; then dodir ${PREFIX} fi diff --git a/app-office/siag/siag-3.5.7.ebuild b/app-office/siag/siag-3.5.7.ebuild index 5bba280a42d8..9bfbdc82c270 100644 --- a/app-office/siag/siag-3.5.7.ebuild +++ b/app-office/siag/siag-3.5.7.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/app-office/siag/siag-3.5.7.ebuild,v 1.3 2004/03/12 06:10:51 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/siag/siag-3.5.7.ebuild,v 1.4 2004/06/02 02:21:14 agriffis Exp $ DESCRIPTION="A free Office package for Linux" SRC_URI="ftp://siag.nu/pub/siag/${P}.tar.gz" @@ -20,13 +20,13 @@ DEPEND="virtual/x11 RDEPEND="virtual/x11" # >=media-libs/t1lib-1.0.1" -if [ -n "`use kde`" ]; then inherit kde-functions; set-kdedir 3; fi +if use kde; then inherit kde-functions; set-kdedir 3; fi src_unpack() { unpack ${A} cd ${S} - if [ -z "`use kde`" ]; then + if ! use kde; then einfo "Not using KDE" for file in `find . -iname "Makefile.*"`; do grep -v "kdeinst" ${file} >${file}.hacked && \ @@ -46,7 +46,7 @@ src_compile() { local myconf #Causes segfaults in 3.5.2 on my system... -# if [ "`use guile`" ] +# if use guile # then # myconf="${myconf} --with-guile" # else @@ -67,7 +67,7 @@ src_compile() { src_install () { - if [ -n "`use kde`" ]; then + if use kde; then dodir ${PREFIX} fi |