Remove non-working flag for kadmos.
authorGregorio Guidi <greg_g@gentoo.org>
Tue, 20 Sep 2005 08:31:19 +0000 (08:31 +0000)
committerGregorio Guidi <greg_g@gentoo.org>
Tue, 20 Sep 2005 08:31:19 +0000 (08:31 +0000)
Package-Manager: portage-2.0.51.22-r2

kde-base/kooka/Manifest
kde-base/kooka/kooka-3.5_alpha1.ebuild

index 1aa935b92ad806b7bbb46179d7e2268d99ca3ccf..3f0b4d45678919b44e6b3223aef55ccecf43b557 100644 (file)
@@ -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-----
index 8dde660924697d0f2e4ac24c40b7fd416ac37840..2bffa55c904f17c85501e527f36517f509979cef 100644 (file)
@@ -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"