summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <abcd@gentoo.org>2009-10-12 22:00:04 +0000
committerJonathan Callen <abcd@gentoo.org>2009-10-12 22:00:04 +0000
commit5ee91feea18a12b842df8111698031db2a21a87a (patch)
tree43f2fe856d9ae40d155b8f1ecfa6e43beee5b8c4
parentKDE 3.5.9 removal (diff)
downloadgentoo-2-5ee91feea18a12b842df8111698031db2a21a87a.tar.gz
gentoo-2-5ee91feea18a12b842df8111698031db2a21a87a.tar.bz2
gentoo-2-5ee91feea18a12b842df8111698031db2a21a87a.zip
KDE 3.5.9 removal
(Portage version: -svn/cvs/Linux i686)
-rw-r--r--kde-base/kooka/ChangeLog5
-rw-r--r--kde-base/kooka/kooka-3.5.9.ebuild24
2 files changed, 4 insertions, 25 deletions
diff --git a/kde-base/kooka/ChangeLog b/kde-base/kooka/ChangeLog
index 9363fe703bec..ee2f638cc641 100644
--- a/kde-base/kooka/ChangeLog
+++ b/kde-base/kooka/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/kooka
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kooka/ChangeLog,v 1.93 2009/07/12 12:18:53 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kooka/ChangeLog,v 1.94 2009/10/12 22:00:04 abcd Exp $
+
+ 12 Oct 2009; Jonathan Callen <abcd@gentoo.org> -kooka-3.5.9.ebuild:
+ KDE 3.5.9 removal
12 Jul 2009; Raúl Porcel <armin76@gentoo.org> kooka-3.5.10.ebuild:
alpha/sparc stable wrt #271889
diff --git a/kde-base/kooka/kooka-3.5.9.ebuild b/kde-base/kooka/kooka-3.5.9.ebuild
deleted file mode 100644
index 00fa5fbbb35a..000000000000
--- a/kde-base/kooka/kooka-3.5.9.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kooka/kooka-3.5.9.ebuild,v 1.7 2008/06/11 10:35:19 armin76 Exp $
-
-KMNAME=kdegraphics
-EAPI="1"
-inherit kde-meta eutils
-
-DESCRIPTION="Kooka is a KDE application which provides access to scanner hardware"
-KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86"
-IUSE=""
-
-DEPEND=">=kde-base/libkscan-${PV}:${SLOT}
- 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
-}