diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2008-03-11 00:07:10 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2008-03-11 00:07:10 +0000 |
commit | 7d230fcd1e93cc9b3925ccc230cc470effb56dea (patch) | |
tree | 357908cfce1aa7466aefe4803c167bfd1cd69d63 /kde-base/superkaramba | |
parent | Added sys-apps/findutils to RDEPEND since find/xargs are used by the bootmisc... (diff) | |
download | historical-7d230fcd1e93cc9b3925ccc230cc470effb56dea.tar.gz historical-7d230fcd1e93cc9b3925ccc230cc470effb56dea.tar.bz2 historical-7d230fcd1e93cc9b3925ccc230cc470effb56dea.zip |
Version bump to KDE 4.0.2.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'kde-base/superkaramba')
-rw-r--r-- | kde-base/superkaramba/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/superkaramba/superkaramba-4.0.2.ebuild | 26 |
2 files changed, 33 insertions, 1 deletions
diff --git a/kde-base/superkaramba/ChangeLog b/kde-base/superkaramba/ChangeLog index 3ce88e83c12f..5cc7b31926b1 100644 --- a/kde-base/superkaramba/ChangeLog +++ b/kde-base/superkaramba/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/superkaramba # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/ChangeLog,v 1.68 2008/03/04 02:02:46 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/ChangeLog,v 1.69 2008/03/11 00:05:03 philantrop Exp $ + +*superkaramba-4.0.2 (10 Mar 2008) + + 10 Mar 2008; Wulf C. Krueger <philantrop@gentoo.org> + +superkaramba-4.0.2.ebuild: + Version bump to KDE 4.0.2 04 Mar 2008; Jeroen Roovers <jer@gentoo.org> superkaramba-3.5.8.ebuild, superkaramba-3.5.9.ebuild, superkaramba-4.0.1.ebuild: diff --git a/kde-base/superkaramba/superkaramba-4.0.2.ebuild b/kde-base/superkaramba/superkaramba-4.0.2.ebuild new file mode 100644 index 000000000000..71daf45f91cb --- /dev/null +++ b/kde-base/superkaramba/superkaramba-4.0.2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/superkaramba-4.0.2.ebuild,v 1.1 2008/03/11 00:05:03 philantrop Exp $ + +EAPI="1" + +KMNAME=kdeutils +inherit kde4-meta + +DESCRIPTION="A tool to create interactive applets for the KDE desktop." +KEYWORDS="~amd64 ~x86" +IUSE="debug htmlhandbook python" + +COMMONDEPEND=" + kde-base/qimageblitz + >=kde-base/plasma-$PV:$SLOT + python? ( dev-lang/python )" +DEPEND="${COMMONDEPEND}" +RDEPEND="${COMMONDEPEND}" + +src_compile() { + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with python PythonLibs)" + + kde4-meta_src_compile +} |