Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-base/cantor/
Date: Mon, 28 Jul 2014 08:05:45
Message-Id: 1406534715.91e14b5a944aa6304c6c0418d916c15038edde5a.kensington@gentoo
1 commit: 91e14b5a944aa6304c6c0418d916c15038edde5a
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 28 08:05:15 2014 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 28 08:05:15 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=91e14b5a
7
8 [kde-base/cantor] Only use python eclass when python support is enabled wrt bug #518368.
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 kde-base/cantor/cantor-4.13.95.ebuild | 5 +++++
14 kde-base/cantor/cantor-4.14.49.9999.ebuild | 5 +++++
15 kde-base/cantor/cantor-4.9999.ebuild | 5 +++++
16 3 files changed, 15 insertions(+)
17
18 diff --git a/kde-base/cantor/cantor-4.13.95.ebuild b/kde-base/cantor/cantor-4.13.95.ebuild
19 index 601f079..6fff540 100644
20 --- a/kde-base/cantor/cantor-4.13.95.ebuild
21 +++ b/kde-base/cantor/cantor-4.13.95.ebuild
22 @@ -33,6 +33,11 @@ DEPEND="${RDEPEND}
23
24 RESTRICT="test"
25
26 +pkg_setup() {
27 + use python && python-single-r1_pkg_setup
28 + kde4-base_pkg_setup
29 +}
30 +
31 src_configure() {
32 local mycmakeargs=(
33 $(cmake-utils_use_with analitza)
34
35 diff --git a/kde-base/cantor/cantor-4.14.49.9999.ebuild b/kde-base/cantor/cantor-4.14.49.9999.ebuild
36 index 35c4810..33897eb 100644
37 --- a/kde-base/cantor/cantor-4.14.49.9999.ebuild
38 +++ b/kde-base/cantor/cantor-4.14.49.9999.ebuild
39 @@ -33,6 +33,11 @@ DEPEND="${RDEPEND}
40
41 RESTRICT="test"
42
43 +pkg_setup() {
44 + use python && python-single-r1_pkg_setup
45 + kde4-base_pkg_setup
46 +}
47 +
48 src_configure() {
49 local mycmakeargs=(
50 $(cmake-utils_use_with analitza)
51
52 diff --git a/kde-base/cantor/cantor-4.9999.ebuild b/kde-base/cantor/cantor-4.9999.ebuild
53 index 35c4810..33897eb 100644
54 --- a/kde-base/cantor/cantor-4.9999.ebuild
55 +++ b/kde-base/cantor/cantor-4.9999.ebuild
56 @@ -33,6 +33,11 @@ DEPEND="${RDEPEND}
57
58 RESTRICT="test"
59
60 +pkg_setup() {
61 + use python && python-single-r1_pkg_setup
62 + kde4-base_pkg_setup
63 +}
64 +
65 src_configure() {
66 local mycmakeargs=(
67 $(cmake-utils_use_with analitza)