diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-07 22:08:09 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-07 22:08:09 +0000 |
commit | e7e8daf35d591736dc654c94bf4b139f9f6bfc8a (patch) | |
tree | d3ca49aa7cd9876551e15283c5e8343813405fa0 /media-gfx/tuxpaint | |
parent | Fix use invocation (Manifest recommit) (diff) | |
download | gentoo-2-e7e8daf35d591736dc654c94bf4b139f9f6bfc8a.tar.gz gentoo-2-e7e8daf35d591736dc654c94bf4b139f9f6bfc8a.tar.bz2 gentoo-2-e7e8daf35d591736dc654c94bf4b139f9f6bfc8a.zip |
Fix use invocation
Diffstat (limited to 'media-gfx/tuxpaint')
-rw-r--r-- | media-gfx/tuxpaint/ChangeLog | 6 | ||||
-rw-r--r-- | media-gfx/tuxpaint/tuxpaint-0.9.12.ebuild | 6 | ||||
-rw-r--r-- | media-gfx/tuxpaint/tuxpaint-0.9.13.ebuild | 6 |
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 |