diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-07-31 14:16:48 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-07-31 14:16:48 +0000 |
commit | 1bf935a0db1ba7f4eb2a50d0074c807b19b40cb2 (patch) | |
tree | 35a2278db50ebfa7b76ad23e3e0529555223cad8 /media-gfx/gimp-print | |
parent | update to stable series (diff) | |
download | gentoo-2-1bf935a0db1ba7f4eb2a50d0074c807b19b40cb2.tar.gz gentoo-2-1bf935a0db1ba7f4eb2a50d0074c807b19b40cb2.tar.bz2 gentoo-2-1bf935a0db1ba7f4eb2a50d0074c807b19b40cb2.zip |
small fixes
Diffstat (limited to 'media-gfx/gimp-print')
-rw-r--r-- | media-gfx/gimp-print/Manifest | 4 | ||||
-rw-r--r-- | media-gfx/gimp-print/gimp-print-4.2.5-r2.ebuild | 4 | ||||
-rw-r--r-- | media-gfx/gimp-print/gimp-print-4.3.18.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/media-gfx/gimp-print/Manifest b/media-gfx/gimp-print/Manifest index ee8daf205660..f0e2475cddbb 100644 --- a/media-gfx/gimp-print/Manifest +++ b/media-gfx/gimp-print/Manifest @@ -2,9 +2,9 @@ MD5 1b4ec9aa8455281525409c2d750417cc ChangeLog 3321 MD5 0199fb45d90f6d88aff06bab0892fd1e gimp-print-4.2.2.ebuild 1607 MD5 764ee0a2ded2c26549f4df072f0acac0 gimp-print-4.2.5-r1.ebuild 1754 MD5 3e41c5bb75b054d2ba50b49e4210af40 gimp-print-4.2.5.ebuild 1604 -MD5 49acdf4e77c3dde78e8bbaaeb6887aec gimp-print-4.3.18.ebuild 2535 +MD5 97cfa015a1c9998c27f499875a61bcf8 gimp-print-4.3.18.ebuild 2535 MD5 26b4b081d538c195dc39bcb2ec8e6f3a metadata.xml 161 -MD5 f99e0256072b793358f1af9947c197c7 gimp-print-4.2.5-r2.ebuild 2218 +MD5 48e16ad7307e11092d4fe041576669e9 gimp-print-4.2.5-r2.ebuild 2209 MD5 3879a976a01d66b7e1e0b44e4611cd8e files/digest-gimp-print-4.2.2 69 MD5 68cc29ffb32d107b59d0ab6407a7613e files/digest-gimp-print-4.2.5 69 MD5 68cc29ffb32d107b59d0ab6407a7613e files/digest-gimp-print-4.2.5-r1 69 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 ae9e5fee4a5a..e2715a24ccc4 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-2003 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.1 2003/07/31 14:08:41 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp-print/gimp-print-4.2.5-r2.ebuild,v 1.2 2003/07/31 14:16:38 lanius Exp $ IUSE="nls gtk readline cups foomaticdb ppds" @@ -50,13 +50,13 @@ src_compile() { && myconf="${myconf} --with-foomatic3" \ || myconf="${myconf} --without-foomatic" - # --without-translated-ppds enabled \ econf \ --enable-test \ --with-ghosts \ --with-user-guide \ --with-samples \ --with-escputil \ + --without-translated-ppds \ $myconf || die # IJS Patch diff --git a/media-gfx/gimp-print/gimp-print-4.3.18.ebuild b/media-gfx/gimp-print/gimp-print-4.3.18.ebuild index 695d73c961d2..bb20051740bb 100644 --- a/media-gfx/gimp-print/gimp-print-4.3.18.ebuild +++ b/media-gfx/gimp-print/gimp-print-4.3.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 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.3.18.ebuild,v 1.7 2003/07/29 13:23:10 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp-print/gimp-print-4.3.18.ebuild,v 1.8 2003/07/31 14:16:38 lanius Exp $ IUSE="nls gtk readline cups foomaticdb ppds" @@ -53,7 +53,7 @@ src_compile() { fi use foomaticdb \ - && myconf="${myconf} --with-foomatic" \ + && myconf="${myconf} --with-foomatic3" \ || myconf="${myconf} --without-foomatic" # --without-translated-ppds enabled \ |