diff options
Diffstat (limited to 'kde-base/kooka')
-rw-r--r-- | kde-base/kooka/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kooka/files/digest-kooka-3.5.3 | 3 | ||||
-rw-r--r-- | kde-base/kooka/kooka-3.5.3.ebuild | 21 |
3 files changed, 30 insertions, 1 deletions
diff --git a/kde-base/kooka/ChangeLog b/kde-base/kooka/ChangeLog index 4326a7e31d30..92f39ad16438 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.47 2006/06/01 09:03:32 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kooka/ChangeLog,v 1.48 2006/06/01 19:25:17 flameeyes Exp $ + +*kooka-3.5.3 (01 Jun 2006) + + 01 Jun 2006; Diego Pettenò <flameeyes@gentoo.org> +kooka-3.5.3.ebuild: + Update to new release. 01 Jun 2006; Thomas Cort <tcort@gentoo.org> kooka-3.5.2.ebuild: Stable on alpha wrt Bug #132213. diff --git a/kde-base/kooka/files/digest-kooka-3.5.3 b/kde-base/kooka/files/digest-kooka-3.5.3 new file mode 100644 index 000000000000..5fe118a3fda8 --- /dev/null +++ b/kde-base/kooka/files/digest-kooka-3.5.3 @@ -0,0 +1,3 @@ +MD5 56bd5537521dc94633f8effaace523cb kdegraphics-3.5.3.tar.bz2 7300366 +RMD160 9c3ee5d1f7e767eb2be854fd0e3a9b0ac90d81bf kdegraphics-3.5.3.tar.bz2 7300366 +SHA256 1ee3895002a2cb7e6da2d27cd330141acf40dbdb9f3683c7685fd4ff71319861 kdegraphics-3.5.3.tar.bz2 7300366 diff --git a/kde-base/kooka/kooka-3.5.3.ebuild b/kde-base/kooka/kooka-3.5.3.ebuild new file mode 100644 index 000000000000..6417cda5e93d --- /dev/null +++ b/kde-base/kooka/kooka-3.5.3.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kooka/kooka-3.5.3.ebuild,v 1.1 2006/06/01 19:25:17 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 $PV $MAXKDEVER kde-base/libkscan) + media-libs/tiff" + + +KMCOPYLIB="libkscan libkscan" +KMEXTRACTONLY="libkscan" + +# There's no ebuild for kadmos, and likely will never be since it isn't free. +myconf="$myconf --without-kadmos" |