public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Johannes Huber" <johu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kaccounts-integration/
Date: Fri, 28 Aug 2015 11:39:17 +0000 (UTC)	[thread overview]
Message-ID: <1440761942.a791d27b4ca598cc91d3a38fb2b61b568adf9946.johu@gentoo> (raw)

commit:     a791d27b4ca598cc91d3a38fb2b61b568adf9946
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 28 11:39:02 2015 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Aug 28 11:39:02 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=a791d27b

kde-apps/kaccounts-integration: Add kdepim USE flag

Package-Manager: portage-2.2.20.1

 kde-apps/kaccounts-integration/kaccounts-integration-15.04.3.ebuild  | 5 +++--
 kde-apps/kaccounts-integration/kaccounts-integration-15.08.0.ebuild  | 5 +++--
 .../kaccounts-integration/kaccounts-integration-15.08.49.9999.ebuild | 5 +++--
 kde-apps/kaccounts-integration/kaccounts-integration-9999.ebuild     | 5 +++--
 kde-apps/kaccounts-integration/metadata.xml                          | 3 +++
 5 files changed, 15 insertions(+), 8 deletions(-)

diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-15.04.3.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-15.04.3.ebuild
index d2a16ec..3220fae 100644
--- a/kde-apps/kaccounts-integration/kaccounts-integration-15.04.3.ebuild
+++ b/kde-apps/kaccounts-integration/kaccounts-integration-15.04.3.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://community.kde.org/KTp"
 LICENSE="LGPL-2.1"
 
 KEYWORDS="~amd64 ~x86"
-IUSE=""
+IUSE="kdepim"
 
 RDEPEND="
 	$(add_frameworks_dep kconfig)
@@ -32,6 +32,7 @@ RDEPEND="
 	dev-qt/qtwidgets:5
 	net-libs/accounts-qt
 	net-libs/signond
+	kdepim? ( $(add_kdeapps_dep kdepimlibs) )
 "
 DEPEND="${RDEPEND}
 	$(add_frameworks_dep kcmutils)
@@ -42,7 +43,7 @@ RESTRICT="test"
 
 src_configure() {
 	local mycmakeargs=(
-		-DCMAKE_DISABLE_FIND_PACKAGE_KF5Akonadi=ON
+		$(cmake-utils_use_find_package kdepim KF5Akonadi)
 	)
 
 	kde5_src_configure

diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-15.08.0.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-15.08.0.ebuild
index d2a16ec..3220fae 100644
--- a/kde-apps/kaccounts-integration/kaccounts-integration-15.08.0.ebuild
+++ b/kde-apps/kaccounts-integration/kaccounts-integration-15.08.0.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://community.kde.org/KTp"
 LICENSE="LGPL-2.1"
 
 KEYWORDS="~amd64 ~x86"
-IUSE=""
+IUSE="kdepim"
 
 RDEPEND="
 	$(add_frameworks_dep kconfig)
@@ -32,6 +32,7 @@ RDEPEND="
 	dev-qt/qtwidgets:5
 	net-libs/accounts-qt
 	net-libs/signond
+	kdepim? ( $(add_kdeapps_dep kdepimlibs) )
 "
 DEPEND="${RDEPEND}
 	$(add_frameworks_dep kcmutils)
@@ -42,7 +43,7 @@ RESTRICT="test"
 
 src_configure() {
 	local mycmakeargs=(
-		-DCMAKE_DISABLE_FIND_PACKAGE_KF5Akonadi=ON
+		$(cmake-utils_use_find_package kdepim KF5Akonadi)
 	)
 
 	kde5_src_configure

diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-15.08.49.9999.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-15.08.49.9999.ebuild
index 95ad513..7c1a712 100644
--- a/kde-apps/kaccounts-integration/kaccounts-integration-15.08.49.9999.ebuild
+++ b/kde-apps/kaccounts-integration/kaccounts-integration-15.08.49.9999.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://community.kde.org/KTp"
 LICENSE="LGPL-2.1"
 
 KEYWORDS=""
-IUSE=""
+IUSE="kdepim"
 
 RDEPEND="
 	$(add_frameworks_dep kconfig)
@@ -32,6 +32,7 @@ RDEPEND="
 	dev-qt/qtwidgets:5
 	net-libs/accounts-qt
 	net-libs/signond
+	kdepim? ( $(add_kdeapps_dep kdepimlibs) )
 "
 DEPEND="${RDEPEND}
 	$(add_frameworks_dep kcmutils)
@@ -42,7 +43,7 @@ RESTRICT="test"
 
 src_configure() {
 	local mycmakeargs=(
-		-DCMAKE_DISABLE_FIND_PACKAGE_KF5Akonadi=ON
+		$(cmake-utils_use_find_package kdepim KF5Akonadi)
 	)
 
 	kde5_src_configure

diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-9999.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-9999.ebuild
index 95ad513..7c1a712 100644
--- a/kde-apps/kaccounts-integration/kaccounts-integration-9999.ebuild
+++ b/kde-apps/kaccounts-integration/kaccounts-integration-9999.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://community.kde.org/KTp"
 LICENSE="LGPL-2.1"
 
 KEYWORDS=""
-IUSE=""
+IUSE="kdepim"
 
 RDEPEND="
 	$(add_frameworks_dep kconfig)
@@ -32,6 +32,7 @@ RDEPEND="
 	dev-qt/qtwidgets:5
 	net-libs/accounts-qt
 	net-libs/signond
+	kdepim? ( $(add_kdeapps_dep kdepimlibs) )
 "
 DEPEND="${RDEPEND}
 	$(add_frameworks_dep kcmutils)
@@ -42,7 +43,7 @@ RESTRICT="test"
 
 src_configure() {
 	local mycmakeargs=(
-		-DCMAKE_DISABLE_FIND_PACKAGE_KF5Akonadi=ON
+		$(cmake-utils_use_find_package kdepim KF5Akonadi)
 	)
 
 	kde5_src_configure

diff --git a/kde-apps/kaccounts-integration/metadata.xml b/kde-apps/kaccounts-integration/metadata.xml
index a23f444..7165813 100644
--- a/kde-apps/kaccounts-integration/metadata.xml
+++ b/kde-apps/kaccounts-integration/metadata.xml
@@ -2,4 +2,7 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<herd>kde</herd>
+	<use>
+		<flag name="kdepim">KDE PIM integration via <pkg>kde-apps/kdepimlibs</pkg></flag>
+	</use>
 </pkgmetadata>


             reply	other threads:[~2015-08-28 11:39 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-28 11:39 Johannes Huber [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-04 21:55 [gentoo-commits] proj/kde:master commit in: kde-apps/kaccounts-integration/ Andreas Sturmlechner
2024-07-01 19:10 Andreas Sturmlechner
2024-07-01 19:10 Andreas Sturmlechner
2024-02-25 20:12 Sam James
2023-12-19 22:00 Andreas Sturmlechner
2023-09-14 19:43 Andreas Sturmlechner
2022-12-24 23:48 Andreas Sturmlechner
2020-03-19  0:00 Andreas Sturmlechner
2019-08-06 13:04 Michael Palimaka
2018-10-23 18:52 Andreas Sturmlechner
2017-12-25 10:30 Michael Palimaka
2016-04-07 15:15 Michael Palimaka
2016-03-25 17:14 Michael Palimaka
2016-02-25  9:11 Michael Palimaka
2015-12-29 12:48 Michael Palimaka
2015-10-19 18:21 Michael Palimaka
2015-10-08 13:07 Michael Palimaka
2015-10-08 13:07 Michael Palimaka
2015-08-28 11:58 Johannes Huber
2015-08-28 11:39 Johannes Huber
2015-08-28 11:39 Johannes Huber
2015-08-28 11:08 Johannes Huber
2015-06-12 18:29 Michael Palimaka
2015-06-12 18:29 Michael Palimaka
2015-06-03 21:05 Johannes Huber
2015-05-23 16:13 Michael Palimaka

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=1440761942.a791d27b4ca598cc91d3a38fb2b61b568adf9946.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