diff options
author | Dror Levin <spatz@gentoo.org> | 2010-03-31 23:35:16 +0000 |
---|---|---|
committer | Dror Levin <spatz@gentoo.org> | 2010-03-31 23:35:16 +0000 |
commit | 1e73cbf61505ce50a1297d5c21fe430bae59cd85 (patch) | |
tree | 104063691f79c6132c1d060ed4f79a563fdef3fa /kde-base | |
parent | Remove old KDE versions. (diff) | |
download | gentoo-2-1e73cbf61505ce50a1297d5c21fe430bae59cd85.tar.gz gentoo-2-1e73cbf61505ce50a1297d5c21fe430bae59cd85.tar.bz2 gentoo-2-1e73cbf61505ce50a1297d5c21fe430bae59cd85.zip |
Remove old KDE versions.
(Portage version: 2.2_rc67/cvs/Linux x86_64, 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.4.ebuild | 30 | ||||
-rw-r--r-- | kde-base/superkaramba/superkaramba-4.4.0.ebuild | 30 |
3 files changed, 5 insertions, 61 deletions
diff --git a/kde-base/superkaramba/ChangeLog b/kde-base/superkaramba/ChangeLog index 5891647b77fa..2b2acc4f465e 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.137 2010/03/30 22:06:39 spatz Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/ChangeLog,v 1.138 2010/03/31 23:35:16 spatz Exp $ + + 31 Mar 2010; Dror Levin <spatz@gentoo.org> -superkaramba-4.3.4.ebuild, + -superkaramba-4.4.0.ebuild: + Remove old KDE versions. *superkaramba-4.4.2 (30 Mar 2010) diff --git a/kde-base/superkaramba/superkaramba-4.3.4.ebuild b/kde-base/superkaramba/superkaramba-4.3.4.ebuild deleted file mode 100644 index 70d6851cb976..000000000000 --- a/kde-base/superkaramba/superkaramba-4.3.4.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.4.ebuild,v 1.3 2010/01/22 21:10:49 abcd 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 ~sparc ~x86 ~amd64-linux ~x86-linux" -IUSE="debug +handbook python" - -DEPEND=" - kde-base/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.0.ebuild b/kde-base/superkaramba/superkaramba-4.4.0.ebuild deleted file mode 100644 index b5aecb95d61b..000000000000 --- a/kde-base/superkaramba/superkaramba-4.4.0.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.4.0.ebuild,v 1.1 2010/02/09 00:23:10 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 ~sparc ~x86 ~amd64-linux ~x86-linux" -IUSE="debug +handbook python" - -DEPEND=" - kde-base/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 -} |