diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-09 00:23:10 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-09 00:23:10 +0000 |
commit | 345c33d992f989bf6eedaf9154923a7820d3c8bd (patch) | |
tree | 3f0c08363da0e11060f072804a41bd46fa590081 /kde-base/superkaramba | |
parent | [kde-base/kdegraphics-strigi-analyzer] Version bump to KDE SC 4.4.0 (diff) | |
download | gentoo-2-345c33d992f989bf6eedaf9154923a7820d3c8bd.tar.gz gentoo-2-345c33d992f989bf6eedaf9154923a7820d3c8bd.tar.bz2 gentoo-2-345c33d992f989bf6eedaf9154923a7820d3c8bd.zip |
[kde-base/superkaramba] Version bump to KDE SC 4.4.0
(Portage version: 2.2_rc62/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/superkaramba')
-rw-r--r-- | kde-base/superkaramba/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/superkaramba/superkaramba-4.4.0.ebuild | 30 |
2 files changed, 37 insertions, 1 deletions
diff --git a/kde-base/superkaramba/ChangeLog b/kde-base/superkaramba/ChangeLog index 932c4ba37b00..7a0c09eea35a 100644 --- a/kde-base/superkaramba/ChangeLog +++ b/kde-base/superkaramba/ChangeLog @@ -1,6 +1,12 @@ # 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.132 2010/01/25 17:41:19 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/ChangeLog,v 1.133 2010/02/09 00:23:10 alexxy Exp $ + +*superkaramba-4.4.0 (09 Feb 2010) + + 09 Feb 2010; Alexey Shvetsov <alexxy@gentoo.org> + +superkaramba-4.4.0.ebuild: + Version bump to KDE SC 4.4.0 *superkaramba-4.3.5 (25 Jan 2010) diff --git a/kde-base/superkaramba/superkaramba-4.4.0.ebuild b/kde-base/superkaramba/superkaramba-4.4.0.ebuild new file mode 100644 index 000000000000..b5aecb95d61b --- /dev/null +++ b/kde-base/superkaramba/superkaramba-4.4.0.ebuild @@ -0,0 +1,30 @@ +# 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 +} |