diff options
author | Dan Armak <danarmak@gentoo.org> | 2005-01-15 02:24:42 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2005-01-15 02:24:42 +0000 |
commit | a991c64f8c843d16a7f43b8cb8a15e7206c2b78f (patch) | |
tree | ad1c8a59a418f4d87e54ca58e306bf33d3596cda /kde-base/kooka | |
parent | (Manifest recommit) (diff) | |
download | gentoo-2-a991c64f8c843d16a7f43b8cb8a15e7206c2b78f.tar.gz gentoo-2-a991c64f8c843d16a7f43b8cb8a15e7206c2b78f.tar.bz2 gentoo-2-a991c64f8c843d16a7f43b8cb8a15e7206c2b78f.zip |
kde 3.4 split ebuilds, all masked
Diffstat (limited to 'kde-base/kooka')
-rw-r--r-- | kde-base/kooka/ChangeLog | 11 | ||||
-rw-r--r-- | kde-base/kooka/Manifest | 4 | ||||
-rw-r--r-- | kde-base/kooka/files/digest-kooka-3.4.0_beta1 | 3 | ||||
-rw-r--r-- | kde-base/kooka/kooka-3.4.0_beta1.ebuild | 17 | ||||
-rw-r--r-- | kde-base/kooka/metadata.xml | 5 |
5 files changed, 40 insertions, 0 deletions
diff --git a/kde-base/kooka/ChangeLog b/kde-base/kooka/ChangeLog new file mode 100644 index 000000000000..31f324c3747e --- /dev/null +++ b/kde-base/kooka/ChangeLog @@ -0,0 +1,11 @@ +# 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.1 2005/01/15 02:24:36 danarmak Exp $ + +*kooka-3.4.0_beta1 (15 Jan 2005) + + 15 Jan 2005; Dan Armak <danarmak@gentoo.org> +metadata.xml, + +kooka-3.4.0_beta1.ebuild: + Adding the split ebuilds to portage. For KDE 3.4, we've created separate + ebuilds for all the KDE apps. + diff --git a/kde-base/kooka/Manifest b/kde-base/kooka/Manifest new file mode 100644 index 000000000000..ad84913ade86 --- /dev/null +++ b/kde-base/kooka/Manifest @@ -0,0 +1,4 @@ +MD5 4728e34bac62236cd7f40b7609bc0f90 kooka-3.4.0_beta1.ebuild 459 +MD5 4728e34bac62236cd7f40b7609bc0f90 kooka-3.4.0_alpha1.ebuild 459 +MD5 2ed7b7cff3ca3ea63807d913c938cf52 files/digest-kooka-3.4.0_beta1 225 +MD5 f85ff1154cc1ce2a3fcc01be1098fca8 files/digest-kooka-3.4.0_alpha1 72 diff --git a/kde-base/kooka/files/digest-kooka-3.4.0_beta1 b/kde-base/kooka/files/digest-kooka-3.4.0_beta1 new file mode 100644 index 000000000000..61aba8b28ff3 --- /dev/null +++ b/kde-base/kooka/files/digest-kooka-3.4.0_beta1 @@ -0,0 +1,3 @@ +MD5 701a5fe0bfc6ec26d8a50f72334d2b2a kdegraphics-3.3.90.tar.bz2 6307655 +MD5 0d5a081c948e50234ebe27075941f1c9 kdegraphics-3.3.90-3.3.91.tar.xdelta 562657 +MD5 e819ff09157f1bf83c6a1ac70ab41439 kdegraphics-3.3.91.tar.bz2 6455135 diff --git a/kde-base/kooka/kooka-3.4.0_beta1.ebuild b/kde-base/kooka/kooka-3.4.0_beta1.ebuild new file mode 100644 index 000000000000..9d42696327be --- /dev/null +++ b/kde-base/kooka/kooka-3.4.0_beta1.ebuild @@ -0,0 +1,17 @@ +# 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.0_beta1.ebuild,v 1.1 2005/01/15 02:24:36 danarmak 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="~x86" +IUSE="" +DEPEND="$(deprange-dual $PV $MAXKDEVER kde-base/libkscan)" +OLDDEPEND="~kde-base/libkscan-$PV" + +KMCOPYLIB="libkscan libkscan" +KMEXTRACTONLY="libkscan"
\ No newline at end of file diff --git a/kde-base/kooka/metadata.xml b/kde-base/kooka/metadata.xml new file mode 100644 index 000000000000..1a4592f97a10 --- /dev/null +++ b/kde-base/kooka/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>kde-core</herd> +</pkgmetadata> |