diff options
-rw-r--r-- | media-gfx/blender/ChangeLog | 6 | ||||
-rw-r--r-- | media-gfx/blender/blender-2.28.ebuild | 18 | ||||
-rw-r--r-- | media-gfx/blender/blender-2.28a.ebuild | 18 | ||||
-rw-r--r-- | media-gfx/blender/blender-2.28c.ebuild | 18 | ||||
-rw-r--r-- | media-gfx/graphicsmagick/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/graphicsmagick/graphicsmagick-1.0.6.ebuild | 6 | ||||
-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 |
9 files changed, 50 insertions, 39 deletions
diff --git a/media-gfx/blender/ChangeLog b/media-gfx/blender/ChangeLog index e7a009f6f0bb..05730cdd2264 100644 --- a/media-gfx/blender/ChangeLog +++ b/media-gfx/blender/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/blender # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/blender/ChangeLog,v 1.32 2004/04/27 21:40:49 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/blender/ChangeLog,v 1.33 2004/06/07 22:08:09 agriffis Exp $ + + 07 Jun 2004; Aron Griffis <agriffis@gentoo.org> blender-2.28.ebuild, + blender-2.28a.ebuild, blender-2.28c.ebuild: + Fix use invocation 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> blender-2.28c.ebuild, blender-2.30.ebuild, blender-2.31.ebuild, blender-2.31a.ebuild, diff --git a/media-gfx/blender/blender-2.28.ebuild b/media-gfx/blender/blender-2.28.ebuild index 07aa3f29f504..d7843eda92b2 100644 --- a/media-gfx/blender/blender-2.28.ebuild +++ b/media-gfx/blender/blender-2.28.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/blender/blender-2.28.ebuild,v 1.4 2004/03/21 09:40:34 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/blender/blender-2.28.ebuild,v 1.5 2004/06/07 22:08:09 agriffis Exp $ inherit flag-o-matic replace-flags -march=pentium4 -march=pentium3 @@ -33,50 +33,50 @@ src_compile() { local myconf="" # SDL Support - if [ -n "`use sdl`" ] + if use sdl then myconf="${myconf} --with-sdl=/usr" fi # JPG Support (Should be there by default, but I'll put it in anyways) - if [ -n "`use jpeg`" ] + if use jpeg then myconf="${myconf} --with-libjpeg=/usr" fi # PNG Support (Same as above) - if [ -n "`use png`" ] + if use png then myconf="${myconf} --with-libpng=/usr" fi # ./configure points at the wrong mozilla directories and will fail # with this enabled. (A simple patch should take care of this) - #if [ -n "`use mozilla`" ] + #if use mozilla #then # myconf="${myconf} --with-mozilla=/usr" #fi # TrueType support (For text objects) - if [ -n "`use truetype`" ] + if use truetype then myconf="${myconf} --with-freetype2=/usr" fi # Build Staticly - if [ -n "`use blender-static`" ] + if use blender-static then myconf="${myconf} --enable-blenderstatic" fi # Build the game engine (Fails in 2.28) - if [ -n "`use blender-game`" ] + if use blender-game then myconf="${myconf} --enable-gameblender" fi # Build the plugin (Will probably fail, especially without mozilla) - if [ -n "`use blender-plugin`" ] + if use blender-plugin then myconf="${myconf} --enable-blenderplugin" fi diff --git a/media-gfx/blender/blender-2.28a.ebuild b/media-gfx/blender/blender-2.28a.ebuild index b381bcc48d38..b316fae7eced 100644 --- a/media-gfx/blender/blender-2.28a.ebuild +++ b/media-gfx/blender/blender-2.28a.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/blender/blender-2.28a.ebuild,v 1.3 2004/03/21 09:40:34 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/blender/blender-2.28a.ebuild,v 1.4 2004/06/07 22:08:09 agriffis Exp $ inherit flag-o-matic replace-flags -march=pentium4 -march=pentium3 @@ -33,50 +33,50 @@ src_compile() { local myconf="" # SDL Support - if [ -n "`use sdl`" ] + if use sdl then myconf="${myconf} --with-sdl=/usr" fi # JPG Support (Should be there by default, but I'll put it in anyways) - if [ -n "`use jpeg`" ] + if use jpeg then myconf="${myconf} --with-libjpeg=/usr" fi # PNG Support (Same as above) - if [ -n "`use png`" ] + if use png then myconf="${myconf} --with-libpng=/usr" fi # ./configure points at the wrong mozilla directories and will fail # with this enabled. (A simple patch should take care of this) - #if [ -n "`use mozilla`" ] + #if use mozilla #then # myconf="${myconf} --with-mozilla=/usr" #fi # TrueType support (For text objects) - if [ -n "`use truetype`" ] + if use truetype then myconf="${myconf} --with-freetype2=/usr" fi # Build Staticly - if [ -n "`use blender-static`" ] + if use blender-static then myconf="${myconf} --enable-blenderstatic" fi # Build the game engine (Fails in 2.28) - if [ -n "`use blender-game`" ] + if use blender-game then myconf="${myconf} --enable-gameblender" fi # Build the plugin (Will probably fail, especially without mozilla) - if [ -n "`use blender-plugin`" ] + if use blender-plugin then myconf="${myconf} --enable-blenderplugin" fi diff --git a/media-gfx/blender/blender-2.28c.ebuild b/media-gfx/blender/blender-2.28c.ebuild index f77d9e1f8dd3..59d0e1c5d2cb 100644 --- a/media-gfx/blender/blender-2.28c.ebuild +++ b/media-gfx/blender/blender-2.28c.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/blender/blender-2.28c.ebuild,v 1.5 2004/04/27 21:40:49 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/blender/blender-2.28c.ebuild,v 1.6 2004/06/07 22:08:09 agriffis Exp $ inherit flag-o-matic eutils replace-flags -march=pentium4 -march=pentium3 @@ -40,50 +40,50 @@ src_compile() { local myconf="" # SDL Support - if [ -n "`use sdl`" ] + if use sdl then myconf="${myconf} --with-sdl=/usr" fi # JPG Support (Should be there by default, but I'll put it in anyways) - if [ -n "`use jpeg`" ] + if use jpeg then myconf="${myconf} --with-libjpeg=/usr" fi # PNG Support (Same as above) - if [ -n "`use png`" ] + if use png then myconf="${myconf} --with-libpng=/usr" fi # ./configure points at the wrong mozilla directories and will fail # with this enabled. (A simple patch should take care of this) - if [ -n "`use mozilla`" ] + if use mozilla then myconf="${myconf} --with-mozilla=/usr" fi # TrueType support (For text objects) - if [ -n "`use truetype`" ] + if use truetype then myconf="${myconf} --with-freetype2=/usr" fi # Build Staticly - if [ -n "`use static`" ] + if use static then myconf="${myconf} --enable-blenderstatic" fi # Build the game engine (Fails in 2.28) - #if [ -n "`use blender-game`" ] + #if use blender-game #then # myconf="${myconf} --enable-gameblender" #fi # Build the plugin (Will fail, requires gameblender) - #if [ -n "`use blender-plugin`" ] + #if use blender-plugin #then # myconf="${myconf} --enable-blenderplugin" #fi diff --git a/media-gfx/graphicsmagick/ChangeLog b/media-gfx/graphicsmagick/ChangeLog index d8e2b4e7b515..a17bc6bfc693 100644 --- a/media-gfx/graphicsmagick/ChangeLog +++ b/media-gfx/graphicsmagick/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/graphicsmagick # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphicsmagick/ChangeLog,v 1.1 2004/06/05 21:14:11 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphicsmagick/ChangeLog,v 1.2 2004/06/07 22:07:18 agriffis Exp $ + + 07 Jun 2004; Aron Griffis <agriffis@gentoo.org> graphicsmagick-1.0.6.ebuild: + Fix use invocation *graphicsmagick-1.0.6 (05 Jun 2004) diff --git a/media-gfx/graphicsmagick/graphicsmagick-1.0.6.ebuild b/media-gfx/graphicsmagick/graphicsmagick-1.0.6.ebuild index 79f4d9c97536..cee5b5244d94 100644 --- a/media-gfx/graphicsmagick/graphicsmagick-1.0.6.ebuild +++ b/media-gfx/graphicsmagick/graphicsmagick-1.0.6.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/graphicsmagick/graphicsmagick-1.0.6.ebuild,v 1.1 2004/06/05 21:14:11 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphicsmagick/graphicsmagick-1.0.6.ebuild,v 1.2 2004/06/07 22:07:18 agriffis Exp $ inherit libtool flag-o-matic perl-module replace-flags k6-3 i586 @@ -64,7 +64,7 @@ src_compile() { ${myconf} || die # make PerlMagick using portage tools instead of Makefile to avoid sandbox issues - if [ `use perl` ] ; then + if use perl ; then cd PerlMagick perl-module_src_prep perl-module_src_compile @@ -77,7 +77,7 @@ src_compile() { src_install() { make DESTDIR=${D} install || die - if [ `use perl` ] ; then + if use perl ; then cd PerlMagick perl-module_src_install cd .. 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 |