summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2009-01-14 16:09:04 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2009-01-14 16:09:04 +0000
commit9034c6c929b63747504f0884bef3c6cad69683f7 (patch)
treee57c8af6b70aec1da5688926d4d78679b2264248
parentDrop KDE 4.1.2 and 4.1.3 (diff)
downloadgentoo-2-9034c6c929b63747504f0884bef3c6cad69683f7.tar.gz
gentoo-2-9034c6c929b63747504f0884bef3c6cad69683f7.tar.bz2
gentoo-2-9034c6c929b63747504f0884bef3c6cad69683f7.zip
Drop KDE 4.1.2 and 4.1.3
(Portage version: 2.2_rc21/cvs/Linux 2.6.28-gentoo x86_64)
-rw-r--r--kde-base/superkaramba/ChangeLog6
-rw-r--r--kde-base/superkaramba/superkaramba-4.1.2.ebuild28
-rw-r--r--kde-base/superkaramba/superkaramba-4.1.3.ebuild28
3 files changed, 5 insertions, 57 deletions
diff --git a/kde-base/superkaramba/ChangeLog b/kde-base/superkaramba/ChangeLog
index 00b37965bc11..e59dfe4decf6 100644
--- a/kde-base/superkaramba/ChangeLog
+++ b/kde-base/superkaramba/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/superkaramba
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/ChangeLog,v 1.85 2009/01/13 23:34:13 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/ChangeLog,v 1.86 2009/01/14 16:09:04 alexxy Exp $
+
+ 14 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org>
+ -superkaramba-4.1.2.ebuild, -superkaramba-4.1.3.ebuild:
+ Drop KDE 4.1.2 and 4.1.3
*superkaramba-4.1.4 (13 Jan 2009)
diff --git a/kde-base/superkaramba/superkaramba-4.1.2.ebuild b/kde-base/superkaramba/superkaramba-4.1.2.ebuild
deleted file mode 100644
index 83fc0b8dbf30..000000000000
--- a/kde-base/superkaramba/superkaramba-4.1.2.ebuild
+++ /dev/null
@@ -1,28 +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/superkaramba/superkaramba-4.1.2.ebuild,v 1.1 2008/10/02 11:22:09 jmbsvicetto Exp $
-
-EAPI="2"
-
-KMNAME=kdeutils
-inherit kde4-meta
-
-DESCRIPTION="A tool to create interactive applets for the KDE desktop."
-KEYWORDS="~amd64 ~x86"
-IUSE="debug htmlhandbook python"
-
-COMMONDEPEND="
- kde-base/qimageblitz
- >=kde-base/libplasma-$PV:$SLOT
- python? ( dev-lang/python )"
-DEPEND="${COMMONDEPEND}"
-RDEPEND="${COMMONDEPEND}"
-
-PATCHES=("${FILESDIR}/${PN}-as-needed.patch")
-
-src_configure() {
- mycmakeargs="${mycmakeargs}
- $(cmake-utils_use_with python PythonLibs)"
-
- kde4-meta_src_configure
-}
diff --git a/kde-base/superkaramba/superkaramba-4.1.3.ebuild b/kde-base/superkaramba/superkaramba-4.1.3.ebuild
deleted file mode 100644
index 2251b238ef00..000000000000
--- a/kde-base/superkaramba/superkaramba-4.1.3.ebuild
+++ /dev/null
@@ -1,28 +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/superkaramba/superkaramba-4.1.3.ebuild,v 1.2 2008/11/16 08:28:15 vapier Exp $
-
-EAPI="2"
-
-KMNAME=kdeutils
-inherit kde4-meta
-
-DESCRIPTION="A tool to create interactive applets for the KDE desktop."
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="debug htmlhandbook python"
-
-COMMONDEPEND="
- kde-base/qimageblitz
- >=kde-base/libplasma-$PV:$SLOT
- python? ( dev-lang/python )"
-DEPEND="${COMMONDEPEND}"
-RDEPEND="${COMMONDEPEND}"
-
-PATCHES=("${FILESDIR}/${PN}-as-needed.patch")
-
-src_configure() {
- mycmakeargs="${mycmakeargs}
- $(cmake-utils_use_with python PythonLibs)"
-
- kde4-meta_src_configure
-}