summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-08-09 11:31:33 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2010-08-09 11:31:33 +0000
commit65f23fa591b40aa410097713165d986c18541bfa (patch)
tree511c72b50399d2ce73e166154c218274d721b259 /kde-base/superkaramba
parentold (diff)
downloadgentoo-2-65f23fa591b40aa410097713165d986c18541bfa.tar.gz
gentoo-2-65f23fa591b40aa410097713165d986c18541bfa.tar.bz2
gentoo-2-65f23fa591b40aa410097713165d986c18541bfa.zip
rm 4.3.5 and 4.4.4
(Portage version: 2.2_rc67/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/superkaramba')
-rw-r--r--kde-base/superkaramba/ChangeLog6
-rw-r--r--kde-base/superkaramba/superkaramba-4.3.5.ebuild30
-rw-r--r--kde-base/superkaramba/superkaramba-4.4.4.ebuild36
3 files changed, 5 insertions, 67 deletions
diff --git a/kde-base/superkaramba/ChangeLog b/kde-base/superkaramba/ChangeLog
index 884ac60375fa..3f9ce0d11878 100644
--- a/kde-base/superkaramba/ChangeLog
+++ b/kde-base/superkaramba/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/superkaramba
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/ChangeLog,v 1.149 2010/08/09 10:19:53 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/ChangeLog,v 1.150 2010/08/09 11:30:45 scarabeus Exp $
+
+ 09 Aug 2010; Tomáš Chvátal <scarabeus@gentoo.org>
+ -superkaramba-4.3.5.ebuild, -superkaramba-4.4.4.ebuild:
+ rm
09 Aug 2010; Christian Faulhammer <fauli@gentoo.org>
superkaramba-4.4.5.ebuild:
diff --git a/kde-base/superkaramba/superkaramba-4.3.5.ebuild b/kde-base/superkaramba/superkaramba-4.3.5.ebuild
deleted file mode 100644
index 510c3a67a82d..000000000000
--- a/kde-base/superkaramba/superkaramba-4.3.5.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/superkaramba-4.3.5.ebuild,v 1.5 2010/06/21 15:53:07 scarabeus Exp $
-
-EAPI="2"
-
-KMNAME="kdeutils"
-inherit kde4-meta
-
-DESCRIPTION="A tool to create interactive applets for the KDE desktop."
-KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
-IUSE="debug +handbook python"
-
-DEPEND="
- media-libs/qimageblitz
- python? ( $(add_kdebase_dep pykde4) )
-"
-RDEPEND="${DEPEND}
- python? ( $(add_kdebase_dep krosspython) )
-"
-
-PATCHES=( "${FILESDIR}/${PN}-as-needed.patch" )
-
-src_configure() {
- mycmakeargs=(
- $(cmake-utils_use_with python PythonLibs)
- )
-
- kde4-meta_src_configure
-}
diff --git a/kde-base/superkaramba/superkaramba-4.4.4.ebuild b/kde-base/superkaramba/superkaramba-4.4.4.ebuild
deleted file mode 100644
index 2f49f0bbe536..000000000000
--- a/kde-base/superkaramba/superkaramba-4.4.4.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/superkaramba-4.4.4.ebuild,v 1.4 2010/06/28 04:02:22 fauli Exp $
-
-EAPI="3"
-
-KMNAME="kdeutils"
-PYTHON_DEPEND="python? 2"
-inherit python kde4-meta
-
-DESCRIPTION="A tool to create interactive applets for the KDE desktop."
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
-IUSE="debug +handbook 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() {
- kde4-meta_pkg_setup
- python_set_active_version 2
-}
-
-src_configure() {
- mycmakeargs=(
- $(cmake-utils_use_with python PythonLibs)
- )
-
- kde4-meta_src_configure
-}