Gentoo Archives: gentoo-commits

From: "Alexey Shvetsov (alexxy)" <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/superkaramba: ChangeLog superkaramba-4.3.2.ebuild
Date: Tue, 06 Oct 2009 20:42:34
Message-Id: E1MvGrg-00032w-AC@stork.gentoo.org
1 alexxy 09/10/06 20:42:32
2
3 Modified: ChangeLog
4 Added: superkaramba-4.3.2.ebuild
5 Log:
6 Version bump KDE 4.3.2
7 (Portage version: 2.2_rc44/cvs/Linux x86_64, RepoMan options: --force)
8
9 Revision Changes Path
10 1.114 kde-base/superkaramba/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/superkaramba/ChangeLog?rev=1.114&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/superkaramba/ChangeLog?rev=1.114&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/superkaramba/ChangeLog?r1=1.113&r2=1.114
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/superkaramba/ChangeLog,v
19 retrieving revision 1.113
20 retrieving revision 1.114
21 diff -u -r1.113 -r1.114
22 --- ChangeLog 1 Sep 2009 16:30:05 -0000 1.113
23 +++ ChangeLog 6 Oct 2009 20:42:31 -0000 1.114
24 @@ -1,6 +1,12 @@
25 # ChangeLog for kde-base/superkaramba
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/ChangeLog,v 1.113 2009/09/01 16:30:05 tampakrap Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/ChangeLog,v 1.114 2009/10/06 20:42:31 alexxy Exp $
29 +
30 +*superkaramba-4.3.2 (06 Oct 2009)
31 +
32 + 06 Oct 2009; Alexey Shvetsov <alexxy@g.o>
33 + +superkaramba-4.3.2.ebuild:
34 + Version bump
35
36 *superkaramba-4.3.1 (01 Sep 2009)
37
38
39
40
41 1.1 kde-base/superkaramba/superkaramba-4.3.2.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/superkaramba/superkaramba-4.3.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/superkaramba/superkaramba-4.3.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: superkaramba-4.3.2.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/superkaramba-4.3.2.ebuild,v 1.1 2009/10/06 20:42:31 alexxy Exp $
51
52 EAPI="2"
53
54 KMNAME="kdeutils"
55 inherit kde4-meta
56
57 DESCRIPTION="A tool to create interactive applets for the KDE desktop."
58 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
59 IUSE="debug +handbook python"
60
61 DEPEND="
62 kde-base/qimageblitz
63 python? ( >=kde-base/pykde4-${PV}:${SLOT}[kdeprefix=] )
64 "
65 RDEPEND="${DEPEND}
66 python? ( >=kde-base/krosspython-${PV}:${SLOT}[kdeprefix=] )
67 "
68
69 PATCHES=( "${FILESDIR}/${PN}-as-needed.patch" )
70
71 src_configure() {
72 mycmakeargs="${mycmakeargs}
73 $(cmake-utils_use_with python PythonLibs)"
74
75 kde4-meta_src_configure
76 }