diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-07 21:43:50 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-07 21:43:50 +0000 |
commit | 79d1dc52bdbb562d2552949a734a1d3e90935787 (patch) | |
tree | 460f5d91ab16ce67ea3ecf54ae8c05299d5d8a00 /media-gfx/gimp-print | |
parent | Fix use invocation (diff) | |
download | historical-79d1dc52bdbb562d2552949a734a1d3e90935787.tar.gz historical-79d1dc52bdbb562d2552949a734a1d3e90935787.tar.bz2 historical-79d1dc52bdbb562d2552949a734a1d3e90935787.zip |
Fix use invocation
Diffstat (limited to 'media-gfx/gimp-print')
-rw-r--r-- | media-gfx/gimp-print/ChangeLog | 6 | ||||
-rw-r--r-- | media-gfx/gimp-print/gimp-print-4.2.5-r2.ebuild | 6 | ||||
-rw-r--r-- | media-gfx/gimp-print/gimp-print-4.2.6.ebuild | 6 | ||||
-rw-r--r-- | media-gfx/gimp-print/gimp-print-5.0.0_alpha2.ebuild | 6 |
4 files changed, 14 insertions, 10 deletions
diff --git a/media-gfx/gimp-print/ChangeLog b/media-gfx/gimp-print/ChangeLog index 27bfe0988dcb..9ec3d2703d19 100644 --- a/media-gfx/gimp-print/ChangeLog +++ b/media-gfx/gimp-print/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/gimp-print # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp-print/ChangeLog,v 1.41 2004/06/05 09:52:07 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp-print/ChangeLog,v 1.42 2004/06/07 21:43:50 agriffis Exp $ + + 07 Jun 2004; Aron Griffis <agriffis@gentoo.org> gimp-print-4.2.5-r2.ebuild, + gimp-print-4.2.6.ebuild, gimp-print-5.0.0_alpha2.ebuild: + Fix use invocation 05 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> gimp-print-4.2.6.ebuild: Stable on alpha. diff --git a/media-gfx/gimp-print/gimp-print-4.2.5-r2.ebuild b/media-gfx/gimp-print/gimp-print-4.2.5-r2.ebuild index aceb0d55c7ef..ce21e2fc3334 100644 --- a/media-gfx/gimp-print/gimp-print-4.2.5-r2.ebuild +++ b/media-gfx/gimp-print/gimp-print-4.2.5-r2.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/gimp-print/gimp-print-4.2.5-r2.ebuild,v 1.8 2004/03/02 14:05:16 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp-print/gimp-print-4.2.5-r2.ebuild,v 1.9 2004/06/07 21:43:50 agriffis Exp $ inherit libtool @@ -43,7 +43,7 @@ src_compile() { && myconf="${myconf} --with-gimp" \ || myconf="${myconf} --without-gimp" - if [ "`use cups`" ]; then + if use cups; then myconf="${myconf} --with-cups" else myconf="${myconf} --without-cups" @@ -71,7 +71,7 @@ src_compile() { src_install () { make install DESTDIR=${D} || die - if [ ! "`use ppds`" ]; then + if ! use ppds; then rm -fR ${D}/usr/share/cups/model/ fi diff --git a/media-gfx/gimp-print/gimp-print-4.2.6.ebuild b/media-gfx/gimp-print/gimp-print-4.2.6.ebuild index 05141b1b0021..aa6ec65bebcf 100644 --- a/media-gfx/gimp-print/gimp-print-4.2.6.ebuild +++ b/media-gfx/gimp-print/gimp-print-4.2.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/gimp-print/gimp-print-4.2.6.ebuild,v 1.9 2004/06/05 09:52:07 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp-print/gimp-print-4.2.6.ebuild,v 1.10 2004/06/07 21:43:50 agriffis Exp $ inherit libtool @@ -43,7 +43,7 @@ src_compile() { && myconf="${myconf} --with-gimp" \ || myconf="${myconf} --without-gimp" - if [ "`use cups`" ]; then + if use cups; then myconf="${myconf} --with-cups" else myconf="${myconf} --without-cups" @@ -71,7 +71,7 @@ src_compile() { src_install () { make install DESTDIR=${D} || die - if [ ! "`use ppds`" ]; then + if ! use ppds; then rm -fR ${D}/usr/share/cups/model/ fi diff --git a/media-gfx/gimp-print/gimp-print-5.0.0_alpha2.ebuild b/media-gfx/gimp-print/gimp-print-5.0.0_alpha2.ebuild index 278583b83c8b..274865fca67b 100644 --- a/media-gfx/gimp-print/gimp-print-5.0.0_alpha2.ebuild +++ b/media-gfx/gimp-print/gimp-print-5.0.0_alpha2.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/gimp-print/gimp-print-5.0.0_alpha2.ebuild,v 1.1 2004/04/17 11:54:41 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp-print/gimp-print-5.0.0_alpha2.ebuild,v 1.2 2004/06/07 21:43:50 agriffis Exp $ inherit flag-o-matic libtool @@ -47,13 +47,13 @@ src_compile() { && myconf="${myconf} --with-gimp" \ || myconf="${myconf} --without-gimp" - if [ `use cups` ]; then + if use cups; then myconf="${myconf} --with-cups" else myconf="${myconf} --without-cups" fi - if [ "`use cups`" -a "`use ppds`" ]; then + if use cups && use ppds; then myconf="${myconf} --enable-cups-ppds" else myconf="${myconf} --disable-cups-ppds" |