diff options
author | 2011-06-02 21:58:00 +0000 | |
---|---|---|
committer | 2011-06-02 21:58:00 +0000 | |
commit | 298a064cbac18a7a40afb3a47dfa230fd976bcea (patch) | |
tree | 72bbbd9777d2d6d6fcb39ee96ec18b6edf243de5 /kde-base/superkaramba | |
parent | Bump to 0.10.0, new slot, ebuild from the GNOME overlay (diff) | |
download | gentoo-2-298a064cbac18a7a40afb3a47dfa230fd976bcea.tar.gz gentoo-2-298a064cbac18a7a40afb3a47dfa230fd976bcea.tar.bz2 gentoo-2-298a064cbac18a7a40afb3a47dfa230fd976bcea.zip |
Drop KDE 4.4
(Portage version: 2.1.9.49/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/superkaramba')
-rw-r--r-- | kde-base/superkaramba/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/superkaramba/superkaramba-4.4.5.ebuild | 36 |
2 files changed, 5 insertions, 37 deletions
diff --git a/kde-base/superkaramba/ChangeLog b/kde-base/superkaramba/ChangeLog index a4a8a3313f88..04d0604d3ba0 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.163 2011/06/01 19:27:22 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/ChangeLog,v 1.164 2011/06/02 21:57:45 dilfridge Exp $ + + 02 Jun 2011; Andreas K. Huettel <dilfridge@gentoo.org> + -superkaramba-4.4.5.ebuild: + Drop KDE-4.4 01 Jun 2011; Brent Baude <ranger@gentoo.org> superkaramba-4.6.2.ebuild: Marking superkaramba-4.6.2 ppc stable for bug 354033 diff --git a/kde-base/superkaramba/superkaramba-4.4.5.ebuild b/kde-base/superkaramba/superkaramba-4.4.5.ebuild deleted file mode 100644 index a66c5113d595..000000000000 --- a/kde-base/superkaramba/superkaramba-4.4.5.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.5.ebuild,v 1.5 2010/08/09 17:34:40 scarabeus 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="amd64 ppc ~ppc64 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 -} |