summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-08 01:19:38 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-08 01:19:38 +0000
commit5d094db858768e9c27f19884d9175872cbca1b7c (patch)
tree263cce93dd4afc460b0a2169b85e266ca0870ee4 /media-sound/glame
parenti dont think these are used anymore (diff)
downloadgentoo-2-5d094db858768e9c27f19884d9175872cbca1b7c.tar.gz
gentoo-2-5d094db858768e9c27f19884d9175872cbca1b7c.tar.bz2
gentoo-2-5d094db858768e9c27f19884d9175872cbca1b7c.zip
Fix use invocation
Diffstat (limited to 'media-sound/glame')
-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
5 files changed, 21 insertions, 17 deletions
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 \