From: "Johannes Huber" <johu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kdepim-runtime/
Date: Mon, 9 Jul 2012 10:02:43 +0000 (UTC) [thread overview]
Message-ID: <1341827998.66e151ad628977d6ef03d188cc48721a708feea9.johu@gentoo> (raw)
commit: 66e151ad628977d6ef03d188cc48721a708feea9
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 9 09:59:58 2012 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Jul 9 09:59:58 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=66e151ad
[kde-base/kdepim-runtime] Add kolab support wrt bug #421605.
(Portage version: 2.2.0_alpha116/git/Linux x86_64, unsigned Manifest commit)
---
.../kdepim-runtime/kdepim-runtime-4.8.95.ebuild | 4 +++-
.../kdepim-runtime-4.9.49.9999.ebuild | 4 +++-
kde-base/kdepim-runtime/kdepim-runtime-9999.ebuild | 4 +++-
3 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/kde-base/kdepim-runtime/kdepim-runtime-4.8.95.ebuild b/kde-base/kdepim-runtime/kdepim-runtime-4.8.95.ebuild
index 57a3575..8039205 100644
--- a/kde-base/kdepim-runtime/kdepim-runtime-4.8.95.ebuild
+++ b/kde-base/kdepim-runtime/kdepim-runtime-4.8.95.ebuild
@@ -10,7 +10,7 @@ inherit kde4-base
DESCRIPTION="KDE PIM runtime plugin collection"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="debug google"
+IUSE="debug google kolab"
RESTRICT="test"
# Would need test programs _testrunner and akonaditest from kdepimlibs, see bug 313233
@@ -25,6 +25,7 @@ DEPEND="
$(add_kdebase_dep kdepimlibs 'semantic-desktop')
x11-misc/shared-mime-info
google? ( >=net-libs/libkgapi-0.4.0[-oldpim] )
+ kolab? ( net-libs/libkolab )
"
RDEPEND="${DEPEND}
$(add_kdebase_dep kdepim-icons)
@@ -44,6 +45,7 @@ src_prepare() {
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_with google LibKGAPI)
+ $(cmake-utils_use_with kolab Libkolab)
)
kde4-base_src_configure
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
index 371069c..fb69ae9 100644
--- a/kde-base/kdepim-runtime/kdepim-runtime-4.9.49.9999.ebuild
+++ b/kde-base/kdepim-runtime/kdepim-runtime-4.9.49.9999.ebuild
@@ -10,7 +10,7 @@ inherit kde4-base
DESCRIPTION="KDE PIM runtime plugin collection"
KEYWORDS=""
-IUSE="debug google"
+IUSE="debug google kolab"
RESTRICT="test"
# Would need test programs _testrunner and akonaditest from kdepimlibs, see bug 313233
@@ -25,6 +25,7 @@ DEPEND="
$(add_kdebase_dep kdepimlibs 'semantic-desktop')
x11-misc/shared-mime-info
google? ( >=net-libs/libkgapi-0.4.0[-oldpim] )
+ kolab? ( net-libs/libkolab )
"
RDEPEND="${DEPEND}
$(add_kdebase_dep kdepim-icons)
@@ -44,6 +45,7 @@ src_prepare() {
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_with google LibKGAPI)
+ $(cmake-utils_use_with kolab Libkolab)
)
kde4-base_src_configure
diff --git a/kde-base/kdepim-runtime/kdepim-runtime-9999.ebuild b/kde-base/kdepim-runtime/kdepim-runtime-9999.ebuild
index 371069c..fb69ae9 100644
--- a/kde-base/kdepim-runtime/kdepim-runtime-9999.ebuild
+++ b/kde-base/kdepim-runtime/kdepim-runtime-9999.ebuild
@@ -10,7 +10,7 @@ inherit kde4-base
DESCRIPTION="KDE PIM runtime plugin collection"
KEYWORDS=""
-IUSE="debug google"
+IUSE="debug google kolab"
RESTRICT="test"
# Would need test programs _testrunner and akonaditest from kdepimlibs, see bug 313233
@@ -25,6 +25,7 @@ DEPEND="
$(add_kdebase_dep kdepimlibs 'semantic-desktop')
x11-misc/shared-mime-info
google? ( >=net-libs/libkgapi-0.4.0[-oldpim] )
+ kolab? ( net-libs/libkolab )
"
RDEPEND="${DEPEND}
$(add_kdebase_dep kdepim-icons)
@@ -44,6 +45,7 @@ src_prepare() {
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_with google LibKGAPI)
+ $(cmake-utils_use_with kolab Libkolab)
)
kde4-base_src_configure
next reply other threads:[~2012-07-09 10:02 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-09 10:02 Johannes Huber [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-07-28 20:43 [gentoo-commits] proj/kde:master commit in: kde-base/kdepim-runtime/ Johannes Huber
2015-06-08 20:58 Johannes Huber
2015-05-04 14:54 Michael Palimaka
2014-07-18 15:01 Johannes Huber
2014-04-22 22:15 Johannes Huber
2014-04-21 12:47 Johannes Huber
2014-03-30 9:37 Johannes Huber
2014-02-21 18:14 Michael Palimaka
2014-02-21 18:02 Michael Palimaka
2014-02-05 18:28 Michael Palimaka
2013-12-16 20:30 Johannes Huber
2013-08-18 19:05 Chris Reffett
2013-07-25 22:21 Johannes Huber
2013-07-23 19:53 Johannes Huber
2013-07-23 13:59 Michael Palimaka
2013-07-20 15:05 Johannes Huber
2013-07-20 13:42 Johannes Huber
2013-07-17 4:43 Patrick Lauer
2013-07-03 14:07 Michael Palimaka
2013-06-15 15:28 Johannes Huber
2013-06-15 15:01 Johannes Huber
2013-06-13 18:45 Johannes Huber
2013-06-02 11:43 Johannes Huber
2013-05-13 9:33 Michael Palimaka
2013-05-12 17:53 Johannes Huber
2013-03-03 16:00 Michael Palimaka
2012-11-16 21:23 Johannes Huber
2012-11-13 22:11 Johannes Huber
2012-11-11 10:58 Johannes Huber
2012-07-25 21:15 Johannes Huber
2012-07-09 10:16 Johannes Huber
2012-07-09 10:02 Johannes Huber
2012-07-02 15:16 Johannes Huber
2012-06-19 19:57 Andreas Hüttel
2012-05-11 21:33 Johannes Huber
2012-05-11 15:54 Johannes Huber
2012-01-24 23:01 Andreas Hüttel
2011-09-07 21:43 Alexey Shvetsov
2011-07-08 20:52 Alexey Shvetsov
2011-06-01 19:59 David Heidelberger
2011-05-16 22:54 Jonathan Callen
2011-04-13 19:37 Tomas Chvatal
2011-02-09 19:06 Maciej Mrozowski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1341827998.66e151ad628977d6ef03d188cc48721a708feea9.johu@gentoo \
--to=johu@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox