summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2009-11-09 00:21:19 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2009-11-09 00:21:19 +0000
commit28c82d5d027e9ad04b8e8071717a5b14b68172d3 (patch)
tree75bef5b9a34142da11d4bf1dace91622ad000c8f
parentDrop KDE 4.3.2 (diff)
downloadgentoo-2-28c82d5d027e9ad04b8e8071717a5b14b68172d3.tar.gz
gentoo-2-28c82d5d027e9ad04b8e8071717a5b14b68172d3.tar.bz2
gentoo-2-28c82d5d027e9ad04b8e8071717a5b14b68172d3.zip
Drop KDE 4.3.2
(Portage version: 2.2_rc49/cvs/Linux x86_64)
-rw-r--r--kde-base/superkaramba/ChangeLog6
-rw-r--r--kde-base/superkaramba/superkaramba-4.3.2.ebuild29
2 files changed, 5 insertions, 30 deletions
diff --git a/kde-base/superkaramba/ChangeLog b/kde-base/superkaramba/ChangeLog
index 035245faa592..a6e99878034d 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.120 2009/11/08 22:06:23 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/ChangeLog,v 1.121 2009/11/09 00:21:19 alexxy Exp $
+
+ 08 Nov 2009; Alexey Shvetsov <alexxy@gentoo.org>
+ -superkaramba-4.3.2.ebuild:
+ Drop KDE 4.3.2
08 Nov 2009; Alexey Shvetsov <alexxy@gentoo.org>
-superkaramba-4.2.4.ebuild:
diff --git a/kde-base/superkaramba/superkaramba-4.3.2.ebuild b/kde-base/superkaramba/superkaramba-4.3.2.ebuild
deleted file mode 100644
index 6d23c07fe297..000000000000
--- a/kde-base/superkaramba/superkaramba-4.3.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/superkaramba-4.3.2.ebuild,v 1.1 2009/10/06 20:42:31 alexxy Exp $
-
-EAPI="2"
-
-KMNAME="kdeutils"
-inherit kde4-meta
-
-DESCRIPTION="A tool to create interactive applets for the KDE desktop."
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
-IUSE="debug +handbook python"
-
-DEPEND="
- kde-base/qimageblitz
- python? ( >=kde-base/pykde4-${PV}:${SLOT}[kdeprefix=] )
-"
-RDEPEND="${DEPEND}
- python? ( >=kde-base/krosspython-${PV}:${SLOT}[kdeprefix=] )
-"
-
-PATCHES=( "${FILESDIR}/${PN}-as-needed.patch" )
-
-src_configure() {
- mycmakeargs="${mycmakeargs}
- $(cmake-utils_use_with python PythonLibs)"
-
- kde4-meta_src_configure
-}