summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2003-07-20 18:48:42 +0000
committerHeinrich Wendel <lanius@gentoo.org>2003-07-20 18:48:42 +0000
commit04aee4d34deef4cd8714fd9243e1703d86b793e6 (patch)
treefee6a65f71078f4751c39a5298e191230b00f3c3 /media-gfx/gimp-print
parentmanifest (diff)
downloadgentoo-2-04aee4d34deef4cd8714fd9243e1703d86b793e6.tar.gz
gentoo-2-04aee4d34deef4cd8714fd9243e1703d86b793e6.tar.bz2
gentoo-2-04aee4d34deef4cd8714fd9243e1703d86b793e6.zip
fixed cups dep
Diffstat (limited to 'media-gfx/gimp-print')
-rw-r--r--media-gfx/gimp-print/ChangeLog5
-rw-r--r--media-gfx/gimp-print/Manifest6
-rw-r--r--media-gfx/gimp-print/gimp-print-4.3.18.ebuild13
3 files changed, 14 insertions, 10 deletions
diff --git a/media-gfx/gimp-print/ChangeLog b/media-gfx/gimp-print/ChangeLog
index 701d120a781a..c57c8d8b0789 100644
--- a/media-gfx/gimp-print/ChangeLog
+++ b/media-gfx/gimp-print/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-gfx/gimp-print
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp-print/ChangeLog,v 1.16 2003/07/16 14:18:30 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp-print/ChangeLog,v 1.17 2003/07/20 18:48:33 lanius Exp $
+
+ 20 Jul 2003; lanius@gentoo.org gimp-print-4.3.18.ebuild:
+ fixed cups use flag (bug #24873)
*gimp-print-4.3.18 (16 Jul 2003)
diff --git a/media-gfx/gimp-print/Manifest b/media-gfx/gimp-print/Manifest
index 473acee18d1f..aaf33002804f 100644
--- a/media-gfx/gimp-print/Manifest
+++ b/media-gfx/gimp-print/Manifest
@@ -1,9 +1,9 @@
+MD5 3d7d2030c709f3224a3fbc89199a2946 ChangeLog 3104
+MD5 d1c8a9ad85666b4396107f03e0881409 gimp-print-4.2.2.ebuild 1606
MD5 4de5aefbcd4d4099624ebd89efee2d58 gimp-print-4.2.5-r1.ebuild 1753
MD5 f94dae31ddab87b7076573adbb9987f2 gimp-print-4.2.5.ebuild 1603
-MD5 2521aebdc6e6fbf3f5569e652bf2edd9 ChangeLog 3009
+MD5 d95b8bd0acaeb6a43fd96a5e1a464620 gimp-print-4.3.18.ebuild 2529
MD5 26b4b081d538c195dc39bcb2ec8e6f3a metadata.xml 161
-MD5 d1c8a9ad85666b4396107f03e0881409 gimp-print-4.2.2.ebuild 1606
-MD5 6e82bc5b530ed8aa3b3251e705340f4e gimp-print-4.3.18.ebuild 2519
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.3.18.ebuild b/media-gfx/gimp-print/gimp-print-4.3.18.ebuild
index 59dfdf313ad4..6193c39d5c90 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.3 2003/07/16 18:21:44 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp-print/gimp-print-4.3.18.ebuild,v 1.4 2003/07/20 18:48:33 lanius Exp $
IUSE="nls gtk readline cups foomaticdb ppds"
@@ -42,14 +42,15 @@ src_compile() {
if [ `use cups` ]; then
myconf="${myconf} --with-cups"
- if [ `use ppds` ]; then
- myconf="${myconf} --enable-cups-ppds"
- else
- myconf="${myconf} --disable-cups-ppds"
- fi
else
myconf="${myconf} --without-cups"
fi
+
+ if [ `use ppds` -a `use ppds` ]; then
+ myconf="${myconf} --enable-cups-ppds"
+ else
+ myconf="${myconf} --disable-cups-ppds"
+ fi
use foomaticdb \
&& myconf="${myconf} --with-foomatic" \