summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregorio Guidi <greg_g@gentoo.org>2005-12-29 10:48:02 +0000
committerGregorio Guidi <greg_g@gentoo.org>2005-12-29 10:48:02 +0000
commite5cb14443b98052b2716af70c7ad5a8c1d858743 (patch)
tree75aefb7a84512586413cbc51a362986be33ae4d3 /kde-base/kooka
parentRemove useless kadmos flag. (diff)
downloadgentoo-2-e5cb14443b98052b2716af70c7ad5a8c1d858743.tar.gz
gentoo-2-e5cb14443b98052b2716af70c7ad5a8c1d858743.tar.bz2
gentoo-2-e5cb14443b98052b2716af70c7ad5a8c1d858743.zip
Remove useless kadmos flag.
(Portage version: 2.0.53)
Diffstat (limited to 'kde-base/kooka')
-rw-r--r--kde-base/kooka/ChangeLog5
-rw-r--r--kde-base/kooka/kooka-3.4.2.ebuild6
-rw-r--r--kde-base/kooka/kooka-3.4.3.ebuild11
3 files changed, 12 insertions, 10 deletions
diff --git a/kde-base/kooka/ChangeLog b/kde-base/kooka/ChangeLog
index 95de842f10f1..bb819f0c6db0 100644
--- a/kde-base/kooka/ChangeLog
+++ b/kde-base/kooka/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/kooka
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kooka/ChangeLog,v 1.35 2005/12/17 13:37:06 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kooka/ChangeLog,v 1.36 2005/12/29 10:45:50 greg_g Exp $
+
+ 29 Dec 2005; Gregorio Guidi <greg_g@gentoo.org> kooka-3.4.3.ebuild:
+ Remove useless kadmos flag.
17 Dec 2005; Markus Rothe <corsair@gentoo.org> kooka-3.5.0.ebuild:
Added ~ppc64
diff --git a/kde-base/kooka/kooka-3.4.2.ebuild b/kde-base/kooka/kooka-3.4.2.ebuild
index c06037eb5b8c..ec09b81223fc 100644
--- a/kde-base/kooka/kooka-3.4.2.ebuild
+++ b/kde-base/kooka/kooka-3.4.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kooka/kooka-3.4.2.ebuild,v 1.4 2005/10/11 09:45:07 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kooka/kooka-3.4.2.ebuild,v 1.5 2005/12/29 10:48:02 greg_g Exp $
KMNAME=kdegraphics
MAXKDEVER=$PV
@@ -9,7 +9,7 @@ inherit kde-meta eutils
DESCRIPTION="Kooka is a KDE application which provides access to scanner hardware"
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="kadmos"
+IUSE=""
DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkscan)
media-libs/tiff"
OLDDEPEND="~kde-base/libkscan-$PV"
@@ -23,4 +23,4 @@ PATCHES1="${FILESDIR}/kdegraphics-3.4.1-gocr.patch"
# There's no ebuild for kadmos, and likely will never be since it isn't free, but you can enable this use flag
# to compile against the kadmos headers you installed yourself
PATCHES="$FILESDIR/configure-fix-kdegraphics-kadmos.patch"
-myconf="$myconf $(use_with kadmos)"
+myconf="$myconf --without-kadmos"
diff --git a/kde-base/kooka/kooka-3.4.3.ebuild b/kde-base/kooka/kooka-3.4.3.ebuild
index e7054a48d5ac..7ab84e189cdd 100644
--- a/kde-base/kooka/kooka-3.4.3.ebuild
+++ b/kde-base/kooka/kooka-3.4.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kooka/kooka-3.4.3.ebuild,v 1.7 2005/12/10 22:10:38 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kooka/kooka-3.4.3.ebuild,v 1.8 2005/12/29 10:45:50 greg_g Exp $
KMNAME=kdegraphics
MAXKDEVER=$PV
@@ -9,7 +9,7 @@ inherit kde-meta eutils
DESCRIPTION="Kooka is a KDE application which provides access to scanner hardware"
KEYWORDS="alpha amd64 ppc ppc64 sparc x86"
-IUSE="kadmos"
+IUSE=""
DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkscan)
media-libs/tiff"
OLDDEPEND="~kde-base/libkscan-$PV"
@@ -17,10 +17,9 @@ OLDDEPEND="~kde-base/libkscan-$PV"
KMCOPYLIB="libkscan libkscan"
KMEXTRACTONLY="libkscan"
-# Fix detection of gocr (kde bug 90082). Applied to trunk upstream, but not backported to branch as of 3.4.2.
+# Fix detection of gocr (kde bug 90082). Applied for 3.5.
PATCHES1="${FILESDIR}/kdegraphics-3.4.1-gocr.patch"
-# There's no ebuild for kadmos, and likely will never be since it isn't free, but you can enable this use flag
-# to compile against the kadmos headers you installed yourself
+# There's no ebuild for kadmos, and likely will never be since it isn't free.
PATCHES="$FILESDIR/configure-fix-kdegraphics-kadmos.patch"
-myconf="$myconf $(use_with kadmos)"
+myconf="$myconf --without-kadmos"