Gentoo Archives: gentoo-commits

From: "Jonathan Callen (abcd)" <abcd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/superkaramba: superkaramba-4.7.2-r1.ebuild ChangeLog superkaramba-4.7.2.ebuild
Date: Fri, 28 Oct 2011 20:05:04
Message-Id: 20111028200454.141F920033@flycatcher.gentoo.org
1 abcd 11/10/28 20:04:54
2
3 Modified: ChangeLog
4 Added: superkaramba-4.7.2-r1.ebuild
5 Removed: superkaramba-4.7.2.ebuild
6 Log:
7 Revbump, use EAPI=4
8
9 (Portage version: 2.2.0_alpha70/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.179 kde-base/superkaramba/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/superkaramba/ChangeLog?rev=1.179&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/superkaramba/ChangeLog?rev=1.179&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/superkaramba/ChangeLog?r1=1.178&r2=1.179
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/kde-base/superkaramba/ChangeLog,v
21 retrieving revision 1.178
22 retrieving revision 1.179
23 diff -u -r1.178 -r1.179
24 --- ChangeLog 28 Oct 2011 19:03:27 -0000 1.178
25 +++ ChangeLog 28 Oct 2011 20:04:53 -0000 1.179
26 @@ -1,6 +1,12 @@
27 # ChangeLog for kde-base/superkaramba
28 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/ChangeLog,v 1.178 2011/10/28 19:03:27 dilfridge Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/ChangeLog,v 1.179 2011/10/28 20:04:53 abcd Exp $
31 +
32 +*superkaramba-4.7.2-r1 (28 Oct 2011)
33 +
34 + 28 Oct 2011; Jonathan Callen <abcd@g.o> +superkaramba-4.7.2-r1.ebuild,
35 + -superkaramba-4.7.2.ebuild:
36 + Revbump, use EAPI=4
37
38 28 Oct 2011; Andreas K. Huettel <dilfridge@g.o>
39 -superkaramba-4.7.1.ebuild:
40
41
42
43 1.1 kde-base/superkaramba/superkaramba-4.7.2-r1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/superkaramba/superkaramba-4.7.2-r1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/superkaramba/superkaramba-4.7.2-r1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: superkaramba-4.7.2-r1.ebuild
49 ===================================================================
50 # Copyright 1999-2011 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/superkaramba-4.7.2-r1.ebuild,v 1.1 2011/10/28 20:04:53 abcd Exp $
53
54 EAPI=4
55
56 PYTHON_DEPEND="python? 2"
57 KDE_SCM="git"
58 if [[ ${PV} == *9999 ]]; then
59 kde_eclass="kde4-base"
60 else
61 KMNAME="kdeutils"
62 kde_eclass="kde4-meta"
63 fi
64 inherit python ${kde_eclass}
65
66 DESCRIPTION="A tool to create interactive applets for the KDE desktop."
67 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
68 IUSE="debug python"
69
70 DEPEND="
71 media-libs/qimageblitz
72 python? ( $(add_kdebase_dep pykde4) )
73 "
74 RDEPEND="${DEPEND}
75 python? ( $(add_kdebase_dep krosspython) )
76 "
77
78 PATCHES=( "${FILESDIR}/${PN}-as-needed.patch" )
79
80 pkg_setup() {
81 python_set_active_version 2
82 python_pkg_setup
83 ${kde_eclass}_pkg_setup
84 }
85
86 src_configure() {
87 mycmakeargs=(
88 $(cmake-utils_use_with python PythonLibs)
89 )
90
91 ${kde_eclass}_src_configure
92 }