diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-03-08 20:58:59 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-03-08 20:58:59 +0000 |
commit | 5a1999eb4092829abdb43b40a3b81e3136fbd693 (patch) | |
tree | 6a245c12c2731de05c8bfc8d50621206dfa5cf3d /kde-base | |
parent | And fix the 2.22 version as well (diff) | |
download | gentoo-2-5a1999eb4092829abdb43b40a3b81e3136fbd693.tar.gz gentoo-2-5a1999eb4092829abdb43b40a3b81e3136fbd693.tar.bz2 gentoo-2-5a1999eb4092829abdb43b40a3b81e3136fbd693.zip |
Drop KDE 4.2.0
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/superkaramba/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/superkaramba/superkaramba-4.2.0.ebuild | 26 |
2 files changed, 5 insertions, 27 deletions
diff --git a/kde-base/superkaramba/ChangeLog b/kde-base/superkaramba/ChangeLog index 02671c44b83b..501427d5b2dc 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.94 2009/03/08 14:22:09 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/ChangeLog,v 1.95 2009/03/08 20:58:59 alexxy Exp $ + + 08 Mar 2009; Alexey Shvetsov <alexxy@gentoo.org> + -superkaramba-4.2.0.ebuild: + Drop KDE 4.2.0 08 Mar 2009; Tomas Chvatal <scarabeus@gentoo.org> superkaramba-4.2.1.ebuild: diff --git a/kde-base/superkaramba/superkaramba-4.2.0.ebuild b/kde-base/superkaramba/superkaramba-4.2.0.ebuild deleted file mode 100644 index 1476fcc002d0..000000000000 --- a/kde-base/superkaramba/superkaramba-4.2.0.ebuild +++ /dev/null @@ -1,26 +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.2.0.ebuild,v 1.4 2009/02/01 08:38:14 jmbsvicetto Exp $ - -EAPI="2" - -KMNAME="kdeutils" -inherit kde4-meta - -DESCRIPTION="A tool to create interactive applets for the KDE desktop." -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="debug htmlhandbook python" - -DEPEND=" - kde-base/qimageblitz - python? ( dev-lang/python ) -" -RDEPEND="${DEPEND}" - -PATCHES=( "${FILESDIR}/${PN}-as-needed.patch" ) - -src_configure() { - mycmakeargs="${mycmakeargs} - $(cmake-utils_use_with python PythonLibs)" - kde4-meta_src_configure -} |