summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregorio Guidi <greg_g@gentoo.org>2005-09-20 08:31:19 +0000
committerGregorio Guidi <greg_g@gentoo.org>2005-09-20 08:31:19 +0000
commitb9225eb308b0a3dfbedfebbbb937e46e0a3c28db (patch)
tree16183d1df6bf52f3a19841eec2a9aaad064c6f98
parentStable on mips, bug #101333. (diff)
downloadhistorical-b9225eb308b0a3dfbedfebbbb937e46e0a3c28db.tar.gz
historical-b9225eb308b0a3dfbedfebbbb937e46e0a3c28db.tar.bz2
historical-b9225eb308b0a3dfbedfebbbb937e46e0a3c28db.zip
Remove non-working flag for kadmos.
Package-Manager: portage-2.0.51.22-r2
-rw-r--r--kde-base/kooka/Manifest20
-rw-r--r--kde-base/kooka/kooka-3.5_alpha1.ebuild9
2 files changed, 9 insertions, 20 deletions
diff --git a/kde-base/kooka/Manifest b/kde-base/kooka/Manifest
index 1aa935b92ad8..3f0b4d456789 100644
--- a/kde-base/kooka/Manifest
+++ b/kde-base/kooka/Manifest
@@ -1,20 +1,10 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 311702bee2c51ec79e962f326855152e ChangeLog 2373
-MD5 00827b552d3fc9a94aeba8d88854761e kooka-3.5_alpha1.ebuild 782
+MD5 acc03a4b12bb0433a57e95bd253b9501 metadata.xml 156
MD5 087e934f7168694e0d8dfecd125b510c kooka-3.4.2.ebuild 1028
MD5 71bcda6978e34c1ecb28dba19ec30150 kooka-3.4.1.ebuild 671
-MD5 acc03a4b12bb0433a57e95bd253b9501 metadata.xml 156
+MD5 311702bee2c51ec79e962f326855152e ChangeLog 2373
+MD5 1e7138450dc34d7899f95766f68f75dd kooka-3.5_alpha1.ebuild 675
+MD5 0abb98c262645006a4b116c0635edb49 files/kdegraphics-3.4.1-gocr.patch 454
MD5 900bec871d5baed80378fb8d57527f75 files/digest-kooka-3.5_alpha1 72
+MD5 1334abaee53983ad0a0810adeafef453 files/digest-kooka-3.4.1 221
MD5 cb94e5a98246b8c80e29c3d668e4be9d files/digest-kooka-3.4.2 300
-MD5 0abb98c262645006a4b116c0635edb49 files/kdegraphics-3.4.1-gocr.patch 454
MD5 51a35089fe1f6247f9cf221c77a57177 files/configure-fix-kdegraphics-kadmos.patch 1714
-MD5 1334abaee53983ad0a0810adeafef453 files/digest-kooka-3.4.1 221
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.2 (GNU/Linux)
-
-iD8DBQFDHt0Sj5H05b2HAEkRAr4xAJ0a4nJQPUAFqKeFB+6joAvVtUb6rwCgmqwt
-aGDB5Ppf7WR6qsYF7ZccnVg=
-=1laI
------END PGP SIGNATURE-----
diff --git a/kde-base/kooka/kooka-3.5_alpha1.ebuild b/kde-base/kooka/kooka-3.5_alpha1.ebuild
index 8dde66092469..2bffa55c904f 100644
--- a/kde-base/kooka/kooka-3.5_alpha1.ebuild
+++ b/kde-base/kooka/kooka-3.5_alpha1.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.5_alpha1.ebuild,v 1.1 2005/09/07 12:28:39 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kooka/kooka-3.5_alpha1.ebuild,v 1.2 2005/09/20 08:31:19 greg_g Exp $
KMNAME=kdegraphics
MAXKDEVER=$PV
@@ -9,13 +9,12 @@ inherit kde-meta eutils
DESCRIPTION="Kooka is a KDE application which provides access to scanner hardware"
KEYWORDS="~amd64"
-IUSE="kadmos"
+IUSE=""
DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkscan)"
OLDDEPEND="~kde-base/libkscan-$PV"
KMCOPYLIB="libkscan libkscan"
KMEXTRACTONLY="libkscan"
-# 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
-myconf="$myconf $(use_with kadmos)"
+# There's no ebuild for kadmos, and likely will never be since it isn't free.
+myconf="$myconf --without-kadmos"