summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2011-12-07 23:07:59 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2011-12-07 23:07:59 +0000
commitdb45c292ecf68c4e3ae852fe72978be89cc4896d (patch)
treec38f10259fa64113923374a0af6a1f0587661d21 /kde-base/superkaramba
parentVersion bump. (diff)
downloadgentoo-2-db45c292ecf68c4e3ae852fe72978be89cc4896d.tar.gz
gentoo-2-db45c292ecf68c4e3ae852fe72978be89cc4896d.tar.bz2
gentoo-2-db45c292ecf68c4e3ae852fe72978be89cc4896d.zip
Drop KDE 4.7.2
(Portage version: 2.1.10.39/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/superkaramba')
-rw-r--r--kde-base/superkaramba/ChangeLog6
-rw-r--r--kde-base/superkaramba/superkaramba-4.7.2-r1.ebuild43
2 files changed, 5 insertions, 44 deletions
diff --git a/kde-base/superkaramba/ChangeLog b/kde-base/superkaramba/ChangeLog
index 68f80adff0b3..9175efe88bb0 100644
--- a/kde-base/superkaramba/ChangeLog
+++ b/kde-base/superkaramba/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/superkaramba
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/ChangeLog,v 1.182 2011/12/07 22:13:43 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/ChangeLog,v 1.183 2011/12/07 23:07:38 dilfridge Exp $
+
+ 07 Dec 2011; Andreas K. Huettel <dilfridge@gentoo.org>
+ -superkaramba-4.7.2-r1.ebuild:
+ Drop KDE 4.7.2
07 Dec 2011; Markos Chandras <hwoarang@gentoo.org> superkaramba-4.7.3.ebuild:
Stable on amd64 wrt bug #388279
diff --git a/kde-base/superkaramba/superkaramba-4.7.2-r1.ebuild b/kde-base/superkaramba/superkaramba-4.7.2-r1.ebuild
deleted file mode 100644
index 2a6b1fd9c237..000000000000
--- a/kde-base/superkaramba/superkaramba-4.7.2-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/superkaramba-4.7.2-r1.ebuild,v 1.1 2011/10/28 20:04:53 abcd Exp $
-
-EAPI=4
-
-PYTHON_DEPEND="python? 2"
-KDE_SCM="git"
-if [[ ${PV} == *9999 ]]; then
- kde_eclass="kde4-base"
-else
- KMNAME="kdeutils"
- kde_eclass="kde4-meta"
-fi
-inherit python ${kde_eclass}
-
-DESCRIPTION="A tool to create interactive applets for the KDE desktop."
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="debug python"
-
-DEPEND="
- media-libs/qimageblitz
- python? ( $(add_kdebase_dep pykde4) )
-"
-RDEPEND="${DEPEND}
- python? ( $(add_kdebase_dep krosspython) )
-"
-
-PATCHES=( "${FILESDIR}/${PN}-as-needed.patch" )
-
-pkg_setup() {
- python_set_active_version 2
- python_pkg_setup
- ${kde_eclass}_pkg_setup
-}
-
-src_configure() {
- mycmakeargs=(
- $(cmake-utils_use_with python PythonLibs)
- )
-
- ${kde_eclass}_src_configure
-}