summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-07 22:08:09 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-07 22:08:09 +0000
commitfc35ea6cb76c8d37de6d5d88bf08cc1e958975f5 (patch)
tree9a0c4d155b6f45e4700c7e93ca9c02e43225bcf2 /media-gfx/tuxpaint
parentFix use invocation (diff)
downloadhistorical-fc35ea6cb76c8d37de6d5d88bf08cc1e958975f5.tar.gz
historical-fc35ea6cb76c8d37de6d5d88bf08cc1e958975f5.tar.bz2
historical-fc35ea6cb76c8d37de6d5d88bf08cc1e958975f5.zip
Fix use invocation
Diffstat (limited to 'media-gfx/tuxpaint')
-rw-r--r--media-gfx/tuxpaint/ChangeLog6
-rw-r--r--media-gfx/tuxpaint/tuxpaint-0.9.12.ebuild6
-rw-r--r--media-gfx/tuxpaint/tuxpaint-0.9.13.ebuild6
3 files changed, 11 insertions, 7 deletions
diff --git a/media-gfx/tuxpaint/ChangeLog b/media-gfx/tuxpaint/ChangeLog
index a134f80f08bc..5b07e15a43a2 100644
--- a/media-gfx/tuxpaint/ChangeLog
+++ b/media-gfx/tuxpaint/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-gfx/tuxpaint
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/tuxpaint/ChangeLog,v 1.6 2004/02/17 18:01:28 leonardop Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/tuxpaint/ChangeLog,v 1.7 2004/06/07 22:04:16 agriffis Exp $
+
+ 07 Jun 2004; Aron Griffis <agriffis@gentoo.org> tuxpaint-0.9.12.ebuild,
+ tuxpaint-0.9.13.ebuild:
+ Fix use invocation
17 Feb 2004; L. Boshell <leonardop@gentoo.org> tuxpaint-0.9.13.ebuild:
Marked as stable on x86.
diff --git a/media-gfx/tuxpaint/tuxpaint-0.9.12.ebuild b/media-gfx/tuxpaint/tuxpaint-0.9.12.ebuild
index c69e3630b70d..206e1f4688c1 100644
--- a/media-gfx/tuxpaint/tuxpaint-0.9.12.ebuild
+++ b/media-gfx/tuxpaint/tuxpaint-0.9.12.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-gfx/tuxpaint/tuxpaint-0.9.12.ebuild,v 1.5 2004/01/10 11:09:19 leonardop Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/tuxpaint/tuxpaint-0.9.12.ebuild,v 1.6 2004/06/07 22:04:16 agriffis Exp $
DESCRIPTION="Drawing program designed for young children (kids ages 3 and up)"
HOMEPAGE="http://www.newbreedsoftware.com/tuxpaint/"
@@ -27,14 +27,14 @@ src_compile() {
sed -i "s/^SDL_LIBS=/SDL_LIBS:=-lSDL_mixer /" Makefile
sed -i "s/^SDL_CFLAGS=/SDL_CFLAGS:=/" Makefile
- if [ `use gnome` ]
+ if use gnome
then
sed -i "s:^GNOME_PREFIX=:GNOME_PREFIX=${D}:" Makefile
else
sed -i "s:^GNOME_PREFIX=.*:GNOME_PREFIX=:" Makefile
fi
- if [ `use kde` ]
+ if use kde
then
sed -i "s:^KDE_PREFIX=:KDE_PREFIX=${D}:" Makefile
sed -i "s:^KDE_ICON_PREFIX=:KDE_ICON_PREFIX=${D}:" Makefile
diff --git a/media-gfx/tuxpaint/tuxpaint-0.9.13.ebuild b/media-gfx/tuxpaint/tuxpaint-0.9.13.ebuild
index 4c5c1165b1fb..51be26fbcbed 100644
--- a/media-gfx/tuxpaint/tuxpaint-0.9.13.ebuild
+++ b/media-gfx/tuxpaint/tuxpaint-0.9.13.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-gfx/tuxpaint/tuxpaint-0.9.13.ebuild,v 1.2 2004/02/17 18:01:28 leonardop Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/tuxpaint/tuxpaint-0.9.13.ebuild,v 1.3 2004/06/07 22:04:16 agriffis Exp $
DESCRIPTION="Drawing program designed for young children (kids ages 3 and up)"
HOMEPAGE="http://www.newbreedsoftware.com/tuxpaint/"
@@ -27,14 +27,14 @@ src_compile() {
sed -i "s/^SDL_LIBS=/SDL_LIBS:=-lSDL_mixer /" Makefile
sed -i "s/^SDL_CFLAGS=/SDL_CFLAGS:=/" Makefile
- if [ `use gnome` ]
+ if use gnome
then
sed -i "s:^GNOME_PREFIX=:GNOME_PREFIX=${D}:" Makefile
else
sed -i "s:^GNOME_PREFIX=.*:GNOME_PREFIX=:" Makefile
fi
- if [ `use kde` ]
+ if use kde
then
sed -i "s:^KDE_PREFIX=:KDE_PREFIX=${D}:" Makefile
sed -i "s:^KDE_ICON_PREFIX=:KDE_ICON_PREFIX=${D}:" Makefile