diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-16 21:03:27 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-16 21:03:27 +0000 |
commit | a4491a77c06d3ea2ec84dab547921f69fdbd2dba (patch) | |
tree | 99958b783a261a6da9f68422d43091efc8d2f696 /kde-base/kooka | |
parent | Bump to 3.5.6 (prerelease). (diff) | |
download | gentoo-2-a4491a77c06d3ea2ec84dab547921f69fdbd2dba.tar.gz gentoo-2-a4491a77c06d3ea2ec84dab547921f69fdbd2dba.tar.bz2 gentoo-2-a4491a77c06d3ea2ec84dab547921f69fdbd2dba.zip |
Bump to 3.5.6 (prerelease).
(Portage version: 2.1.2)
Diffstat (limited to 'kde-base/kooka')
-rw-r--r-- | kde-base/kooka/ChangeLog | 9 | ||||
-rw-r--r-- | kde-base/kooka/files/digest-kooka-3.5.6 | 3 | ||||
-rw-r--r-- | kde-base/kooka/kooka-3.5.6.ebuild | 24 |
3 files changed, 34 insertions, 2 deletions
diff --git a/kde-base/kooka/ChangeLog b/kde-base/kooka/ChangeLog index b0368a4ec74e..2691642aa56a 100644 --- a/kde-base/kooka/ChangeLog +++ b/kde-base/kooka/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kooka -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kooka/ChangeLog,v 1.62 2006/12/11 12:49:02 kloeri Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kooka/ChangeLog,v 1.63 2007/01/16 21:03:27 flameeyes Exp $ + +*kooka-3.5.6 (16 Jan 2007) + + 16 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> +kooka-3.5.6.ebuild: + Bump to 3.5.6 (prerelease). 11 Dec 2006; <kloeri@gentoo.org> kooka-3.5.5.ebuild: Stable on ia64. diff --git a/kde-base/kooka/files/digest-kooka-3.5.6 b/kde-base/kooka/files/digest-kooka-3.5.6 new file mode 100644 index 000000000000..de24125a93ab --- /dev/null +++ b/kde-base/kooka/files/digest-kooka-3.5.6 @@ -0,0 +1,3 @@ +MD5 79a1ffb7ae89bede1410411a30be3210 kdegraphics-3.5.6.tar.bz2 7332938 +RMD160 4cb41696ffb1284252009edfe8bd0933ef541800 kdegraphics-3.5.6.tar.bz2 7332938 +SHA256 2c397f3c524b7c465e6d9289944aa8ed2acc43c8bafb983eb3f252aba7a19a1f kdegraphics-3.5.6.tar.bz2 7332938 diff --git a/kde-base/kooka/kooka-3.5.6.ebuild b/kde-base/kooka/kooka-3.5.6.ebuild new file mode 100644 index 000000000000..5fafdec17389 --- /dev/null +++ b/kde-base/kooka/kooka-3.5.6.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kooka/kooka-3.5.6.ebuild,v 1.1 2007/01/16 21:03:27 flameeyes Exp $ + +KMNAME=kdegraphics +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta eutils + +DESCRIPTION="Kooka is a KDE application which provides access to scanner hardware" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" +DEPEND="$(deprange 3.5.5 $MAXKDEVER kde-base/libkscan) + media-libs/tiff" +RDEPEND="${DEPEND}" + +KMCOPYLIB="libkscan libkscan" +KMEXTRACTONLY="libkscan" + +src_compile() { + # There's no ebuild for kadmos, and likely will never be since it isn't free. + myconf="$myconf --without-kadmos" + kde-meta_src_compile +} |