summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-03-20 20:04:48 +0000
committerJustin Lecher <jlec@gentoo.org>2011-03-20 20:04:48 +0000
commit2c8ee52723e6e58c044717af5016e99c5924f097 (patch)
tree458f9481d68cc0618806d82b293ae0f78d46f609 /net-print/cupsddk/cupsddk-1.2.3.ebuild
parentx11-libs/fltk SLOTMOVE 1.1 -> 1, corrected ebuild accordingly (diff)
downloadhistorical-2c8ee52723e6e58c044717af5016e99c5924f097.tar.gz
historical-2c8ee52723e6e58c044717af5016e99c5924f097.tar.bz2
historical-2c8ee52723e6e58c044717af5016e99c5924f097.zip
x11-libs/fltk SLOTMOVE 1.1 -> 1, corrected ebuild accordingly
Package-Manager: portage-2.2.0_alpha28/cvs/Linux x86_64
Diffstat (limited to 'net-print/cupsddk/cupsddk-1.2.3.ebuild')
-rw-r--r--net-print/cupsddk/cupsddk-1.2.3.ebuild13
1 files changed, 8 insertions, 5 deletions
diff --git a/net-print/cupsddk/cupsddk-1.2.3.ebuild b/net-print/cupsddk/cupsddk-1.2.3.ebuild
index 6bb5110f8451..41d22e12b21a 100644
--- a/net-print/cupsddk/cupsddk-1.2.3.ebuild
+++ b/net-print/cupsddk/cupsddk-1.2.3.ebuild
@@ -1,10 +1,12 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/cupsddk/cupsddk-1.2.3.ebuild,v 1.7 2010/03/11 21:12:31 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/cupsddk/cupsddk-1.2.3.ebuild,v 1.8 2011/03/20 20:04:48 jlec Exp $
+
+EAPI=1
inherit autotools eutils
-DESCRIPTION="A suite of standard drivers, a PPD file compiler, and other utilities to develop printer drivers for CUPS 1.2.x and 1.3.x and other printing environments."
+DESCRIPTION="Drivers, PPD file compiler, and utilities to develop printer drivers for CUPS and other printing envs"
HOMEPAGE="http://www.cups.org/software.php#USING_DDK"
SRC_URI="ftp://ftp.easysw.com/pub/${PN}/${PV}/${P}-source.tar.bz2"
@@ -13,8 +15,9 @@ SLOT="0"
KEYWORDS="amd64 ppc ppc64 x86"
IUSE="fltk"
-DEPEND=">=net-print/cups-1.2
- fltk? ( =x11-libs/fltk-1.1* )"
+DEPEND="
+ >=net-print/cups-1.2
+ fltk? ( x11-libs/fltk:1 )"
RDEPEND="${DEPEND}"
WANT_AUTOCONF="latest"