summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>2008-10-02 11:22:09 +0000
committerJorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>2008-10-02 11:22:09 +0000
commit094f851f667ba4b3250974111b069429f41f1aec (patch)
treea1b0a0300b416de6b7e72aa1b2ed01680d7529ac /kde-base/superkaramba
parentAdd kde-4.1.2 into the tree from the kde-testing overlay. (diff)
downloadgentoo-2-094f851f667ba4b3250974111b069429f41f1aec.tar.gz
gentoo-2-094f851f667ba4b3250974111b069429f41f1aec.tar.bz2
gentoo-2-094f851f667ba4b3250974111b069429f41f1aec.zip
Add kde-4.1.2 into the tree from the kde-testing overlay.
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64)
Diffstat (limited to 'kde-base/superkaramba')
-rw-r--r--kde-base/superkaramba/ChangeLog8
-rw-r--r--kde-base/superkaramba/superkaramba-4.1.2.ebuild28
2 files changed, 35 insertions, 1 deletions
diff --git a/kde-base/superkaramba/ChangeLog b/kde-base/superkaramba/ChangeLog
index eefd35fd813c..ce1e7cf0e068 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.80 2008/09/14 00:00:41 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/ChangeLog,v 1.81 2008/10/02 11:22:09 jmbsvicetto Exp $
+
+*superkaramba-4.1.2 (02 Oct 2008)
+
+ 02 Oct 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
+ +superkaramba-4.1.2.ebuild:
+ Add kde-4.1.2 into the tree from the kde-testing overlay.
*superkaramba-3.5.10 (13 Sep 2008)
diff --git a/kde-base/superkaramba/superkaramba-4.1.2.ebuild b/kde-base/superkaramba/superkaramba-4.1.2.ebuild
new file mode 100644
index 000000000000..83fc0b8dbf30
--- /dev/null
+++ b/kde-base/superkaramba/superkaramba-4.1.2.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.1.2.ebuild,v 1.1 2008/10/02 11:22:09 jmbsvicetto Exp $
+
+EAPI="2"
+
+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/libplasma-$PV:$SLOT
+ python? ( dev-lang/python )"
+DEPEND="${COMMONDEPEND}"
+RDEPEND="${COMMONDEPEND}"
+
+PATCHES=("${FILESDIR}/${PN}-as-needed.patch")
+
+src_configure() {
+ mycmakeargs="${mycmakeargs}
+ $(cmake-utils_use_with python PythonLibs)"
+
+ kde4-meta_src_configure
+}