summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-08 01:26:20 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-08 01:26:20 +0000
commit4564b542d3e48713838de2031be73444ef4a3ed1 (patch)
tree88af04f26ec5c78e9146065077ca5231d5ed3cd9
parentremoved default src_compile. awaiting bug reports on parallel install (diff)
downloadhistorical-4564b542d3e48713838de2031be73444ef4a3ed1.tar.gz
historical-4564b542d3e48713838de2031be73444ef4a3ed1.tar.bz2
historical-4564b542d3e48713838de2031be73444ef4a3ed1.zip
Fix use invocation
-rw-r--r--media-sound/ermixer/ChangeLog5
-rw-r--r--media-sound/ermixer/ermixer-0.8.ebuild4
-rw-r--r--media-sound/fluidsynth/ChangeLog5
-rw-r--r--media-sound/fluidsynth/fluidsynth-1.0.3.ebuild4
-rw-r--r--media-sound/glame/ChangeLog6
-rw-r--r--media-sound/glame/glame-0.6.3.ebuild8
-rw-r--r--media-sound/glame/glame-0.6.4.ebuild8
-rw-r--r--media-sound/glame/glame-1.0.1.ebuild8
-rw-r--r--media-sound/glame/glame-1.0.2.ebuild8
-rw-r--r--media-sound/mp3blaster/ChangeLog6
-rw-r--r--media-sound/mp3blaster/mp3blaster-3.1.3.ebuild4
-rw-r--r--media-sound/mp3blaster/mp3blaster-3.2.0.ebuild4
-rw-r--r--media-sound/mp3info/ChangeLog5
-rw-r--r--media-sound/mp3info/mp3info-0.8.4-r1.ebuild4
-rw-r--r--media-sound/teamspeak2-client-bin/ChangeLog6
-rw-r--r--media-sound/teamspeak2-client-bin/teamspeak2-client-bin-2.0.32.60-r3.ebuild4
-rw-r--r--media-sound/yammi/ChangeLog6
-rw-r--r--media-sound/yammi/yammi-0.8.2.ebuild6
-rw-r--r--media-sound/yammi/yammi-1.0.ebuild6
19 files changed, 66 insertions, 41 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/fluidsynth/ChangeLog b/media-sound/fluidsynth/ChangeLog
index 61fb137345ef..463b8d8aa638 100644
--- a/media-sound/fluidsynth/ChangeLog
+++ b/media-sound/fluidsynth/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/fluidsynth
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v 1.11 2004/05/06 12:03:20 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v 1.12 2004/06/08 01:16:50 agriffis Exp $
+
+ 07 Jun 2004; Aron Griffis <agriffis@gentoo.org> fluidsynth-1.0.3.ebuild:
+ Fix use invocation
06 May 2004; David Holm <dholm@gentoo.org> fluidsynth-1.0.3.ebuild:
Removed ppc-specific version mask.
diff --git a/media-sound/fluidsynth/fluidsynth-1.0.3.ebuild b/media-sound/fluidsynth/fluidsynth-1.0.3.ebuild
index e8e88a9c1669..8e685f455d01 100644
--- a/media-sound/fluidsynth/fluidsynth-1.0.3.ebuild
+++ b/media-sound/fluidsynth/fluidsynth-1.0.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/fluidsynth/fluidsynth-1.0.3.ebuild,v 1.11 2004/05/06 12:03:20 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.0.3.ebuild,v 1.12 2004/06/08 01:16:50 agriffis Exp $
inherit flag-o-matic eutils
@@ -36,7 +36,7 @@ src_compile() {
|| myconf="--disable-ladcca ${myconf}"
use alsa || myconf="--disable-alsa ${myconf}"
use jack || myconf="--disable-jack-support ${myconf}"
- if [ `use sse` ]; then
+ if use sse; then
myconf="--enable-SSE ${myconf}"
# If your CFLAGS include optimizations for sse, ie:
# -march=pentium4 -mfpmath=sse -msse2
diff --git a/media-sound/glame/ChangeLog b/media-sound/glame/ChangeLog
index 62a9d7491bb3..6803c747bfdf 100644
--- a/media-sound/glame/ChangeLog
+++ b/media-sound/glame/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/glame
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/glame/ChangeLog,v 1.16 2004/05/04 02:09:45 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/glame/ChangeLog,v 1.17 2004/06/08 01:18:36 agriffis Exp $
+
+ 07 Jun 2004; Aron Griffis <agriffis@gentoo.org> glame-0.6.3.ebuild,
+ glame-0.6.4.ebuild, glame-1.0.1.ebuild, glame-1.0.2.ebuild:
+ Fix use invocation
03 May 2004; Jeremy Huddleston <eradicator@gentoo.org> glame-1.0.1.ebuild,
glame-1.0.2.ebuild:
diff --git a/media-sound/glame/glame-0.6.3.ebuild b/media-sound/glame/glame-0.6.3.ebuild
index 6fef34f278e3..3220e16d322e 100644
--- a/media-sound/glame/glame-0.6.3.ebuild
+++ b/media-sound/glame/glame-0.6.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/glame/glame-0.6.3.ebuild,v 1.8 2004/03/27 03:14:00 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/glame/glame-0.6.3.ebuild,v 1.9 2004/06/08 01:18:36 agriffis Exp $
IUSE="nls gnome"
@@ -26,7 +26,7 @@ src_unpack() {
unpack ${A}
# fix NLS problem (bug #7587)
- if [ ! "`use nls`" ]
+ if ! use nls
then
cd ${S}/src/gui
mv swapfilegui.c swapfilegui.c.bad
@@ -35,7 +35,7 @@ src_unpack() {
}
src_compile() {
- if [ "`use gnome`" ]
+ if use gnome
then
# Use a valid icon for the GNOME menu entry
cp src/gui/glame.desktop src/gui/glame.desktop.old
@@ -60,7 +60,7 @@ src_compile() {
src_install () {
einstall || die "Installation failed"
- if [ "`use gnome`" ]
+ if use gnome
then
dodir /usr/share/pixmaps
dosym ../glame/pixmaps/glame-logo.jpg \
diff --git a/media-sound/glame/glame-0.6.4.ebuild b/media-sound/glame/glame-0.6.4.ebuild
index b5f7351d7795..605f5cfdc613 100644
--- a/media-sound/glame/glame-0.6.4.ebuild
+++ b/media-sound/glame/glame-0.6.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/media-sound/glame/glame-0.6.4.ebuild,v 1.8 2004/03/27 03:14:00 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/glame/glame-0.6.4.ebuild,v 1.9 2004/06/08 01:18:36 agriffis Exp $
IUSE="nls gnome"
@@ -27,7 +27,7 @@ src_unpack() {
unpack ${A}
# fix NLS problem (bug #7587)
- if [ ! "`use nls`" ]
+ if ! use nls
then
cd ${S}/src/gui
mv swapfilegui.c swapfilegui.c.bad
@@ -43,7 +43,7 @@ src_unpack() {
src_compile() {
local myconf=""
- if [ "`use gnome`" ]
+ if use gnome
then
# Use a valid icon for the GNOME menu entry
cp src/gui/glame.desktop src/gui/glame.desktop.old
@@ -64,7 +64,7 @@ src_compile() {
src_install () {
einstall || die "Installation failed"
- if [ "`use gnome`" ]
+ if use gnome
then
dodir /usr/share/pixmaps
dosym ../glame/pixmaps/glame-logo.jpg \
diff --git a/media-sound/glame/glame-1.0.1.ebuild b/media-sound/glame/glame-1.0.1.ebuild
index 4dfae924b39e..8b1482799642 100644
--- a/media-sound/glame/glame-1.0.1.ebuild
+++ b/media-sound/glame/glame-1.0.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/media-sound/glame/glame-1.0.1.ebuild,v 1.8 2004/05/04 02:09:45 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/glame/glame-1.0.1.ebuild,v 1.9 2004/06/08 01:18:36 agriffis Exp $
IUSE="nls gnome oggvorbis"
@@ -29,7 +29,7 @@ src_unpack() {
unpack ${A}
# fix NLS problem (bug #7587)
- if [ ! "`use nls`" ]
+ if ! use nls
then
cd ${S}/src/gui
mv swapfilegui.c swapfilegui.c.bad
@@ -45,7 +45,7 @@ src_unpack() {
src_compile() {
local myconf=""
- if [ "`use gnome`" ]
+ if use gnome
then
# Use a valid icon for the GNOME menu entry
cp src/gui/glame.desktop src/gui/glame.desktop.old
@@ -66,7 +66,7 @@ src_compile() {
src_install () {
einstall || die "Installation failed"
- if [ "`use gnome`" ]
+ if use gnome
then
dodir /usr/share/pixmaps
dosym ../glame/pixmaps/glame-logo.jpg \
diff --git a/media-sound/glame/glame-1.0.2.ebuild b/media-sound/glame/glame-1.0.2.ebuild
index d9ba4f05be66..14294ad57f43 100644
--- a/media-sound/glame/glame-1.0.2.ebuild
+++ b/media-sound/glame/glame-1.0.2.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/glame/glame-1.0.2.ebuild,v 1.6 2004/05/04 02:09:45 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/glame/glame-1.0.2.ebuild,v 1.7 2004/06/08 01:18:36 agriffis Exp $
inherit eutils
@@ -35,7 +35,7 @@ src_unpack() {
unpack ${A}
# fix NLS problem (bug #7587)
- if [ ! "`use nls`" ]
+ if ! use nls
then
cd ${S}/src/gui
mv swapfilegui.c swapfilegui.c.bad
@@ -54,7 +54,7 @@ src_unpack() {
src_compile() {
local myconf="--enable-ladspa"
- if [ `use gnome` ]
+ if use gnome
then
# Use a valid icon for the GNOME menu entry
cp src/gui/glame.desktop src/gui/glame.desktop.old
@@ -82,7 +82,7 @@ src_compile() {
src_install () {
einstall || die "Installation failed"
- if [ `use gnome` ]
+ if use gnome
then
dodir /usr/share/pixmaps
dosym ../glame/pixmaps/glame-logo.jpg \
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/
diff --git a/media-sound/yammi/ChangeLog b/media-sound/yammi/ChangeLog
index 3182647baff9..0675e689ba22 100644
--- a/media-sound/yammi/ChangeLog
+++ b/media-sound/yammi/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/yammi
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/yammi/ChangeLog,v 1.14 2004/05/10 23:59:31 lv Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/yammi/ChangeLog,v 1.15 2004/06/08 01:19:38 agriffis Exp $
+
+ 07 Jun 2004; Aron Griffis <agriffis@gentoo.org> yammi-0.8.2.ebuild,
+ yammi-1.0.ebuild:
+ Fix use invocation
10 May 2004; Travis Tilley <lv@gentoo.org> yammi-0.8.2.ebuild,
yammi-1.0.ebuild:
diff --git a/media-sound/yammi/yammi-0.8.2.ebuild b/media-sound/yammi/yammi-0.8.2.ebuild
index e95d563a8561..48c238737903 100644
--- a/media-sound/yammi/yammi-0.8.2.ebuild
+++ b/media-sound/yammi/yammi-0.8.2.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/yammi/yammi-0.8.2.ebuild,v 1.13 2004/05/10 23:59:31 lv Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/yammi/yammi-0.8.2.ebuild,v 1.14 2004/06/08 01:19:38 agriffis Exp $
inherit flag-o-matic eutils
@@ -43,7 +43,7 @@ src_compile() {
use xmms || myconf="--disable-xmms"
use kde || myconf="--disable-KDE --disable-noatun ${myconf}"
- if [ -z "`use xmms`" ] && [ -z "`use kde`" ]
+ if ! use xmms && ! use kde
then
myconf="--disable-ogglibs ${myconf}"
else
@@ -61,7 +61,7 @@ src_install() {
}
pkg_postinst() {
- if [ -z "`use kde`" ] && [ -z "`use xmms`" ]
+ if ! use kde && ! use xmms
then
ewarn "Yammi is compiled without support for xmms and noatun."
ewarn "Now the functionality of Yammi is very limited."
diff --git a/media-sound/yammi/yammi-1.0.ebuild b/media-sound/yammi/yammi-1.0.ebuild
index f724ab774f98..fca37697b33b 100644
--- a/media-sound/yammi/yammi-1.0.ebuild
+++ b/media-sound/yammi/yammi-1.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/yammi/yammi-1.0.ebuild,v 1.6 2004/05/10 23:59:31 lv Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/yammi/yammi-1.0.ebuild,v 1.7 2004/06/08 01:19:38 agriffis Exp $
inherit flag-o-matic eutils
@@ -43,7 +43,7 @@ src_compile() {
use xmms || myconf="--disable-xmms"
use kde || myconf="--disable-KDE --disable-noatun ${myconf}"
- if [ -z "`use xmms`" ] && [ -z "`use kde`" ]
+ if ! use xmms && ! use kde
then
myconf="--disable-ogglibs ${myconf}"
else
@@ -61,7 +61,7 @@ src_install() {
}
pkg_postinst() {
- if [ -z "`use kde`" ] && [ -z "`use xmms`" ]
+ if ! use kde && ! use xmms
then
ewarn "Yammi is compiled without support for xmms and noatun."
ewarn "Now the functionality of Yammi is very limited."