From 0b231cd9546eb4e76a9852bcbdc04de4e927d20b Mon Sep 17 00:00:00 2001 From: Aron Griffis Date: Tue, 8 Jun 2004 00:57:58 +0000 Subject: Fix use invocation --- media-sound/gogo/ChangeLog | 5 ++++- media-sound/gogo/gogo-3.10-r1.ebuild | 8 ++++---- media-sound/lame/ChangeLog | 6 +++++- media-sound/lame/lame-3.92.ebuild | 6 +++--- media-sound/lame/lame-3.93.1-r1.ebuild | 4 ++-- media-sound/lame/lame-3.96.ebuild | 4 ++-- 6 files changed, 20 insertions(+), 13 deletions(-) (limited to 'media-sound') diff --git a/media-sound/gogo/ChangeLog b/media-sound/gogo/ChangeLog index 82be78fb8b46..84bd8674a505 100644 --- a/media-sound/gogo/ChangeLog +++ b/media-sound/gogo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/gogo # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gogo/ChangeLog,v 1.9 2004/04/22 06:23:44 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gogo/ChangeLog,v 1.10 2004/06/08 00:57:12 agriffis Exp $ + + 07 Jun 2004; Aron Griffis gogo-3.10-r1.ebuild: + Fix use invocation 21 Apr 2004; Jeremy Huddleston gogo-3.10-r1.ebuild: debug added to IUSE. diff --git a/media-sound/gogo/gogo-3.10-r1.ebuild b/media-sound/gogo/gogo-3.10-r1.ebuild index 1a66cc394f90..0e9168989884 100644 --- a/media-sound/gogo/gogo-3.10-r1.ebuild +++ b/media-sound/gogo/gogo-3.10-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/media-sound/gogo/gogo-3.10-r1.ebuild,v 1.11 2004/04/22 06:23:44 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gogo/gogo-3.10-r1.ebuild,v 1.12 2004/06/08 00:57:12 agriffis Exp $ inherit eutils IUSE="debug" @@ -28,16 +28,16 @@ S=${WORKDIR}/petit${MY_PV} src_compile() { local myconf="" -# if [ "`use oggvorbis`" ] ; then +# if use oggvorbis ; then # myconf="--with-vorbis" myconf="--without-vorbis" # else # myconf="--without-vorbis" # fi -# if [ "`use gtk`" ] ; then +# if use gtk ; then # myconf="$myconf --enable-mp3x" # fi - [ `use debug` ] \ + use debug \ && myconf="$myconf --enable-debug=yes" \ || myconf="$myconf --enable-debug=no" diff --git a/media-sound/lame/ChangeLog b/media-sound/lame/ChangeLog index 66a5421e8c37..f49d440aab11 100644 --- a/media-sound/lame/ChangeLog +++ b/media-sound/lame/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/lame # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/ChangeLog,v 1.36 2004/05/13 13:58:01 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/ChangeLog,v 1.37 2004/06/08 00:57:58 agriffis Exp $ + + 07 Jun 2004; Aron Griffis lame-3.92.ebuild, + lame-3.93.1-r1.ebuild, lame-3.96.ebuild: + Fix use invocation 13 May 2004; Gustavo Zacarias lame-3.96.ebuild: Stable on sparc diff --git a/media-sound/lame/lame-3.92.ebuild b/media-sound/lame/lame-3.92.ebuild index c99258bfeb0a..c6d011f08df2 100644 --- a/media-sound/lame/lame-3.92.ebuild +++ b/media-sound/lame/lame-3.92.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/media-sound/lame/lame-3.92.ebuild,v 1.18 2004/02/24 06:45:06 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.92.ebuild,v 1.19 2004/06/08 00:57:58 agriffis Exp $ inherit libtool @@ -28,13 +28,13 @@ src_compile() { elibtoolize local myconf="" -# if [ "`use oggvorbis`" ] ; then +# if use oggvorbis ; then # myconf="${myconf} --with-vorbis" # myconf="${myconf} --without-vorbis" # else myconf="${myconf} --without-vorbis" # fi - if [ "`use gtk`" ] ; then + if use gtk ; then myconf="${myconf} --enable-mp3x" fi use debug \ diff --git a/media-sound/lame/lame-3.93.1-r1.ebuild b/media-sound/lame/lame-3.93.1-r1.ebuild index 64082b3d5918..95f56ab391fb 100644 --- a/media-sound/lame/lame-3.93.1-r1.ebuild +++ b/media-sound/lame/lame-3.93.1-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/media-sound/lame/lame-3.93.1-r1.ebuild,v 1.14 2004/05/06 09:13:10 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.93.1-r1.ebuild,v 1.15 2004/06/08 00:57:58 agriffis Exp $ inherit flag-o-matic gcc @@ -39,7 +39,7 @@ src_compile() { myconf="${myconf} --enable-mp3x" fi - [ `use debug` ] \ + use debug \ && myconf="${myconf} --enable-debug=yes" \ || myconf="${myconf} --enable-debug=no" diff --git a/media-sound/lame/lame-3.96.ebuild b/media-sound/lame/lame-3.96.ebuild index 3bc872205038..02977e560cf1 100644 --- a/media-sound/lame/lame-3.96.ebuild +++ b/media-sound/lame/lame-3.96.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/media-sound/lame/lame-3.96.ebuild,v 1.4 2004/05/29 03:08:03 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.96.ebuild,v 1.5 2004/06/08 00:57:58 agriffis Exp $ inherit flag-o-matic gcc eutils @@ -40,7 +40,7 @@ src_compile() { fi # as of 3.95.1 changed from "yes" to "norm" ("alot" is also accepted) - [ `use debug` ] \ + use debug \ && myconf="${myconf} --enable-debug=norm" \ || myconf="${myconf} --enable-debug=no" -- cgit v1.2.3-65-gdbad