diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-08 01:26:20 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-08 01:26:20 +0000 |
commit | 6decf5ba064cfd77763ef6204dbda420077cb40b (patch) | |
tree | 1856983c835b707d29df59c8eba6e5d63f9f3cda /media-sound | |
parent | removed default src_compile. awaiting bug reports on parallel install (Manife... (diff) | |
download | gentoo-2-6decf5ba064cfd77763ef6204dbda420077cb40b.tar.gz gentoo-2-6decf5ba064cfd77763ef6204dbda420077cb40b.tar.bz2 gentoo-2-6decf5ba064cfd77763ef6204dbda420077cb40b.zip |
Fix use invocation
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/ermixer/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/ermixer/ermixer-0.8.ebuild | 4 | ||||
-rw-r--r-- | media-sound/mp3blaster/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/mp3blaster/mp3blaster-3.1.3.ebuild | 4 | ||||
-rw-r--r-- | media-sound/mp3blaster/mp3blaster-3.2.0.ebuild | 4 | ||||
-rw-r--r-- | media-sound/mp3info/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/mp3info/mp3info-0.8.4-r1.ebuild | 4 | ||||
-rw-r--r-- | media-sound/teamspeak2-client-bin/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/teamspeak2-client-bin/teamspeak2-client-bin-2.0.32.60-r3.ebuild | 4 |
9 files changed, 28 insertions, 14 deletions
diff --git a/media-sound/ermixer/ChangeLog b/media-sound/ermixer/ChangeLog index f77c2caf2e33..9e2e90e18abd 100644 --- a/media-sound/ermixer/ChangeLog +++ b/media-sound/ermixer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/ermixer # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ermixer/ChangeLog,v 1.15 2004/04/20 17:19:51 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ermixer/ChangeLog,v 1.16 2004/06/08 01:22:23 agriffis Exp $ + + 07 Jun 2004; Aron Griffis <agriffis@gentoo.org> ermixer-0.8.ebuild: + Fix use invocation 20 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org> ermixer-0.7.1.ebuild, ermixer-0.7.ebuild: diff --git a/media-sound/ermixer/ermixer-0.8.ebuild b/media-sound/ermixer/ermixer-0.8.ebuild index 45d5737a1fda..187f77bb049c 100644 --- a/media-sound/ermixer/ermixer-0.8.ebuild +++ b/media-sound/ermixer/ermixer-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/media-sound/ermixer/ermixer-0.8.ebuild,v 1.12 2004/03/30 12:24:49 bazik Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ermixer/ermixer-0.8.ebuild,v 1.13 2004/06/08 01:22:23 agriffis Exp $ IUSE="qt" @@ -18,7 +18,7 @@ SRC_URI="mirror://sourceforge/ermixer/${P}.tar.gz" RESTRICT="nomirror" src_compile() { - if [ "`use qt`" ]; then + if use qt; then econf --enable-qt || die else econf || die diff --git a/media-sound/mp3blaster/ChangeLog b/media-sound/mp3blaster/ChangeLog index 518c923881de..9ccffd0498dd 100644 --- a/media-sound/mp3blaster/ChangeLog +++ b/media-sound/mp3blaster/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/mp3blaster # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3blaster/ChangeLog,v 1.12 2004/04/01 07:35:37 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3blaster/ChangeLog,v 1.13 2004/06/08 01:23:43 agriffis Exp $ + + 07 Jun 2004; Aron Griffis <agriffis@gentoo.org> mp3blaster-3.1.3.ebuild, + mp3blaster-3.2.0.ebuild: + Fix use invocation 31 Mar 2004; Jeremy Huddleston <eradicator@gentoo.org> mp3blaster-3.2.0.ebuild: diff --git a/media-sound/mp3blaster/mp3blaster-3.1.3.ebuild b/media-sound/mp3blaster/mp3blaster-3.1.3.ebuild index 1a9708d05ef4..5c2132580601 100644 --- a/media-sound/mp3blaster/mp3blaster-3.1.3.ebuild +++ b/media-sound/mp3blaster/mp3blaster-3.1.3.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/mp3blaster/mp3blaster-3.1.3.ebuild,v 1.9 2004/03/01 05:37:15 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3blaster/mp3blaster-3.1.3.ebuild,v 1.10 2004/06/08 01:23:43 agriffis Exp $ DESCRIPTION="Command line MP3 player." HOMEPAGE="http://www.stack.nl/~brama/mp3blaster/" @@ -19,7 +19,7 @@ DEPEND=">=sys-libs/ncurses-5.2 src_unpack() { unpack ${A} - #if [ "`use nas`" ]; then + #if use nas; then # cd src # sed -e "s:^INCLUDES =:INCLUDES = -I/usr/X11R6/include:" \ # -e "s:^splay_LDADD =:splay_LDADD = \$(NAS_LIBS):" \ diff --git a/media-sound/mp3blaster/mp3blaster-3.2.0.ebuild b/media-sound/mp3blaster/mp3blaster-3.2.0.ebuild index aa6ef367248d..57ec21e249f0 100644 --- a/media-sound/mp3blaster/mp3blaster-3.2.0.ebuild +++ b/media-sound/mp3blaster/mp3blaster-3.2.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/media-sound/mp3blaster/mp3blaster-3.2.0.ebuild,v 1.3 2004/04/01 07:35:37 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3blaster/mp3blaster-3.2.0.ebuild,v 1.4 2004/06/08 01:23:43 agriffis Exp $ DESCRIPTION="Command line MP3 player." HOMEPAGE="http://www.stack.nl/~brama/mp3blaster/" @@ -19,7 +19,7 @@ DEPEND=">=sys-libs/ncurses-5.2 src_unpack() { unpack ${A} - #if [ "`use nas`" ]; then + #if use nas; then # cd src # sed -e "s:^INCLUDES =:INCLUDES = -I/usr/X11R6/include:" \ # -e "s:^splay_LDADD =:splay_LDADD = \$(NAS_LIBS):" \ diff --git a/media-sound/mp3info/ChangeLog b/media-sound/mp3info/ChangeLog index 0a9be1969173..9bd3f42e02c3 100644 --- a/media-sound/mp3info/ChangeLog +++ b/media-sound/mp3info/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/mp3info # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3info/ChangeLog,v 1.8 2004/04/20 16:51:33 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3info/ChangeLog,v 1.9 2004/06/08 01:22:52 agriffis Exp $ + + 07 Jun 2004; Aron Griffis <agriffis@gentoo.org> mp3info-0.8.4-r1.ebuild: + Fix use invocation 20 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org> mp3info-0.8.4-r1.ebuild: diff --git a/media-sound/mp3info/mp3info-0.8.4-r1.ebuild b/media-sound/mp3info/mp3info-0.8.4-r1.ebuild index ac7c32ddc9d6..d8efbebfc60d 100644 --- a/media-sound/mp3info/mp3info-0.8.4-r1.ebuild +++ b/media-sound/mp3info/mp3info-0.8.4-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/mp3info/mp3info-0.8.4-r1.ebuild,v 1.15 2004/04/20 16:51:33 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3info/mp3info-0.8.4-r1.ebuild,v 1.16 2004/06/08 01:22:52 agriffis Exp $ inherit eutils @@ -26,7 +26,7 @@ src_unpack() { src_compile() { emake mp3info || die - if [ `use gtk` ]; then + if use gtk; then emake gmp3info || die "gtk mp3info failed" fi } diff --git a/media-sound/teamspeak2-client-bin/ChangeLog b/media-sound/teamspeak2-client-bin/ChangeLog index ff21fa42cc24..5fdaf692a935 100644 --- a/media-sound/teamspeak2-client-bin/ChangeLog +++ b/media-sound/teamspeak2-client-bin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/teamspeak2-client-bin # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/teamspeak2-client-bin/ChangeLog,v 1.11 2004/04/25 00:07:44 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/teamspeak2-client-bin/ChangeLog,v 1.12 2004/06/08 01:26:20 agriffis Exp $ + + 07 Jun 2004; Aron Griffis <agriffis@gentoo.org> + teamspeak2-client-bin-2.0.32.60-r3.ebuild: + Fix use invocation *teamspeak2-client-bin-2.0.32.60-r3 (24 Apr 2004) diff --git a/media-sound/teamspeak2-client-bin/teamspeak2-client-bin-2.0.32.60-r3.ebuild b/media-sound/teamspeak2-client-bin/teamspeak2-client-bin-2.0.32.60-r3.ebuild index 679cc38845d0..720d9a52d523 100644 --- a/media-sound/teamspeak2-client-bin/teamspeak2-client-bin-2.0.32.60-r3.ebuild +++ b/media-sound/teamspeak2-client-bin/teamspeak2-client-bin-2.0.32.60-r3.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/teamspeak2-client-bin/teamspeak2-client-bin-2.0.32.60-r3.ebuild,v 1.1 2004/04/25 00:07:44 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/teamspeak2-client-bin/teamspeak2-client-bin-2.0.32.60-r3.ebuild,v 1.2 2004/06/08 01:26:20 agriffis Exp $ MY_PV=rc2_2032 DESCRIPTION="The TeamSpeak voice communication tool" @@ -58,7 +58,7 @@ src_install() { fi newins icon.xpm teamspeak.xpm - if [ `use kde` ] ; then + if use kde ; then # Install a teamspeak.protocol file for kde/konqueror to accept # teamspeak:// links insinto $(kde-config --prefix)/share/services/ |