diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-12-11 00:02:42 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-12-11 00:02:42 +0000 |
commit | 0f2a964d8ecc8bf2d438eca239fa6346ca017831 (patch) | |
tree | 715050cbf80341fe8e684ca972bbb1e994dac5f6 /kde-base | |
parent | Drop KDE SC-4.3.1. (diff) | |
download | gentoo-2-0f2a964d8ecc8bf2d438eca239fa6346ca017831.tar.gz gentoo-2-0f2a964d8ecc8bf2d438eca239fa6346ca017831.tar.bz2 gentoo-2-0f2a964d8ecc8bf2d438eca239fa6346ca017831.zip |
Drop KDE SC-4.3.1.
(Portage version: 2.2_rc58/cvs/Linux i686, RepoMan options: --force)
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/superkaramba/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/superkaramba/superkaramba-4.3.1.ebuild | 29 |
2 files changed, 5 insertions, 30 deletions
diff --git a/kde-base/superkaramba/ChangeLog b/kde-base/superkaramba/ChangeLog index 5f5753adf925..2da9b9a84ab9 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.127 2009/12/10 17:53:32 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/ChangeLog,v 1.128 2009/12/11 00:02:42 scarabeus Exp $ + + 11 Dec 2009; Tomáš Chvátal <scarabeus@gentoo.org> + -superkaramba-4.3.1.ebuild: + Drop KDE SC-4.3.1. 10 Dec 2009; Christian Faulhammer <fauli@gentoo.org> superkaramba-4.3.3.ebuild: diff --git a/kde-base/superkaramba/superkaramba-4.3.1.ebuild b/kde-base/superkaramba/superkaramba-4.3.1.ebuild deleted file mode 100644 index 225089247c23..000000000000 --- a/kde-base/superkaramba/superkaramba-4.3.1.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.1.ebuild,v 1.3 2009/10/18 16:41:45 maekke 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 -} |