Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kdepim-runtime/
Date: Mon, 09 Jul 2012 10:02:53
Message-Id: 1341827998.66e151ad628977d6ef03d188cc48721a708feea9.johu@gentoo
1 commit: 66e151ad628977d6ef03d188cc48721a708feea9
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 9 09:59:58 2012 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 9 09:59:58 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=66e151ad
7
8 [kde-base/kdepim-runtime] Add kolab support wrt bug #421605.
9
10 (Portage version: 2.2.0_alpha116/git/Linux x86_64, unsigned Manifest commit)
11
12 ---
13 .../kdepim-runtime/kdepim-runtime-4.8.95.ebuild | 4 +++-
14 .../kdepim-runtime-4.9.49.9999.ebuild | 4 +++-
15 kde-base/kdepim-runtime/kdepim-runtime-9999.ebuild | 4 +++-
16 3 files changed, 9 insertions(+), 3 deletions(-)
17
18 diff --git a/kde-base/kdepim-runtime/kdepim-runtime-4.8.95.ebuild b/kde-base/kdepim-runtime/kdepim-runtime-4.8.95.ebuild
19 index 57a3575..8039205 100644
20 --- a/kde-base/kdepim-runtime/kdepim-runtime-4.8.95.ebuild
21 +++ b/kde-base/kdepim-runtime/kdepim-runtime-4.8.95.ebuild
22 @@ -10,7 +10,7 @@ inherit kde4-base
23
24 DESCRIPTION="KDE PIM runtime plugin collection"
25 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
26 -IUSE="debug google"
27 +IUSE="debug google kolab"
28
29 RESTRICT="test"
30 # Would need test programs _testrunner and akonaditest from kdepimlibs, see bug 313233
31 @@ -25,6 +25,7 @@ DEPEND="
32 $(add_kdebase_dep kdepimlibs 'semantic-desktop')
33 x11-misc/shared-mime-info
34 google? ( >=net-libs/libkgapi-0.4.0[-oldpim] )
35 + kolab? ( net-libs/libkolab )
36 "
37 RDEPEND="${DEPEND}
38 $(add_kdebase_dep kdepim-icons)
39 @@ -44,6 +45,7 @@ src_prepare() {
40 src_configure() {
41 local mycmakeargs=(
42 $(cmake-utils_use_with google LibKGAPI)
43 + $(cmake-utils_use_with kolab Libkolab)
44 )
45
46 kde4-base_src_configure
47
48 diff --git a/kde-base/kdepim-runtime/kdepim-runtime-4.9.49.9999.ebuild b/kde-base/kdepim-runtime/kdepim-runtime-4.9.49.9999.ebuild
49 index 371069c..fb69ae9 100644
50 --- a/kde-base/kdepim-runtime/kdepim-runtime-4.9.49.9999.ebuild
51 +++ b/kde-base/kdepim-runtime/kdepim-runtime-4.9.49.9999.ebuild
52 @@ -10,7 +10,7 @@ inherit kde4-base
53
54 DESCRIPTION="KDE PIM runtime plugin collection"
55 KEYWORDS=""
56 -IUSE="debug google"
57 +IUSE="debug google kolab"
58
59 RESTRICT="test"
60 # Would need test programs _testrunner and akonaditest from kdepimlibs, see bug 313233
61 @@ -25,6 +25,7 @@ DEPEND="
62 $(add_kdebase_dep kdepimlibs 'semantic-desktop')
63 x11-misc/shared-mime-info
64 google? ( >=net-libs/libkgapi-0.4.0[-oldpim] )
65 + kolab? ( net-libs/libkolab )
66 "
67 RDEPEND="${DEPEND}
68 $(add_kdebase_dep kdepim-icons)
69 @@ -44,6 +45,7 @@ src_prepare() {
70 src_configure() {
71 local mycmakeargs=(
72 $(cmake-utils_use_with google LibKGAPI)
73 + $(cmake-utils_use_with kolab Libkolab)
74 )
75
76 kde4-base_src_configure
77
78 diff --git a/kde-base/kdepim-runtime/kdepim-runtime-9999.ebuild b/kde-base/kdepim-runtime/kdepim-runtime-9999.ebuild
79 index 371069c..fb69ae9 100644
80 --- a/kde-base/kdepim-runtime/kdepim-runtime-9999.ebuild
81 +++ b/kde-base/kdepim-runtime/kdepim-runtime-9999.ebuild
82 @@ -10,7 +10,7 @@ inherit kde4-base
83
84 DESCRIPTION="KDE PIM runtime plugin collection"
85 KEYWORDS=""
86 -IUSE="debug google"
87 +IUSE="debug google kolab"
88
89 RESTRICT="test"
90 # Would need test programs _testrunner and akonaditest from kdepimlibs, see bug 313233
91 @@ -25,6 +25,7 @@ DEPEND="
92 $(add_kdebase_dep kdepimlibs 'semantic-desktop')
93 x11-misc/shared-mime-info
94 google? ( >=net-libs/libkgapi-0.4.0[-oldpim] )
95 + kolab? ( net-libs/libkolab )
96 "
97 RDEPEND="${DEPEND}
98 $(add_kdebase_dep kdepim-icons)
99 @@ -44,6 +45,7 @@ src_prepare() {
100 src_configure() {
101 local mycmakeargs=(
102 $(cmake-utils_use_with google LibKGAPI)
103 + $(cmake-utils_use_with kolab Libkolab)
104 )
105
106 kde4-base_src_configure