diff options
author | Tobias Heinlein <keytoaster@gentoo.org> | 2008-06-05 22:47:09 +0000 |
---|---|---|
committer | Tobias Heinlein <keytoaster@gentoo.org> | 2008-06-05 22:47:09 +0000 |
commit | c3e17e13b536d509cc709ec93d86d713c5541885 (patch) | |
tree | 320cb1c7fe2096ade4cffbd3658ad66bc14d8f4b /kde-base | |
parent | Adding libopensync >=0.36 compatible version to tree per IRC convo with zlin.... (diff) | |
download | historical-c3e17e13b536d509cc709ec93d86d713c5541885.tar.gz historical-c3e17e13b536d509cc709ec93d86d713c5541885.tar.bz2 historical-c3e17e13b536d509cc709ec93d86d713c5541885.zip |
Added the KDE 4.0.5 version of superkaramba.
Package-Manager: portage-2.2_pre7/cvs/Linux 2.6.25-gentoo-r4 AMD Athlon(tm) 64 X2 Dual Core Processor 4200+
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/superkaramba/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/superkaramba/superkaramba-4.0.5.ebuild | 28 |
2 files changed, 35 insertions, 1 deletions
diff --git a/kde-base/superkaramba/ChangeLog b/kde-base/superkaramba/ChangeLog index 2d87436815ce..fe71e3d77c7d 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.77 2008/05/18 15:46:35 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/ChangeLog,v 1.78 2008/06/05 22:47:09 keytoaster Exp $ + +*superkaramba-4.0.5 (05 Jun 2008) + + 05 Jun 2008; Tobias Heinlein <keytoaster@gentoo.org> + +superkaramba-4.0.5.ebuild: + Added the KDE 4.0.5 version of superkaramba. 18 May 2008; Markus Meier <maekke@gentoo.org> superkaramba-3.5.9.ebuild: amd64/x86 stable, bug #221063 diff --git a/kde-base/superkaramba/superkaramba-4.0.5.ebuild b/kde-base/superkaramba/superkaramba-4.0.5.ebuild new file mode 100644 index 000000000000..9d5c6b168b04 --- /dev/null +++ b/kde-base/superkaramba/superkaramba-4.0.5.ebuild @@ -0,0 +1,28 @@ +# 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.5.ebuild,v 1.1 2008/06/05 22:47:09 keytoaster 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}" + +PATCHES="${FILESDIR}/${PN}-as-needed.patch" + +src_compile() { + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with python PythonLibs)" + + kde4-meta_src_compile +} |