public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: kde-apps/kdepim-runtime/
@ 2015-06-07 22:47 Johannes Huber
  0 siblings, 0 replies; 54+ messages in thread
From: Johannes Huber @ 2015-06-07 22:47 UTC (permalink / raw
  To: gentoo-commits

commit:     aebf97fed7773ba845d7b19f74248ed69c0d39dd
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  7 22:38:00 2015 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Jun  7 22:38:00 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=aebf97fe

[kde-apps/kdepim-runtime] New package

Package-Manager: portage-2.2.20

 kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild | 65 ++++++++++++++++++++++
 kde-apps/kdepim-runtime/metadata.xml               |  5 ++
 2 files changed, 70 insertions(+)

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
new file mode 100644
index 0000000..e16af2e
--- /dev/null
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit kde5
+
+DESCRIPTION="KDE PIM runtime plugin collection"
+KEYWORDS=""
+IUSE=""
+
+# TODO facebook, google, kolab, Qt5TextToSpeech
+
+RDEPEND="
+	$(add_kdeapps_dep akonadi-calendar)
+	$(add_kdeapps_dep kalarmcal)
+	$(add_kdeapps_dep kcalcore)
+	$(add_kdeapps_dep kcalutils)
+	$(add_kdeapps_dep kcontacts)
+	$(add_kdeapps_dep kdepimlibs)
+	$(add_kdeapps_dep kdepim-runtime)
+	$(add_kdeapps_dep kidentitymanagement)
+	$(add_kdeapps_dep kimap)
+	$(add_kdeapps_dep kmailtransport)
+	$(add_kdeapps_dep kmbox)
+	$(add_kdeapps_dep kmime)
+	$(add_frameworks_dep kcmutils)
+	$(add_frameworks_dep kcodecs)
+	$(add_frameworks_dep kcompletion)
+	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep kconfigwidgets)
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep kdbusaddons)
+	$(add_frameworks_dep kdelibs4support)
+	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kio)
+	$(add_frameworks_dep kitemmodels)
+	$(add_frameworks_dep kitemviews)
+	$(add_frameworks_dep kjobwidgets)
+	$(add_frameworks_dep knotifications)
+	$(add_frameworks_dep knotifyconfig)
+	$(add_frameworks_dep kservice)
+	$(add_frameworks_dep ktextwidgets)
+	$(add_frameworks_dep kwallet)
+	$(add_frameworks_dep kwidgetsaddons)
+	$(add_frameworks_dep kwindowsystem)
+	$(add_frameworks_dep kxmlgui)
+	>=app-office/akonadi-server-5.0.41
+	dev-libs/libical:=
+	dev-qt/qtdbus:5
+	dev-qt/qtgui:5
+	dev-qt/qtnetwork:5
+	dev-qt/qtwidgets:5
+	dev-qt/qtxml:5
+	dev-qt/qtxmlpatterns:5
+"
+DEPEND="${RDEPEND}
+	dev-libs/boost
+	dev-libs/cyrus-sasl:2
+	dev-libs/libxml2:2
+	dev-libs/libxslt
+	sys-devel/gettext
+	x11-misc/shared-mime-info
+"

diff --git a/kde-apps/kdepim-runtime/metadata.xml b/kde-apps/kdepim-runtime/metadata.xml
new file mode 100644
index 0000000..a23f444
--- /dev/null
+++ b/kde-apps/kdepim-runtime/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>kde</herd>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 54+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdepim-runtime/
@ 2015-06-08 20:58 Johannes Huber
  0 siblings, 0 replies; 54+ messages in thread
From: Johannes Huber @ 2015-06-08 20:58 UTC (permalink / raw
  To: gentoo-commits

commit:     73fdc03c982249315cee3d8bbb1889173f5bd764
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  8 20:58:18 2015 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Jun  8 20:58:18 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=73fdc03c

[kde-apps/kdepim-runtime] Restore USE flag google

Package-Manager: portage-2.2.20

 kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild | 13 +++++++++++--
 kde-apps/kdepim-runtime/metadata.xml               |  3 +++
 2 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
index e16af2e..52cc56b 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
@@ -8,9 +8,9 @@ inherit kde5
 
 DESCRIPTION="KDE PIM runtime plugin collection"
 KEYWORDS=""
-IUSE=""
+IUSE="google"
 
-# TODO facebook, google, kolab, Qt5TextToSpeech
+# TODO facebook, kolab, Qt5TextToSpeech
 
 RDEPEND="
 	$(add_kdeapps_dep akonadi-calendar)
@@ -62,4 +62,13 @@ DEPEND="${RDEPEND}
 	dev-libs/libxslt
 	sys-devel/gettext
 	x11-misc/shared-mime-info
+	google? ( net-libs/libkgapi:5 )
 "
+
+src_configure() {
+	local mycmakeargs=(
+		$(cmake-utils_use_find_package google KF5GAPI)
+	)
+
+	kde5_src_configure
+}

diff --git a/kde-apps/kdepim-runtime/metadata.xml b/kde-apps/kdepim-runtime/metadata.xml
index a23f444..5d980cd 100644
--- a/kde-apps/kdepim-runtime/metadata.xml
+++ b/kde-apps/kdepim-runtime/metadata.xml
@@ -2,4 +2,7 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<herd>kde</herd>
+	<use>
+		<flag name="google">Google service integration via <pkg>net-libs/libkgapi</pkg></flag>
+	</use>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 54+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdepim-runtime/
@ 2015-06-08 21:16 Johannes Huber
  0 siblings, 0 replies; 54+ messages in thread
From: Johannes Huber @ 2015-06-08 21:16 UTC (permalink / raw
  To: gentoo-commits

commit:     1c599cccefe76c8dae1db6902225285f9d5109af
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  8 21:16:21 2015 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Jun  8 21:16:21 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=1c599ccc

[kde-apps/kdepim-runtime] Drop TODO on facebook

Resource was removed some time ago by upstream.

Package-Manager: portage-2.2.20

 kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
index 52cc56b..a58ac62 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="KDE PIM runtime plugin collection"
 KEYWORDS=""
 IUSE="google"
 
-# TODO facebook, kolab, Qt5TextToSpeech
+# TODO kolab, Qt5TextToSpeech
 
 RDEPEND="
 	$(add_kdeapps_dep akonadi-calendar)


^ permalink raw reply related	[flat|nested] 54+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdepim-runtime/
@ 2015-06-09 19:26 Michael Palimaka
  0 siblings, 0 replies; 54+ messages in thread
From: Michael Palimaka @ 2015-06-09 19:26 UTC (permalink / raw
  To: gentoo-commits

commit:     91dcc9fe77b5f1a1215e2cd97735cc97446f0242
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Tue Jun  9 19:06:07 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Jun  9 19:26:13 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=91dcc9fe

[kde-apps/kdepim-runtime] Drop circular dependency

Package-Manager: portage-2.2.20

 kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
index a58ac62..f3dbb18 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
@@ -19,7 +19,6 @@ RDEPEND="
 	$(add_kdeapps_dep kcalutils)
 	$(add_kdeapps_dep kcontacts)
 	$(add_kdeapps_dep kdepimlibs)
-	$(add_kdeapps_dep kdepim-runtime)
 	$(add_kdeapps_dep kidentitymanagement)
 	$(add_kdeapps_dep kimap)
 	$(add_kdeapps_dep kmailtransport)


^ permalink raw reply related	[flat|nested] 54+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdepim-runtime/
@ 2015-07-16 18:34 Johannes Huber
  0 siblings, 0 replies; 54+ messages in thread
From: Johannes Huber @ 2015-07-16 18:34 UTC (permalink / raw
  To: gentoo-commits

commit:     9c4412d64b46cb3d445af88e53b16a2f7c478a66
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Thu Jul 16 06:22:22 2015 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Jul 16 18:02:27 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=9c4412d6

[kde-apps/kdepim-runtime] Add block against kde-base/kdepim-runtime

Package-Manager: portage-2.2.20

 kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
index f3dbb18..e1d0253 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
@@ -12,7 +12,7 @@ IUSE="google"
 
 # TODO kolab, Qt5TextToSpeech
 
-RDEPEND="
+COMMON_DEPEND="
 	$(add_kdeapps_dep akonadi-calendar)
 	$(add_kdeapps_dep kalarmcal)
 	$(add_kdeapps_dep kcalcore)
@@ -54,7 +54,7 @@ RDEPEND="
 	dev-qt/qtxml:5
 	dev-qt/qtxmlpatterns:5
 "
-DEPEND="${RDEPEND}
+DEPEND="${COMMON_RDEPEND}
 	dev-libs/boost
 	dev-libs/cyrus-sasl:2
 	dev-libs/libxml2:2
@@ -63,6 +63,9 @@ DEPEND="${RDEPEND}
 	x11-misc/shared-mime-info
 	google? ( net-libs/libkgapi:5 )
 "
+RDEPEND="${COMMON_RDEPEND}
+	!kde-base/kdepim-runtime
+"
 
 src_configure() {
 	local mycmakeargs=(


^ permalink raw reply related	[flat|nested] 54+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdepim-runtime/
@ 2015-08-03 20:54 Johannes Huber
  0 siblings, 0 replies; 54+ messages in thread
From: Johannes Huber @ 2015-08-03 20:54 UTC (permalink / raw
  To: gentoo-commits

commit:     a39ed4464fe23d9e6ca3b2733c952a73452b1f75
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Mon Aug  3 19:36:31 2015 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Aug  3 19:46:08 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=a39ed446

[kde-apps/kdepim-runtime] Drop boost DEPEND

Package-Manager: portage-2.2.20

 kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
index 2ffae93..ff2b04e 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
@@ -55,7 +55,6 @@ COMMON_DEPEND="
 	dev-qt/qtxmlpatterns:5
 "
 DEPEND="${COMMON_RDEPEND}
-	dev-libs/boost
 	dev-libs/cyrus-sasl:2
 	dev-libs/libxml2:2
 	dev-libs/libxslt


^ permalink raw reply related	[flat|nested] 54+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdepim-runtime/
@ 2015-08-15 21:40 Johannes Huber
  0 siblings, 0 replies; 54+ messages in thread
From: Johannes Huber @ 2015-08-15 21:40 UTC (permalink / raw
  To: gentoo-commits

commit:     a3e38e67f2fa02ab980b452eaff25350737e5c79
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 15 21:42:45 2015 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Aug 15 21:42:45 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=a3e38e67

kde-apps/kdepim-runtime: DEPEND on kde-frameworks/kross

Gentoo-bug: 557630
Reported-by: Chaser <chaser.andrey <AT> gmail.com>

Package-Manager: portage-2.2.20.1

 kde-apps/kdepim-runtime/kdepim-runtime-15.07.90.ebuild      | 1 +
 kde-apps/kdepim-runtime/kdepim-runtime-15.08.0.ebuild       | 1 +
 kde-apps/kdepim-runtime/kdepim-runtime-15.08.49.9999.ebuild | 1 +
 kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild          | 1 +
 4 files changed, 4 insertions(+)

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-15.07.90.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-15.07.90.ebuild
index 6e6c337..e644f5a 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-15.07.90.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-15.07.90.ebuild
@@ -55,6 +55,7 @@ COMMON_DEPEND="
 	dev-qt/qtxmlpatterns:5
 "
 DEPEND="${COMMON_RDEPEND}
+	$(add_frameworks_dep kross)
 	dev-libs/boost
 	dev-libs/cyrus-sasl:2
 	dev-libs/libxml2:2

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-15.08.0.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-15.08.0.ebuild
index 6e6c337..e644f5a 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-15.08.0.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-15.08.0.ebuild
@@ -55,6 +55,7 @@ COMMON_DEPEND="
 	dev-qt/qtxmlpatterns:5
 "
 DEPEND="${COMMON_RDEPEND}
+	$(add_frameworks_dep kross)
 	dev-libs/boost
 	dev-libs/cyrus-sasl:2
 	dev-libs/libxml2:2

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-15.08.49.9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-15.08.49.9999.ebuild
index 640e8ac..7e175f7 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-15.08.49.9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-15.08.49.9999.ebuild
@@ -55,6 +55,7 @@ COMMON_DEPEND="
 	dev-qt/qtxmlpatterns:5
 "
 DEPEND="${COMMON_RDEPEND}
+	$(add_frameworks_dep kross)
 	dev-libs/boost
 	dev-libs/cyrus-sasl:2
 	dev-libs/libxml2:2

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
index 37d3fde..3c1fad2 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
@@ -55,6 +55,7 @@ COMMON_DEPEND="
 	dev-qt/qtxmlpatterns:5
 "
 DEPEND="${COMMON_RDEPEND}
+	$(add_frameworks_dep kross)
 	dev-libs/cyrus-sasl:2
 	dev-libs/libxml2:2
 	dev-libs/libxslt


^ permalink raw reply related	[flat|nested] 54+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdepim-runtime/
@ 2015-08-24 10:29 Johannes Huber
  0 siblings, 0 replies; 54+ messages in thread
From: Johannes Huber @ 2015-08-24 10:29 UTC (permalink / raw
  To: gentoo-commits

commit:     9827d8aab1822f5a226fb88451cc712b1fd8e3f6
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 24 10:31:41 2015 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Aug 24 10:31:41 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=9827d8aa

kde-apps/kdepim-runtime: Fix common depend var

Gentoo-Bug: 558540
Reported-by: Ian Whyman <thev00d00 <AT> gentoo.org>

Package-Manager: portage-2.2.20.1

 kde-apps/kdepim-runtime/kdepim-runtime-15.08.0.ebuild       | 6 +++---
 kde-apps/kdepim-runtime/kdepim-runtime-15.08.49.9999.ebuild | 6 +++---
 kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild          | 6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-15.08.0.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-15.08.0.ebuild
index e644f5a..5298b4c 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-15.08.0.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-15.08.0.ebuild
@@ -12,7 +12,7 @@ IUSE="google"
 
 # TODO kolab, Qt5TextToSpeech
 
-COMMON_DEPEND="
+CDEPEND="
 	$(add_kdeapps_dep akonadi)
 	$(add_kdeapps_dep akonadi-calendar)
 	$(add_kdeapps_dep kalarmcal)
@@ -54,7 +54,7 @@ COMMON_DEPEND="
 	dev-qt/qtxml:5
 	dev-qt/qtxmlpatterns:5
 "
-DEPEND="${COMMON_RDEPEND}
+DEPEND="${CDEPEND}
 	$(add_frameworks_dep kross)
 	dev-libs/boost
 	dev-libs/cyrus-sasl:2
@@ -64,7 +64,7 @@ DEPEND="${COMMON_RDEPEND}
 	x11-misc/shared-mime-info
 	google? ( net-libs/libkgapi:5 )
 "
-RDEPEND="${COMMON_RDEPEND}
+RDEPEND="${CDEPEND}
 	!kde-base/kdepim-runtime
 "
 

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-15.08.49.9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-15.08.49.9999.ebuild
index 7e175f7..ce5c065 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-15.08.49.9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-15.08.49.9999.ebuild
@@ -12,7 +12,7 @@ IUSE="google"
 
 # TODO kolab, Qt5TextToSpeech
 
-COMMON_DEPEND="
+CDEPEND="
 	$(add_kdeapps_dep akonadi)
 	$(add_kdeapps_dep akonadi-calendar)
 	$(add_kdeapps_dep kalarmcal)
@@ -54,7 +54,7 @@ COMMON_DEPEND="
 	dev-qt/qtxml:5
 	dev-qt/qtxmlpatterns:5
 "
-DEPEND="${COMMON_RDEPEND}
+DEPEND="${CDEPEND}
 	$(add_frameworks_dep kross)
 	dev-libs/boost
 	dev-libs/cyrus-sasl:2
@@ -64,7 +64,7 @@ DEPEND="${COMMON_RDEPEND}
 	x11-misc/shared-mime-info
 	google? ( net-libs/libkgapi:5 )
 "
-RDEPEND="${COMMON_RDEPEND}
+RDEPEND="${CDEPEND}
 	!kde-base/kdepim-runtime
 "
 

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
index 3c1fad2..6a5c040 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
@@ -12,7 +12,7 @@ IUSE="google"
 
 # TODO kolab, Qt5TextToSpeech
 
-COMMON_DEPEND="
+CDEPEND="
 	$(add_kdeapps_dep akonadi)
 	$(add_kdeapps_dep akonadi-calendar)
 	$(add_kdeapps_dep kalarmcal)
@@ -54,7 +54,7 @@ COMMON_DEPEND="
 	dev-qt/qtxml:5
 	dev-qt/qtxmlpatterns:5
 "
-DEPEND="${COMMON_RDEPEND}
+DEPEND="${CDEPEND}
 	$(add_frameworks_dep kross)
 	dev-libs/cyrus-sasl:2
 	dev-libs/libxml2:2
@@ -63,7 +63,7 @@ DEPEND="${COMMON_RDEPEND}
 	x11-misc/shared-mime-info
 	google? ( net-libs/libkgapi:5 )
 "
-RDEPEND="${COMMON_RDEPEND}
+RDEPEND="${CDEPEND}
 	!kde-base/kdepim-runtime
 "
 


^ permalink raw reply related	[flat|nested] 54+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdepim-runtime/
@ 2015-12-29 12:48 Michael Palimaka
  0 siblings, 0 replies; 54+ messages in thread
From: Michael Palimaka @ 2015-12-29 12:48 UTC (permalink / raw
  To: gentoo-commits

commit:     6688a113964607e2b67dcd49993775e41025c29d
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Mon Dec 28 17:55:37 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Dec 29 12:48:26 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=6688a113

kde-apps/kdepim-runtime: Raise libkgapi version depend

Package-Manager: portage-2.2.24

 kde-apps/kdepim-runtime/kdepim-runtime-15.12.0.ebuild       | 2 +-
 kde-apps/kdepim-runtime/kdepim-runtime-15.12.49.9999.ebuild | 2 +-
 kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild          | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-15.12.0.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-15.12.0.ebuild
index 29889cf..9ce8adf 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-15.12.0.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-15.12.0.ebuild
@@ -65,7 +65,7 @@ DEPEND="${CDEPEND}
 	dev-libs/libxslt
 	sys-devel/gettext
 	x11-misc/shared-mime-info
-	google? ( net-libs/libkgapi:5 )
+	google? ( >=net-libs/libkgapi-5.1.0:5 )
 "
 RDEPEND="${CDEPEND}
 	!kde-base/kdepim-runtime:4

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-15.12.49.9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-15.12.49.9999.ebuild
index b01275a..11b6452 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-15.12.49.9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-15.12.49.9999.ebuild
@@ -65,7 +65,7 @@ DEPEND="${CDEPEND}
 	dev-libs/libxslt
 	sys-devel/gettext
 	x11-misc/shared-mime-info
-	google? ( net-libs/libkgapi:5 )
+	google? ( >=net-libs/libkgapi-5.1.0:5 )
 "
 RDEPEND="${CDEPEND}
 	!kde-base/kdepim-runtime:4

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
index b01275a..11b6452 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
@@ -65,7 +65,7 @@ DEPEND="${CDEPEND}
 	dev-libs/libxslt
 	sys-devel/gettext
 	x11-misc/shared-mime-info
-	google? ( net-libs/libkgapi:5 )
+	google? ( >=net-libs/libkgapi-5.1.0:5 )
 "
 RDEPEND="${CDEPEND}
 	!kde-base/kdepim-runtime:4


^ permalink raw reply related	[flat|nested] 54+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdepim-runtime/
@ 2016-02-14 15:28 Michael Palimaka
  0 siblings, 0 replies; 54+ messages in thread
From: Michael Palimaka @ 2016-02-14 15:28 UTC (permalink / raw
  To: gentoo-commits

commit:     c35242465b7f3bb1553878814c2f788281db921b
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sat Feb 13 22:29:48 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Feb 13 23:35:05 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=c3524246

kde-apps/kdepim-runtime: Add missing RDEPEND

Package-Manager: portage-2.2.27

 ...epim-runtime-15.12.1.ebuild => kdepim-runtime-15.12.1-r1.ebuild} | 3 ++-
 kde-apps/kdepim-runtime/kdepim-runtime-15.12.49.9999.ebuild         | 5 +++--
 kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild                  | 6 ++++--
 3 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-15.12.1.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-15.12.1-r1.ebuild
similarity index 96%
rename from kde-apps/kdepim-runtime/kdepim-runtime-15.12.1.ebuild
rename to kde-apps/kdepim-runtime/kdepim-runtime-15.12.1-r1.ebuild
index e04e941..2a1f15f 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-15.12.1.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-15.12.1-r1.ebuild
@@ -50,13 +50,13 @@ CDEPEND="
 	$(add_kdeapps_dep kmbox)
 	$(add_kdeapps_dep kmime)
 	$(add_kdeapps_dep libakonadi)
-	dev-libs/libical:=
 	$(add_qt_dep qtdbus)
 	$(add_qt_dep qtgui)
 	$(add_qt_dep qtnetwork)
 	$(add_qt_dep qtwidgets)
 	$(add_qt_dep qtxml)
 	$(add_qt_dep qtxmlpatterns)
+	dev-libs/libical:=
 "
 DEPEND="${CDEPEND}
 	$(add_frameworks_dep kross)
@@ -69,6 +69,7 @@ DEPEND="${CDEPEND}
 "
 RDEPEND="${CDEPEND}
 	!kde-apps/kdepim-runtime:4
+	|| ( $(add_kdeapps_dep kdepim-icons) $(add_frameworks_dep oxygen-icons) )
 "
 
 src_configure() {

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-15.12.49.9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-15.12.49.9999.ebuild
index a50ac7a..02a8904 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-15.12.49.9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-15.12.49.9999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 inherit kde5
 
@@ -50,13 +50,13 @@ CDEPEND="
 	$(add_kdeapps_dep kmbox)
 	$(add_kdeapps_dep kmime)
 	$(add_kdeapps_dep libakonadi)
-	dev-libs/libical:=
 	$(add_qt_dep qtdbus)
 	$(add_qt_dep qtgui)
 	$(add_qt_dep qtnetwork)
 	$(add_qt_dep qtwidgets)
 	$(add_qt_dep qtxml)
 	$(add_qt_dep qtxmlpatterns)
+	dev-libs/libical:=
 "
 DEPEND="${CDEPEND}
 	$(add_frameworks_dep kross)
@@ -69,6 +69,7 @@ DEPEND="${CDEPEND}
 "
 RDEPEND="${CDEPEND}
 	!kde-apps/kdepim-runtime:4
+	|| ( $(add_kdeapps_dep kdepim-icons) $(add_frameworks_dep oxygen-icons) )
 "
 
 src_configure() {

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
index 980cfd5..3aa5772 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
@@ -2,8 +2,9 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
+FRAMEWORKS_MINIMAL="5.19.0"
 inherit kde5
 
 DESCRIPTION="KDE PIM runtime plugin collection"
@@ -49,13 +50,13 @@ CDEPEND="
 	$(add_kdeapps_dep kmailtransport)
 	$(add_kdeapps_dep kmbox)
 	$(add_kdeapps_dep kmime)
-	dev-libs/libical:=
 	$(add_qt_dep qtdbus)
 	$(add_qt_dep qtgui)
 	$(add_qt_dep qtnetwork)
 	$(add_qt_dep qtwidgets)
 	$(add_qt_dep qtxml)
 	$(add_qt_dep qtxmlpatterns)
+	dev-libs/libical:=
 "
 DEPEND="${CDEPEND}
 	$(add_frameworks_dep kross)
@@ -68,6 +69,7 @@ DEPEND="${CDEPEND}
 "
 RDEPEND="${CDEPEND}
 	!kde-apps/kdepim-runtime:4
+	$(add_frameworks_dep oxygen-icons)
 "
 
 src_configure() {


^ permalink raw reply related	[flat|nested] 54+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdepim-runtime/
@ 2016-04-02 16:06 Michael Palimaka
  0 siblings, 0 replies; 54+ messages in thread
From: Michael Palimaka @ 2016-04-02 16:06 UTC (permalink / raw
  To: gentoo-commits

commit:     06efe4ea86d24865f859a377ac0294a071164afe
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sat Apr  2 15:35:50 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Apr  2 15:56:10 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=06efe4ea

kde-apps/kdepim-runtime: Force tests optional, better DESCRIPTION

Package-Manager: portage-2.2.27

 kde-apps/kdepim-runtime/kdepim-runtime-16.04.49.9999.ebuild | 3 ++-
 kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild          | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-16.04.49.9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-16.04.49.9999.ebuild
index 3aa5772..3f395ad 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-16.04.49.9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-16.04.49.9999.ebuild
@@ -5,9 +5,10 @@
 EAPI=6
 
 FRAMEWORKS_MINIMAL="5.19.0"
+KDE_TEST="forceoptional"
 inherit kde5
 
-DESCRIPTION="KDE PIM runtime plugin collection"
+DESCRIPTION="Runtime plugin collection to extend the functionality of KDE PIM"
 KEYWORDS=""
 IUSE="google"
 

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
index 3aa5772..f24137d 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
@@ -4,10 +4,10 @@
 
 EAPI=6
 
-FRAMEWORKS_MINIMAL="5.19.0"
+KDE_TEST="forceoptional"
 inherit kde5
 
-DESCRIPTION="KDE PIM runtime plugin collection"
+DESCRIPTION="Runtime plugin collection to extend the functionality of KDE PIM"
 KEYWORDS=""
 IUSE="google"
 


^ permalink raw reply related	[flat|nested] 54+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdepim-runtime/
@ 2016-04-03 19:22 Johannes Huber
  0 siblings, 0 replies; 54+ messages in thread
From: Johannes Huber @ 2016-04-03 19:22 UTC (permalink / raw
  To: gentoo-commits

commit:     982dfd305df3270de10be13172e91bcf1f828899
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  3 19:02:47 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Apr  3 19:02:47 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=982dfd30

kde-apps/kdepim-runtime: EAPI 6

Package-Manager: portage-2.2.28

 kde-apps/kdepim-runtime/kdepim-runtime-4.14.11_pre20160211.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-4.14.11_pre20160211.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-4.14.11_pre20160211.ebuild
index 8babab5..15d886b 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-4.14.11_pre20160211.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-4.14.11_pre20160211.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 KMNAME="kdepim-runtime"
 EGIT_BRANCH="KDE/4.14"


^ permalink raw reply related	[flat|nested] 54+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdepim-runtime/
@ 2016-04-06 12:36 Michael Palimaka
  0 siblings, 0 replies; 54+ messages in thread
From: Michael Palimaka @ 2016-04-06 12:36 UTC (permalink / raw
  To: gentoo-commits

commit:     702afb3cfc6157fb4fee4eaad3a159d2f95bf41f
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sun Apr  3 19:17:03 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Apr  6 12:35:49 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=702afb3c

kde-apps/kdepim-runtime: pop3 moved from kdepim-kioslaves

Package-Manager: portage-2.2.27

 kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
index f24137d..ffb0e90 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
@@ -9,7 +9,7 @@ inherit kde5
 
 DESCRIPTION="Runtime plugin collection to extend the functionality of KDE PIM"
 KEYWORDS=""
-IUSE="google"
+IUSE="google ssl"
 
 # TODO kolab, Qt5TextToSpeech
 
@@ -40,7 +40,6 @@ CDEPEND="
 	$(add_kdeapps_dep akonadi-contact)
 	$(add_kdeapps_dep akonadi-mime)
 	$(add_kdeapps_dep akonadi-notes)
-	$(add_kdeapps_dep akonadi-socialutils)
 	$(add_kdeapps_dep kalarmcal)
 	$(add_kdeapps_dep kcalcore)
 	$(add_kdeapps_dep kcalutils)
@@ -57,6 +56,7 @@ CDEPEND="
 	$(add_qt_dep qtxml)
 	$(add_qt_dep qtxmlpatterns)
 	dev-libs/libical:=
+	ssl? ( dev-libs/cyrus-sasl )
 "
 DEPEND="${CDEPEND}
 	$(add_frameworks_dep kross)
@@ -68,6 +68,7 @@ DEPEND="${CDEPEND}
 	google? ( >=net-libs/libkgapi-5.1.0:5 )
 "
 RDEPEND="${CDEPEND}
+	!<kde-apps/kdepim-kioslaves-16.04.50
 	!kde-apps/kdepim-runtime:4
 	$(add_frameworks_dep oxygen-icons)
 "
@@ -75,6 +76,7 @@ RDEPEND="${CDEPEND}
 src_configure() {
 	local mycmakeargs=(
 		$(cmake-utils_use_find_package google KF5GAPI)
+		$(cmake-utils_use_find_package ssl Sasl2)
 	)
 
 	kde5_src_configure


^ permalink raw reply related	[flat|nested] 54+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdepim-runtime/
@ 2016-06-05 18:55 Michael Palimaka
  0 siblings, 0 replies; 54+ messages in thread
From: Michael Palimaka @ 2016-06-05 18:55 UTC (permalink / raw
  To: gentoo-commits

commit:     f4f4897d1f60fec6d27606f32b8a51abbbf8c3d5
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Mon May 30 18:58:39 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Jun  5 18:55:24 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=f4f4897d

kde-apps/kdepim-runtime: Force handbook optional

Package-Manager: portage-2.2.28

 kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
index 3ae2e60..066fed0 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
@@ -4,6 +4,7 @@
 
 EAPI=6
 
+KDE_HANDBOOK="forceoptional"
 KDE_TEST="forceoptional"
 QT_MINIMAL="5.6.0"
 VIRTUALX_REQUIRED="test"
@@ -65,12 +66,11 @@ DEPEND="${CDEPEND}
 	dev-libs/cyrus-sasl:2
 	dev-libs/libxml2:2
 	dev-libs/libxslt
-	sys-devel/gettext
 	x11-misc/shared-mime-info
 	google? ( >=net-libs/libkgapi-5.1.0:5 )
 "
 RDEPEND="${CDEPEND}
-	!<kde-apps/kdepim-kioslaves-16.04.50
+	!kde-apps/kdepim-kioslaves
 	!kde-apps/kdepim-runtime:4
 	$(add_frameworks_dep oxygen-icons)
 "


^ permalink raw reply related	[flat|nested] 54+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdepim-runtime/
@ 2016-07-10 23:06 Maciej Mrozowski
  0 siblings, 0 replies; 54+ messages in thread
From: Maciej Mrozowski @ 2016-07-10 23:06 UTC (permalink / raw
  To: gentoo-commits

commit:     a2cb75175ec1c130e713846df8b3c420a0f54411
Author:     Maciej Mrozowski <reavertm <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 10 23:06:01 2016 +0000
Commit:     Maciej Mrozowski <reavertm <AT> gentoo <DOT> org>
CommitDate: Sun Jul 10 23:06:01 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=a2cb7517

kde-apps/kdepim-runtime: libkgapi is not build-dep only, libxml2 is not needed

Package-Manager: portage-2.2.28

 kde-apps/kdepim-runtime/kdepim-runtime-16.04.2.ebuild       | 3 +--
 kde-apps/kdepim-runtime/kdepim-runtime-16.04.3.ebuild       | 3 +--
 kde-apps/kdepim-runtime/kdepim-runtime-16.04.49.9999.ebuild | 3 +--
 kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild          | 3 +--
 4 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-16.04.2.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-16.04.2.ebuild
index 91d2e13..d94c732 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-16.04.2.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-16.04.2.ebuild
@@ -58,15 +58,14 @@ CDEPEND="
 	$(add_qt_dep qtxml)
 	$(add_qt_dep qtxmlpatterns)
 	dev-libs/libical:=
+	google? ( >=net-libs/libkgapi-5.1.0:5 )
 "
 DEPEND="${CDEPEND}
 	$(add_frameworks_dep kross)
 	dev-libs/cyrus-sasl:2
-	dev-libs/libxml2:2
 	dev-libs/libxslt
 	sys-devel/gettext
 	x11-misc/shared-mime-info
-	google? ( >=net-libs/libkgapi-5.1.0:5 )
 "
 RDEPEND="${CDEPEND}
 	!kde-apps/kdepim-runtime:4

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-16.04.3.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-16.04.3.ebuild
index 91d2e13..d94c732 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-16.04.3.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-16.04.3.ebuild
@@ -58,15 +58,14 @@ CDEPEND="
 	$(add_qt_dep qtxml)
 	$(add_qt_dep qtxmlpatterns)
 	dev-libs/libical:=
+	google? ( >=net-libs/libkgapi-5.1.0:5 )
 "
 DEPEND="${CDEPEND}
 	$(add_frameworks_dep kross)
 	dev-libs/cyrus-sasl:2
-	dev-libs/libxml2:2
 	dev-libs/libxslt
 	sys-devel/gettext
 	x11-misc/shared-mime-info
-	google? ( >=net-libs/libkgapi-5.1.0:5 )
 "
 RDEPEND="${CDEPEND}
 	!kde-apps/kdepim-runtime:4

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-16.04.49.9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-16.04.49.9999.ebuild
index b837765..0919fbd 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-16.04.49.9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-16.04.49.9999.ebuild
@@ -58,15 +58,14 @@ CDEPEND="
 	$(add_qt_dep qtxml)
 	$(add_qt_dep qtxmlpatterns)
 	dev-libs/libical:=
+	google? ( >=net-libs/libkgapi-5.1.0:5 )
 "
 DEPEND="${CDEPEND}
 	$(add_frameworks_dep kross)
 	dev-libs/cyrus-sasl:2
-	dev-libs/libxml2:2
 	dev-libs/libxslt
 	sys-devel/gettext
 	x11-misc/shared-mime-info
-	google? ( >=net-libs/libkgapi-5.1.0:5 )
 "
 RDEPEND="${CDEPEND}
 	!kde-apps/kdepim-runtime:4

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
index 420b7eb..f946406 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
@@ -60,15 +60,14 @@ CDEPEND="
 	$(add_qt_dep qtxml)
 	$(add_qt_dep qtxmlpatterns)
 	dev-libs/libical:=
+	google? ( >=net-libs/libkgapi-5.1.0:5 )
 	ssl? ( dev-libs/cyrus-sasl )
 "
 DEPEND="${CDEPEND}
 	$(add_frameworks_dep kross)
 	dev-libs/cyrus-sasl:2
-	dev-libs/libxml2:2
 	dev-libs/libxslt
 	x11-misc/shared-mime-info
-	google? ( >=net-libs/libkgapi-5.1.0:5 )
 "
 RDEPEND="${CDEPEND}
 	!kde-apps/kdepim-kioslaves


^ permalink raw reply related	[flat|nested] 54+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdepim-runtime/
@ 2016-09-15 18:01 Michael Palimaka
  0 siblings, 0 replies; 54+ messages in thread
From: Michael Palimaka @ 2016-09-15 18:01 UTC (permalink / raw
  To: gentoo-commits

commit:     118e0e348ec0482b9eb53536edc0dcab698c2818
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 15 17:57:37 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Sep 15 18:01:11 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=118e0e34

kde-apps/kdepim-runtime: restrict tests

Gentoo-bug: 579622

Package-Manager: portage-2.3.0

 kde-apps/kdepim-runtime/kdepim-runtime-16.08.49.9999.ebuild | 2 ++
 kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild          | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-16.08.49.9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-16.08.49.9999.ebuild
index 701a55f..bf05087 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-16.08.49.9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-16.08.49.9999.ebuild
@@ -73,6 +73,8 @@ RDEPEND="${CDEPEND}
 	$(add_frameworks_dep oxygen-icons)
 "
 
+RESTRICT+=" test"
+
 src_configure() {
 	local mycmakeargs=(
 		$(cmake-utils_use_find_package google KF5GAPI)

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
index 701a55f..bf05087 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
@@ -73,6 +73,8 @@ RDEPEND="${CDEPEND}
 	$(add_frameworks_dep oxygen-icons)
 "
 
+RESTRICT+=" test"
+
 src_configure() {
 	local mycmakeargs=(
 		$(cmake-utils_use_find_package google KF5GAPI)


^ permalink raw reply related	[flat|nested] 54+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdepim-runtime/
@ 2017-01-17 10:46 Andreas Sturmlechner
  0 siblings, 0 replies; 54+ messages in thread
From: Andreas Sturmlechner @ 2017-01-17 10:46 UTC (permalink / raw
  To: gentoo-commits

commit:     11991b2be7fe86fa5d71e49b2073f356074c775d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 17 10:25:36 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jan 17 10:25:36 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=11991b2b

kde-apps/kdepim-runtime: Add new DEPEND

Upstream commit 372c14153fbc15b61dc140702a295e919ad02110

Package-Manager: portage-2.3.0

 kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
index 7929eca..61e8ac7 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
@@ -47,6 +47,7 @@ CDEPEND="
 	$(add_kdeapps_dep kcalcore)
 	$(add_kdeapps_dep kcalutils)
 	$(add_kdeapps_dep kcontacts)
+	$(add_kdeapps_dep kdav)
 	$(add_kdeapps_dep kidentitymanagement)
 	$(add_kdeapps_dep kimap)
 	$(add_kdeapps_dep kmailtransport)


^ permalink raw reply related	[flat|nested] 54+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdepim-runtime/
@ 2017-02-19 10:32 Andreas Sturmlechner
  0 siblings, 0 replies; 54+ messages in thread
From: Andreas Sturmlechner @ 2017-02-19 10:32 UTC (permalink / raw
  To: gentoo-commits

commit:     6217cc076bcea790060b270db660e26dd27da3db
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 19 10:29:21 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 19 10:29:21 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=6217cc07

kde-apps/kdepim-runtime: KF5GAPI -> KPimGAPI

Package-Manager: portage-2.3.3

 kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
index ea29c8ec84..710239636f 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
@@ -78,7 +78,7 @@ RESTRICT+=" test"
 
 src_configure() {
 	local mycmakeargs=(
-		$(cmake-utils_use_find_package google KF5GAPI)
+		$(cmake-utils_use_find_package google KPimGAPI)
 		$(cmake-utils_use_find_package ssl Sasl2)
 	)
 


^ permalink raw reply related	[flat|nested] 54+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdepim-runtime/
@ 2017-03-17 19:36 Andreas Sturmlechner
  0 siblings, 0 replies; 54+ messages in thread
From: Andreas Sturmlechner @ 2017-03-17 19:36 UTC (permalink / raw
  To: gentoo-commits

commit:     c475b26de082a9f09d8dbcca5938efd018ffa514
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 17 19:36:16 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Mar 17 19:36:40 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=c475b26d

kde-apps/kdepim-runtime: Fix DEPENDs

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
index 618a97d728..f4972e2959 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
@@ -14,9 +14,7 @@ KEYWORDS=""
 IUSE="google ssl"
 
 # TODO kolab, Qt5TextToSpeech
-
 CDEPEND="
-	$(add_frameworks_dep kcmutils)
 	$(add_frameworks_dep kcodecs)
 	$(add_frameworks_dep kcompletion)
 	$(add_frameworks_dep kconfig)
@@ -27,7 +25,6 @@ CDEPEND="
 	$(add_frameworks_dep ki18n)
 	$(add_frameworks_dep kio)
 	$(add_frameworks_dep kitemmodels)
-	$(add_frameworks_dep kitemviews)
 	$(add_frameworks_dep kjobwidgets)
 	$(add_frameworks_dep knotifications)
 	$(add_frameworks_dep knotifyconfig)
@@ -55,18 +52,18 @@ CDEPEND="
 	$(add_qt_dep qtdbus)
 	$(add_qt_dep qtgui)
 	$(add_qt_dep qtnetwork)
+	$(add_qt_dep qtwebengine 'widgets')
 	$(add_qt_dep qtwidgets)
 	$(add_qt_dep qtxml)
-	$(add_qt_dep qtxmlpatterns)
 	dev-libs/libical:=
 	google? ( $(add_kdeapps_dep libkgapi) )
 	ssl? ( dev-libs/cyrus-sasl )
 "
 DEPEND="${CDEPEND}
 	$(add_frameworks_dep kross)
+	$(add_qt_dep qtxmlpatterns)
 	dev-libs/cyrus-sasl:2
 	dev-libs/libxslt
-	x11-misc/shared-mime-info
 "
 RDEPEND="${CDEPEND}
 	!kde-apps/kdepim-kioslaves


^ permalink raw reply related	[flat|nested] 54+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdepim-runtime/
@ 2017-03-19 22:56 Andreas Sturmlechner
  0 siblings, 0 replies; 54+ messages in thread
From: Andreas Sturmlechner @ 2017-03-19 22:56 UTC (permalink / raw
  To: gentoo-commits

commit:     0034c5770c9d511eaa77c615f0101342d0f31914
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 19 22:41:38 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar 19 22:56:26 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=0034c577

kde-apps/kdepim-runtime: Drop USE=ssl

kde-apps/kimap from DEPENDS then depends on it anyway.
And who would disable it, really.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
index f4972e2959..563fb68804 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
@@ -11,7 +11,7 @@ inherit kde5
 DESCRIPTION="Runtime plugin collection to extend the functionality of KDE PIM"
 LICENSE="GPL-2+ LGPL-2.1+"
 KEYWORDS=""
-IUSE="google ssl"
+IUSE="google"
 
 # TODO kolab, Qt5TextToSpeech
 CDEPEND="
@@ -55,14 +55,13 @@ CDEPEND="
 	$(add_qt_dep qtwebengine 'widgets')
 	$(add_qt_dep qtwidgets)
 	$(add_qt_dep qtxml)
+	dev-libs/cyrus-sasl:2
 	dev-libs/libical:=
 	google? ( $(add_kdeapps_dep libkgapi) )
-	ssl? ( dev-libs/cyrus-sasl )
 "
 DEPEND="${CDEPEND}
 	$(add_frameworks_dep kross)
 	$(add_qt_dep qtxmlpatterns)
-	dev-libs/cyrus-sasl:2
 	dev-libs/libxslt
 "
 RDEPEND="${CDEPEND}
@@ -75,7 +74,6 @@ RESTRICT+=" test"
 src_configure() {
 	local mycmakeargs=(
 		$(cmake-utils_use_find_package google KPimGAPI)
-		$(cmake-utils_use_find_package ssl Sasl2)
 	)
 
 	kde5_src_configure


^ permalink raw reply related	[flat|nested] 54+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdepim-runtime/
@ 2017-03-21  1:50 Andreas Sturmlechner
  0 siblings, 0 replies; 54+ messages in thread
From: Andreas Sturmlechner @ 2017-03-21  1:50 UTC (permalink / raw
  To: gentoo-commits

commit:     ba44b9a5d14630aee916de3d56da49fcb7d7c19b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 20 21:43:56 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Mar 20 21:43:56 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=ba44b9a5

kde-apps/kdepim-runtime: Drop unused DEPEND

Upstream commit c52647d6a6f2c55b65398d73f762abce118d5c04

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-apps/kdepim-runtime/kdepim-runtime-17.04.49.9999.ebuild | 1 -
 kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild          | 1 -
 2 files changed, 2 deletions(-)

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-17.04.49.9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-17.04.49.9999.ebuild
index 563fb68804..248642cae1 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-17.04.49.9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-17.04.49.9999.ebuild
@@ -60,7 +60,6 @@ CDEPEND="
 	google? ( $(add_kdeapps_dep libkgapi) )
 "
 DEPEND="${CDEPEND}
-	$(add_frameworks_dep kross)
 	$(add_qt_dep qtxmlpatterns)
 	dev-libs/libxslt
 "

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
index 563fb68804..248642cae1 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
@@ -60,7 +60,6 @@ CDEPEND="
 	google? ( $(add_kdeapps_dep libkgapi) )
 "
 DEPEND="${CDEPEND}
-	$(add_frameworks_dep kross)
 	$(add_qt_dep qtxmlpatterns)
 	dev-libs/libxslt
 "


^ permalink raw reply related	[flat|nested] 54+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdepim-runtime/
@ 2017-07-03 22:09 Andreas Sturmlechner
  0 siblings, 0 replies; 54+ messages in thread
From: Andreas Sturmlechner @ 2017-07-03 22:09 UTC (permalink / raw
  To: gentoo-commits

commit:     dccf74af4ea63c4608a63ebf7a9a856838d11e01
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  3 20:52:27 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jul  3 20:52:27 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=dccf74af

kde-apps/kdepim-runtime: Add missing DEPEND

Upstream commit 134888a3fcf3bf63b62ef286b600e9e83fc08581

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
index a10e1a57fe..0258fdc122 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
@@ -49,6 +49,7 @@ CDEPEND="
 	$(add_kdeapps_dep kmailtransport)
 	$(add_kdeapps_dep kmbox)
 	$(add_kdeapps_dep kmime)
+	$(add_kdeapps_dep pimcommon)
 	$(add_qt_dep qtdbus)
 	$(add_qt_dep qtgui)
 	$(add_qt_dep qtnetwork)


^ permalink raw reply related	[flat|nested] 54+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdepim-runtime/
@ 2017-08-17 10:27 Andreas Sturmlechner
  0 siblings, 0 replies; 54+ messages in thread
From: Andreas Sturmlechner @ 2017-08-17 10:27 UTC (permalink / raw
  To: gentoo-commits

commit:     90e6e220cc92649bc374be82c13376aa02aabeb6
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 17 10:26:23 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Aug 17 10:26:23 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=90e6e220

kde-apps/kdepim-runtime: Drop USE=google

Upstream commit 50099c8a347506cd017d317c0339642e6eab1323

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild | 12 ++----------
 1 file changed, 2 insertions(+), 10 deletions(-)

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
index 0258fdc122..0ecb11150c 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
@@ -11,7 +11,7 @@ inherit kde5
 DESCRIPTION="Runtime plugin collection to extend the functionality of KDE PIM"
 LICENSE="GPL-2+ LGPL-2.1+"
 KEYWORDS=""
-IUSE="google"
+IUSE=""
 
 # TODO kolab, Qt5TextToSpeech
 CDEPEND="
@@ -49,6 +49,7 @@ CDEPEND="
 	$(add_kdeapps_dep kmailtransport)
 	$(add_kdeapps_dep kmbox)
 	$(add_kdeapps_dep kmime)
+	$(add_kdeapps_dep libkgapi)
 	$(add_kdeapps_dep pimcommon)
 	$(add_qt_dep qtdbus)
 	$(add_qt_dep qtgui)
@@ -58,7 +59,6 @@ CDEPEND="
 	$(add_qt_dep qtxml)
 	dev-libs/cyrus-sasl:2
 	dev-libs/libical:=
-	google? ( $(add_kdeapps_dep libkgapi) )
 "
 DEPEND="${CDEPEND}
 	$(add_qt_dep qtxmlpatterns)
@@ -70,11 +70,3 @@ RDEPEND="${CDEPEND}
 "
 
 RESTRICT+=" test"
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake-utils_use_find_package google KPimGAPI)
-	)
-
-	kde5_src_configure
-}


^ permalink raw reply related	[flat|nested] 54+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdepim-runtime/
@ 2017-08-20  8:34 Andreas Sturmlechner
  0 siblings, 0 replies; 54+ messages in thread
From: Andreas Sturmlechner @ 2017-08-20  8:34 UTC (permalink / raw
  To: gentoo-commits

commit:     f4adcb2623c8c385e6f618a59b9de361f4b4e29f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 20 08:31:47 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug 20 08:32:08 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=f4adcb26

kde-apps/kdepim-runtime: Drop USE=google

As done in master already.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 kde-apps/kdepim-runtime/kdepim-runtime-17.08.49.9999.ebuild | 12 ++----------
 kde-apps/kdepim-runtime/metadata.xml                        |  3 ---
 2 files changed, 2 insertions(+), 13 deletions(-)

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-17.08.49.9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-17.08.49.9999.ebuild
index 0258fdc122..0ecb11150c 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-17.08.49.9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-17.08.49.9999.ebuild
@@ -11,7 +11,7 @@ inherit kde5
 DESCRIPTION="Runtime plugin collection to extend the functionality of KDE PIM"
 LICENSE="GPL-2+ LGPL-2.1+"
 KEYWORDS=""
-IUSE="google"
+IUSE=""
 
 # TODO kolab, Qt5TextToSpeech
 CDEPEND="
@@ -49,6 +49,7 @@ CDEPEND="
 	$(add_kdeapps_dep kmailtransport)
 	$(add_kdeapps_dep kmbox)
 	$(add_kdeapps_dep kmime)
+	$(add_kdeapps_dep libkgapi)
 	$(add_kdeapps_dep pimcommon)
 	$(add_qt_dep qtdbus)
 	$(add_qt_dep qtgui)
@@ -58,7 +59,6 @@ CDEPEND="
 	$(add_qt_dep qtxml)
 	dev-libs/cyrus-sasl:2
 	dev-libs/libical:=
-	google? ( $(add_kdeapps_dep libkgapi) )
 "
 DEPEND="${CDEPEND}
 	$(add_qt_dep qtxmlpatterns)
@@ -70,11 +70,3 @@ RDEPEND="${CDEPEND}
 "
 
 RESTRICT+=" test"
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake-utils_use_find_package google KPimGAPI)
-	)
-
-	kde5_src_configure
-}

diff --git a/kde-apps/kdepim-runtime/metadata.xml b/kde-apps/kdepim-runtime/metadata.xml
index d52095404d..2fdbf33d96 100644
--- a/kde-apps/kdepim-runtime/metadata.xml
+++ b/kde-apps/kdepim-runtime/metadata.xml
@@ -5,7 +5,4 @@
 		<email>kde@gentoo.org</email>
 		<name>Gentoo KDE Project</name>
 	</maintainer>
-	<use>
-		<flag name="google">Google service integration via <pkg>kde-apps/libkgapi</pkg></flag>
-	</use>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 54+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdepim-runtime/
@ 2017-09-13 17:52 Andreas Sturmlechner
  0 siblings, 0 replies; 54+ messages in thread
From: Andreas Sturmlechner @ 2017-09-13 17:52 UTC (permalink / raw
  To: gentoo-commits

commit:     776a139769bbf3aff1f398f45d9bdf95ae5c1b6c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 13 17:51:14 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Sep 13 17:51:36 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=776a1397

kde-apps/kdepim-runtime: USE=test depends on kimap[test]

Upstream commit 91c1f14eb98909daf70fe94570dd239c0e339bab

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
index 0ecb11150c..2e5b21bfab 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
@@ -63,6 +63,7 @@ CDEPEND="
 DEPEND="${CDEPEND}
 	$(add_qt_dep qtxmlpatterns)
 	dev-libs/libxslt
+	test? ( $(add_kdeapps_dep kimap 'test') )
 "
 RDEPEND="${CDEPEND}
 	!kde-apps/kdepim-l10n


^ permalink raw reply related	[flat|nested] 54+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdepim-runtime/
@ 2017-09-17 12:01 Andreas Sturmlechner
  0 siblings, 0 replies; 54+ messages in thread
From: Andreas Sturmlechner @ 2017-09-17 12:01 UTC (permalink / raw
  To: gentoo-commits

commit:     1a27a9f61e256f209cf73badfb030666f487a482
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 17 11:08:28 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Sep 17 11:08:28 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=1a27a9f6

kde-apps/kdepim-runtime: Remove unused DEPEND

Upstream commit 5ae763f58ca535dab2706ba00d98b701f707512f

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
index 2e5b21bfab..2b617c483c 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
@@ -21,7 +21,6 @@ CDEPEND="
 	$(add_frameworks_dep kconfigwidgets)
 	$(add_frameworks_dep kcoreaddons)
 	$(add_frameworks_dep kdbusaddons)
-	$(add_frameworks_dep kdelibs4support)
 	$(add_frameworks_dep ki18n)
 	$(add_frameworks_dep kio)
 	$(add_frameworks_dep kitemmodels)


^ permalink raw reply related	[flat|nested] 54+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdepim-runtime/
@ 2017-10-19 22:55 Andreas Sturmlechner
  0 siblings, 0 replies; 54+ messages in thread
From: Andreas Sturmlechner @ 2017-10-19 22:55 UTC (permalink / raw
  To: gentoo-commits

commit:     f9c775e6b33840ed34f393b69750927026309eed
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 19 22:20:48 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Oct 19 22:30:58 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=f9c775e6

kde-apps/kdepim-runtime: Add USE=speech

Upstream commit 132d5d83940f0304d036601a41a6f428cbd6c999

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 kde-apps/kdepim-runtime/kdepim-runtime-17.08.49.9999.ebuild | 13 +++++++++++--
 kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild          | 13 +++++++++++--
 kde-apps/kdepim-runtime/metadata.xml                        |  3 +++
 3 files changed, 25 insertions(+), 4 deletions(-)

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-17.08.49.9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-17.08.49.9999.ebuild
index 0ecb11150c..bd81677e4e 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-17.08.49.9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-17.08.49.9999.ebuild
@@ -11,9 +11,9 @@ inherit kde5
 DESCRIPTION="Runtime plugin collection to extend the functionality of KDE PIM"
 LICENSE="GPL-2+ LGPL-2.1+"
 KEYWORDS=""
-IUSE=""
+IUSE="speech"
 
-# TODO kolab, Qt5TextToSpeech
+# TODO kolab
 CDEPEND="
 	$(add_frameworks_dep kcodecs)
 	$(add_frameworks_dep kcompletion)
@@ -59,6 +59,7 @@ CDEPEND="
 	$(add_qt_dep qtxml)
 	dev-libs/cyrus-sasl:2
 	dev-libs/libical:=
+	speech? ( $(add_qt_dep qtspeech) )
 "
 DEPEND="${CDEPEND}
 	$(add_qt_dep qtxmlpatterns)
@@ -70,3 +71,11 @@ RDEPEND="${CDEPEND}
 "
 
 RESTRICT+=" test"
+
+src_configure() {
+	local mycmakeargs=(
+		$(cmake-utils_use_find_package speech Qt5TextToSpeech)
+	)
+
+	kde5_src_configure
+}

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
index 2b617c483c..f0529ba8dd 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
@@ -11,9 +11,9 @@ inherit kde5
 DESCRIPTION="Runtime plugin collection to extend the functionality of KDE PIM"
 LICENSE="GPL-2+ LGPL-2.1+"
 KEYWORDS=""
-IUSE=""
+IUSE="speech"
 
-# TODO kolab, Qt5TextToSpeech
+# TODO kolab
 CDEPEND="
 	$(add_frameworks_dep kcodecs)
 	$(add_frameworks_dep kcompletion)
@@ -58,6 +58,7 @@ CDEPEND="
 	$(add_qt_dep qtxml)
 	dev-libs/cyrus-sasl:2
 	dev-libs/libical:=
+	speech? ( $(add_qt_dep qtspeech) )
 "
 DEPEND="${CDEPEND}
 	$(add_qt_dep qtxmlpatterns)
@@ -70,3 +71,11 @@ RDEPEND="${CDEPEND}
 "
 
 RESTRICT+=" test"
+
+src_configure() {
+	local mycmakeargs=(
+		$(cmake-utils_use_find_package speech Qt5TextToSpeech)
+	)
+
+	kde5_src_configure
+}

diff --git a/kde-apps/kdepim-runtime/metadata.xml b/kde-apps/kdepim-runtime/metadata.xml
index 2fdbf33d96..b337e66e24 100644
--- a/kde-apps/kdepim-runtime/metadata.xml
+++ b/kde-apps/kdepim-runtime/metadata.xml
@@ -5,4 +5,7 @@
 		<email>kde@gentoo.org</email>
 		<name>Gentoo KDE Project</name>
 	</maintainer>
+	<use>
+		<flag name="speech">Enable text-to-speech support</flag>
+	</use>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 54+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdepim-runtime/
@ 2018-01-09 13:41 Andreas Sturmlechner
  0 siblings, 0 replies; 54+ messages in thread
From: Andreas Sturmlechner @ 2018-01-09 13:41 UTC (permalink / raw
  To: gentoo-commits

commit:     ca6d6d9109cf376f95888763b3e36a0d70401c4e
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  9 13:41:12 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jan  9 13:41:12 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=ca6d6d91

kde-apps/kdepim-runtime: Block kde-misc/akonadi-ews

Was merged into kdepim-runtime.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 kde-apps/kdepim-runtime/kdepim-runtime-17.12.1.ebuild       | 1 +
 kde-apps/kdepim-runtime/kdepim-runtime-17.12.49.9999.ebuild | 1 +
 kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild          | 1 +
 3 files changed, 3 insertions(+)

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-17.12.1.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-17.12.1.ebuild
index a131c80b64..2ada64df4f 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-17.12.1.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-17.12.1.ebuild
@@ -67,6 +67,7 @@ DEPEND="${CDEPEND}
 "
 RDEPEND="${CDEPEND}
 	!kde-apps/kdepim-l10n
+	!kde-misc/akonadi-ews
 	$(add_frameworks_dep oxygen-icons)
 "
 

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-17.12.49.9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-17.12.49.9999.ebuild
index 96b96723ec..0e546562b9 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-17.12.49.9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-17.12.49.9999.ebuild
@@ -67,6 +67,7 @@ DEPEND="${CDEPEND}
 "
 RDEPEND="${CDEPEND}
 	!kde-apps/kdepim-l10n
+	!kde-misc/akonadi-ews
 	$(add_frameworks_dep oxygen-icons)
 "
 

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
index 96b96723ec..0e546562b9 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
@@ -67,6 +67,7 @@ DEPEND="${CDEPEND}
 "
 RDEPEND="${CDEPEND}
 	!kde-apps/kdepim-l10n
+	!kde-misc/akonadi-ews
 	$(add_frameworks_dep oxygen-icons)
 "
 


^ permalink raw reply related	[flat|nested] 54+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdepim-runtime/
@ 2018-03-12  0:09 Andreas Sturmlechner
  0 siblings, 0 replies; 54+ messages in thread
From: Andreas Sturmlechner @ 2018-03-12  0:09 UTC (permalink / raw
  To: gentoo-commits

commit:     ba52d3870a97b84758056785422887474ded599f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 12 00:09:39 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Mar 12 00:09:39 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=ba52d387

kde-apps/kdepim-runtime: Add missing DEPEND

Upstream commit: 2f6409c7852f7154401a0df13ce5c5e9ef02c54f

Reported-by: Arfrever
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
index 0e546562b9..fab2046200 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
@@ -21,6 +21,7 @@ CDEPEND="
 	$(add_frameworks_dep kconfigwidgets)
 	$(add_frameworks_dep kcoreaddons)
 	$(add_frameworks_dep kdbusaddons)
+	$(add_frameworks_dep kholidays)
 	$(add_frameworks_dep ki18n)
 	$(add_frameworks_dep kio)
 	$(add_frameworks_dep kitemmodels)


^ permalink raw reply related	[flat|nested] 54+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdepim-runtime/
@ 2018-06-02  8:17 Andreas Sturmlechner
  0 siblings, 0 replies; 54+ messages in thread
From: Andreas Sturmlechner @ 2018-06-02  8:17 UTC (permalink / raw
  To: gentoo-commits

commit:     a8379c9688cf36388359b99e902368539b45419f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  1 19:05:18 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jun  1 19:05:18 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=a8379c96

kde-apps/kdepim-runtime: Disable kdelibs4support

We don't build kolab, so should not depend on it.
Upstream commit 8ede35808e7cbd578e205a6de7cc2ed977baf692

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
index fab2046200..949d8bfefe 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
@@ -74,6 +74,12 @@ RDEPEND="${CDEPEND}
 
 RESTRICT+=" test"
 
+src_prepare() {
+	kde5_src_prepare
+	# We don't build kolab, so we can disable this
+	punt_bogus_dep KF5 KDELibs4Support
+}
+
 src_configure() {
 	local mycmakeargs=(
 		$(cmake-utils_use_find_package speech Qt5TextToSpeech)


^ permalink raw reply related	[flat|nested] 54+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdepim-runtime/
@ 2018-11-02 20:38 Andreas Sturmlechner
  0 siblings, 0 replies; 54+ messages in thread
From: Andreas Sturmlechner @ 2018-11-02 20:38 UTC (permalink / raw
  To: gentoo-commits

commit:     d441ca264022c94039603d2b49ddfca404d95f8c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 30 19:19:47 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Nov  2 20:37:57 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=d441ca26

kde-apps/kdepim-runtime: Drop USE speech, unconditional now

Upstream commit 2be667f83d4f6e29883596160133d7a79d1d7c1c

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild | 14 +++-----------
 1 file changed, 3 insertions(+), 11 deletions(-)

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
index 949d8bfefe..caf9b505ca 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ inherit kde5
 DESCRIPTION="Runtime plugin collection to extend the functionality of KDE PIM"
 LICENSE="GPL-2+ LGPL-2.1+"
 KEYWORDS=""
-IUSE="speech"
+IUSE=""
 
 # TODO kolab
 CDEPEND="
@@ -54,12 +54,12 @@ CDEPEND="
 	$(add_qt_dep qtdbus)
 	$(add_qt_dep qtgui)
 	$(add_qt_dep qtnetwork)
+	$(add_qt_dep qtspeech)
 	$(add_qt_dep qtwebengine 'widgets')
 	$(add_qt_dep qtwidgets)
 	$(add_qt_dep qtxml)
 	dev-libs/cyrus-sasl:2
 	dev-libs/libical:=
-	speech? ( $(add_qt_dep qtspeech) )
 "
 DEPEND="${CDEPEND}
 	$(add_qt_dep qtxmlpatterns)
@@ -79,11 +79,3 @@ src_prepare() {
 	# We don't build kolab, so we can disable this
 	punt_bogus_dep KF5 KDELibs4Support
 }
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake-utils_use_find_package speech Qt5TextToSpeech)
-	)
-
-	kde5_src_configure
-}


^ permalink raw reply related	[flat|nested] 54+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdepim-runtime/
@ 2018-11-13 19:58 Andreas Sturmlechner
  0 siblings, 0 replies; 54+ messages in thread
From: Andreas Sturmlechner @ 2018-11-13 19:58 UTC (permalink / raw
  To: gentoo-commits

commit:     6838fe1003103efd8e3eb7511cddc354b847f4b1
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 13 18:54:07 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Nov 13 19:57:45 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=6838fe10

kde-apps/kdepim-runtime: CDEPEND => COMMON_DEPEND

Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/kdepim-runtime/kdepim-runtime-18.12.49.9999.ebuild | 6 +++---
 kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild          | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-18.12.49.9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-18.12.49.9999.ebuild
index 3650936e69..2df05fd0fe 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-18.12.49.9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-18.12.49.9999.ebuild
@@ -14,7 +14,7 @@ KEYWORDS=""
 IUSE=""
 
 # TODO kolab
-CDEPEND="
+COMMON_DEPEND="
 	$(add_frameworks_dep kcodecs)
 	$(add_frameworks_dep kcompletion)
 	$(add_frameworks_dep kconfig)
@@ -61,12 +61,12 @@ CDEPEND="
 	dev-libs/cyrus-sasl:2
 	dev-libs/libical:=
 "
-DEPEND="${CDEPEND}
+DEPEND="${COMMON_DEPEND}
 	$(add_qt_dep qtxmlpatterns)
 	dev-libs/libxslt
 	test? ( $(add_kdeapps_dep kimap 'test') )
 "
-RDEPEND="${CDEPEND}
+RDEPEND="${COMMON_DEPEND}
 	!kde-apps/kdepim-l10n
 	!kde-misc/akonadi-ews
 	$(add_frameworks_dep oxygen-icons)

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
index 3650936e69..2df05fd0fe 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
@@ -14,7 +14,7 @@ KEYWORDS=""
 IUSE=""
 
 # TODO kolab
-CDEPEND="
+COMMON_DEPEND="
 	$(add_frameworks_dep kcodecs)
 	$(add_frameworks_dep kcompletion)
 	$(add_frameworks_dep kconfig)
@@ -61,12 +61,12 @@ CDEPEND="
 	dev-libs/cyrus-sasl:2
 	dev-libs/libical:=
 "
-DEPEND="${CDEPEND}
+DEPEND="${COMMON_DEPEND}
 	$(add_qt_dep qtxmlpatterns)
 	dev-libs/libxslt
 	test? ( $(add_kdeapps_dep kimap 'test') )
 "
-RDEPEND="${CDEPEND}
+RDEPEND="${COMMON_DEPEND}
 	!kde-apps/kdepim-l10n
 	!kde-misc/akonadi-ews
 	$(add_frameworks_dep oxygen-icons)


^ permalink raw reply related	[flat|nested] 54+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdepim-runtime/
@ 2018-11-16 22:17 Andreas Sturmlechner
  0 siblings, 0 replies; 54+ messages in thread
From: Andreas Sturmlechner @ 2018-11-16 22:17 UTC (permalink / raw
  To: gentoo-commits

commit:     8f2842949970b4d4f614d29960cba8a9205cfa5f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 16 21:55:42 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Nov 16 21:55:42 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=8f284294

kde-apps/kdepim-runtime: Drop likely obsolete oxygen-icons RDEPEND

Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/kdepim-runtime/kdepim-runtime-18.12.49.9999.ebuild | 1 -
 kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild          | 1 -
 2 files changed, 2 deletions(-)

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-18.12.49.9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-18.12.49.9999.ebuild
index 440c589d90..a098bb9c0e 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-18.12.49.9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-18.12.49.9999.ebuild
@@ -71,7 +71,6 @@ DEPEND="${COMMON_DEPEND}
 RDEPEND="${COMMON_DEPEND}
 	!kde-apps/kdepim-l10n
 	!kde-misc/akonadi-ews
-	$(add_frameworks_dep oxygen-icons)
 "
 
 RESTRICT+=" test"

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
index 440c589d90..a098bb9c0e 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
@@ -71,7 +71,6 @@ DEPEND="${COMMON_DEPEND}
 RDEPEND="${COMMON_DEPEND}
 	!kde-apps/kdepim-l10n
 	!kde-misc/akonadi-ews
-	$(add_frameworks_dep oxygen-icons)
 "
 
 RESTRICT+=" test"


^ permalink raw reply related	[flat|nested] 54+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdepim-runtime/
@ 2018-12-26 19:04 Andreas Sturmlechner
  0 siblings, 0 replies; 54+ messages in thread
From: Andreas Sturmlechner @ 2018-12-26 19:04 UTC (permalink / raw
  To: gentoo-commits

commit:     6f1281b6e9c4b44395071f6fa6a74b146dde9321
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 26 19:02:34 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Dec 26 19:02:34 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=6f1281b6

kde-apps/kdepim-runtime: Drop USE oauth, no longer optional

Upstream commit 813e0ba075600a10546b76ae8a5494b10f254fbd

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild | 12 ++----------
 1 file changed, 2 insertions(+), 10 deletions(-)

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
index a098bb9c0e..5bbef5d7c4 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
@@ -11,7 +11,7 @@ inherit kde5
 DESCRIPTION="Runtime plugin collection to extend the functionality of KDE PIM"
 LICENSE="GPL-2+ LGPL-2.1+"
 KEYWORDS=""
-IUSE="+oauth"
+IUSE=""
 
 # TODO kolab
 COMMON_DEPEND="
@@ -55,13 +55,13 @@ COMMON_DEPEND="
 	$(add_qt_dep qtdbus)
 	$(add_qt_dep qtgui)
 	$(add_qt_dep qtnetwork)
+	$(add_qt_dep qtnetworkauth)
 	$(add_qt_dep qtspeech)
 	$(add_qt_dep qtwebengine 'widgets')
 	$(add_qt_dep qtwidgets)
 	$(add_qt_dep qtxml)
 	dev-libs/cyrus-sasl:2
 	dev-libs/libical:=
-	oauth? ( $(add_qt_dep qtnetworkauth) )
 "
 DEPEND="${COMMON_DEPEND}
 	$(add_qt_dep qtxmlpatterns)
@@ -74,11 +74,3 @@ RDEPEND="${COMMON_DEPEND}
 "
 
 RESTRICT+=" test"
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake-utils_use_find_package oauth Qt5NetworkAuth)
-	)
-
-	kde5_src_configure
-}


^ permalink raw reply related	[flat|nested] 54+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdepim-runtime/
@ 2019-06-10 22:03 Andreas Sturmlechner
  0 siblings, 0 replies; 54+ messages in thread
From: Andreas Sturmlechner @ 2019-06-10 22:03 UTC (permalink / raw
  To: gentoo-commits

commit:     1c696f46e11ace58458cd57542f23e3684822d6b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 10 21:52:03 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jun 10 22:02:51 2019 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=1c696f46

kde-apps/kdepim-runtime: Disable kdelibs4support again

We don't build kolab, make sure Libkolabxml can not be found as well.

Upstream has been busy porting away from deprecated stuff in EWS:
0935a3e91d32414db5cdc93ad807b7b026dc89c4
93c8dd8c1b49eb0ab593f7dcf620abed76b49475

Bug: https://bugs.gentoo.org/670958
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../kdepim-runtime/kdepim-runtime-19.04.49.9999.ebuild     | 14 +++++++++++++-
 kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild         | 14 +++++++++++++-
 2 files changed, 26 insertions(+), 2 deletions(-)

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-19.04.49.9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-19.04.49.9999.ebuild
index 46b423a923..69ba1afd75 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-19.04.49.9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-19.04.49.9999.ebuild
@@ -24,7 +24,6 @@ COMMON_DEPEND="
 	$(add_frameworks_dep kconfigwidgets)
 	$(add_frameworks_dep kcoreaddons)
 	$(add_frameworks_dep kdbusaddons)
-	$(add_frameworks_dep kdelibs4support)
 	$(add_frameworks_dep kholidays)
 	$(add_frameworks_dep ki18n)
 	$(add_frameworks_dep kio)
@@ -76,3 +75,16 @@ RDEPEND="${COMMON_DEPEND}
 "
 
 RESTRICT+=" test"
+
+src_prepare() {
+	kde5_src_prepare
+	# We don't build kolab, so we can disable this
+	punt_bogus_dep KF5 KDELibs4Support
+}
+
+src_configure() {
+	local mycmakeargs=(
+		-DCMAKE_DISABLE_FIND_PACKAGE_Libkolabxml=ON
+	)
+	kde5_src_configure
+}

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
index 46b423a923..69ba1afd75 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
@@ -24,7 +24,6 @@ COMMON_DEPEND="
 	$(add_frameworks_dep kconfigwidgets)
 	$(add_frameworks_dep kcoreaddons)
 	$(add_frameworks_dep kdbusaddons)
-	$(add_frameworks_dep kdelibs4support)
 	$(add_frameworks_dep kholidays)
 	$(add_frameworks_dep ki18n)
 	$(add_frameworks_dep kio)
@@ -76,3 +75,16 @@ RDEPEND="${COMMON_DEPEND}
 "
 
 RESTRICT+=" test"
+
+src_prepare() {
+	kde5_src_prepare
+	# We don't build kolab, so we can disable this
+	punt_bogus_dep KF5 KDELibs4Support
+}
+
+src_configure() {
+	local mycmakeargs=(
+		-DCMAKE_DISABLE_FIND_PACKAGE_Libkolabxml=ON
+	)
+	kde5_src_configure
+}


^ permalink raw reply related	[flat|nested] 54+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdepim-runtime/
@ 2019-06-12 17:34 Andreas Sturmlechner
  0 siblings, 0 replies; 54+ messages in thread
From: Andreas Sturmlechner @ 2019-06-12 17:34 UTC (permalink / raw
  To: gentoo-commits

commit:     264f613a3f6c6e218b8f9aa15fc064b91ec1fca7
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 12 17:33:07 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jun 12 17:33:07 2019 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=264f613a

kde-apps/kdepim-runtime: Ported away from kdelibs4support upstream

Upstream commit 47a0fe1e2f7496ae32b33a8fdf974a00c8fa80e1

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
index 69ba1afd75..372b1943b9 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
@@ -76,12 +76,6 @@ RDEPEND="${COMMON_DEPEND}
 
 RESTRICT+=" test"
 
-src_prepare() {
-	kde5_src_prepare
-	# We don't build kolab, so we can disable this
-	punt_bogus_dep KF5 KDELibs4Support
-}
-
 src_configure() {
 	local mycmakeargs=(
 		-DCMAKE_DISABLE_FIND_PACKAGE_Libkolabxml=ON


^ permalink raw reply related	[flat|nested] 54+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdepim-runtime/
@ 2019-08-22 16:13 Andreas Sturmlechner
  0 siblings, 0 replies; 54+ messages in thread
From: Andreas Sturmlechner @ 2019-08-22 16:13 UTC (permalink / raw
  To: gentoo-commits

commit:     b0ac038f4cb220d15104b7c966f537045dde953e
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 22 15:24:23 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Aug 22 15:24:23 2019 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=b0ac038f

kde-apps/kdepim-runtime: Apparently there was a facebook resource

Disable as done by upstream in commit c2191e695e827923d24eb68949dd4c49ced4128d

Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/kdepim-runtime/kdepim-runtime-19.08.49.9999.ebuild | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-19.08.49.9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-19.08.49.9999.ebuild
index 372b1943b9..d80ed74619 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-19.08.49.9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-19.08.49.9999.ebuild
@@ -76,6 +76,11 @@ RDEPEND="${COMMON_DEPEND}
 
 RESTRICT+=" test"
 
+src_prepare() {
+	kde5_src_prepare
+	sed -i resources/CMakeLists.txt -e "/add_subdirectory( *facebook *)/ s/^/#DONT/" || die
+}
+
 src_configure() {
 	local mycmakeargs=(
 		-DCMAKE_DISABLE_FIND_PACKAGE_Libkolabxml=ON


^ permalink raw reply related	[flat|nested] 54+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdepim-runtime/
@ 2020-02-22 19:43 Andreas Sturmlechner
  0 siblings, 0 replies; 54+ messages in thread
From: Andreas Sturmlechner @ 2020-02-22 19:43 UTC (permalink / raw
  To: gentoo-commits

commit:     51533d24b8128d5c37aedfafe34f4b50e69bf2b1
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 22 17:51:17 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Feb 22 17:51:17 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=51533d24

kde-apps/kdepim-runtime: Drop unused DEPEND

Upstream commit e0692c1cf7d3518a053a56d3fc3507ed14a8bf5f

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
index 767142619e..5f1a0dc06d 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
@@ -56,7 +56,6 @@ RDEPEND="
 	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
 	>=kde-frameworks/kcontacts-${KFMIN}:5
 	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
 	>=kde-frameworks/kholidays-${KFMIN}:5
 	>=kde-frameworks/ki18n-${KFMIN}:5
 	>=kde-frameworks/kio-${KFMIN}:5


^ permalink raw reply related	[flat|nested] 54+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdepim-runtime/
@ 2020-04-04 16:19 Andreas Sturmlechner
  0 siblings, 0 replies; 54+ messages in thread
From: Andreas Sturmlechner @ 2020-04-04 16:19 UTC (permalink / raw
  To: gentoo-commits

commit:     18fe082bb6748db385514494acddb6282bd7e75f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  4 16:15:24 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Apr  4 16:15:24 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=18fe082b

kde-apps/kdepim-runtime: Add missing DEPEND

Upstream commits:
fbbe8506850449e4702390c8d172a1663cbcc032
b0d6479e824db06e292c61c195c3b224a6955925

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/kdepim-runtime/kdepim-runtime-20.03.90.ebuild      | 1 +
 kde-apps/kdepim-runtime/kdepim-runtime-20.04.49.9999.ebuild | 1 +
 kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild          | 1 +
 3 files changed, 3 insertions(+)

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-20.03.90.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-20.03.90.ebuild
index 42a9055947..74c454f2da 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-20.03.90.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-20.03.90.ebuild
@@ -24,6 +24,7 @@ BDEPEND="
 	dev-libs/libxslt
 "
 RDEPEND="
+	>=app-crypt/qca-2.3.0:2
 	dev-libs/cyrus-sasl:2
 	dev-libs/libical:=
 	>=dev-qt/qtdbus-${QTMIN}:5

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-20.04.49.9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-20.04.49.9999.ebuild
index 9186211432..f0f6f6a645 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-20.04.49.9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-20.04.49.9999.ebuild
@@ -24,6 +24,7 @@ BDEPEND="
 	dev-libs/libxslt
 "
 RDEPEND="
+	>=app-crypt/qca-2.3.0:2
 	dev-libs/cyrus-sasl:2
 	dev-libs/libical:=
 	>=dev-qt/qtdbus-${QTMIN}:5

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
index a192adf9c6..5e855f8bd1 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
@@ -24,6 +24,7 @@ BDEPEND="
 	dev-libs/libxslt
 "
 RDEPEND="
+	>=app-crypt/qca-2.3.0:2
 	dev-libs/cyrus-sasl:2
 	dev-libs/libical:=
 	>=dev-qt/qtdbus-${QTMIN}:5


^ permalink raw reply related	[flat|nested] 54+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdepim-runtime/
@ 2020-04-29 16:10 Andreas Sturmlechner
  0 siblings, 0 replies; 54+ messages in thread
From: Andreas Sturmlechner @ 2020-04-29 16:10 UTC (permalink / raw
  To: gentoo-commits

commit:     b02598c6c816eadb656c1ff80b8004e3ffb3c28d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 29 11:10:02 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Apr 29 11:10:02 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=b02598c6

kde-apps/kdepim-runtime: Add new DEPEND

Upstream commit 214802586d416eae08801c40cd26867f06a0ada1

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
index 323d6cef79..18db853070 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
@@ -48,6 +48,7 @@ RDEPEND="
 	>=kde-apps/kmailtransport-${PVCUT}:5
 	>=kde-apps/kmbox-${PVCUT}:5
 	>=kde-apps/kmime-${PVCUT}:5
+	>=kde-apps/libkdepim-${PVCUT}:5
 	>=kde-apps/libkgapi-${PVCUT}:5
 	>=kde-apps/pimcommon-${PVCUT}:5
 	>=kde-frameworks/kcalendarcore-${KFMIN}:5


^ permalink raw reply related	[flat|nested] 54+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdepim-runtime/
@ 2020-06-15 23:03 Andreas Sturmlechner
  0 siblings, 0 replies; 54+ messages in thread
From: Andreas Sturmlechner @ 2020-06-15 23:03 UTC (permalink / raw
  To: gentoo-commits

commit:     f740652b474d22e73a24933f6be39cc1024c6a17
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 15 20:21:29 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jun 15 20:21:29 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=f740652b

kde-apps/kdepim-runtime: Update DEPENDs

Upstream commit 42f95c68c33864dc553a7e743deec501be5faf49

Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
index b6640cac76..ed3a4448ab 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
@@ -45,6 +45,7 @@ RDEPEND="
 	>=kde-apps/kdav-${PVCUT}:5
 	>=kde-apps/kidentitymanagement-${PVCUT}:5
 	>=kde-apps/kimap-${PVCUT}:5
+	>=kde-apps/kldap-${PVCUT}:5
 	>=kde-apps/kmailtransport-${PVCUT}:5
 	>=kde-apps/kmbox-${PVCUT}:5
 	>=kde-apps/kmime-${PVCUT}:5
@@ -52,6 +53,7 @@ RDEPEND="
 	>=kde-apps/libkgapi-${PVCUT}:5
 	>=kde-apps/pimcommon-${PVCUT}:5
 	>=kde-frameworks/kcalendarcore-${KFMIN}:5
+	>=kde-frameworks/kcmutils-${KFMIN}:5
 	>=kde-frameworks/kcodecs-${KFMIN}:5
 	>=kde-frameworks/kcompletion-${KFMIN}:5
 	>=kde-frameworks/kconfig-${KFMIN}:5


^ permalink raw reply related	[flat|nested] 54+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdepim-runtime/
@ 2021-04-15 22:32 Andreas Sturmlechner
  0 siblings, 0 replies; 54+ messages in thread
From: Andreas Sturmlechner @ 2021-04-15 22:32 UTC (permalink / raw
  To: gentoo-commits

commit:     38107b69335e1585fef0cf7e93bcc0b91c571b3c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 15 20:31:05 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Apr 15 22:30:39 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=38107b69

kde-apps/kdepim-runtime: Update DEPENDs

Upstream commits:
1f37277c0355608f770d0d397145b937000ba722
662c4ffb10908a431a8b25483caf107d598b19c5

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
index 4e6cf4848b..acf22fec86 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
@@ -19,14 +19,14 @@ SLOT="5"
 KEYWORDS=""
 IUSE=""
 
+RESTRICT+=" test"
+
 # TODO kolab
-BDEPEND="
-	dev-libs/libxslt
-"
 RDEPEND="
 	>=app-crypt/qca-2.3.0:2
 	dev-libs/cyrus-sasl:2
 	dev-libs/libical:=
+	dev-libs/qtkeychain:=
 	>=dev-qt/qtdbus-${QTMIN}:5
 	>=dev-qt/qtgui-${QTMIN}:5
 	>=dev-qt/qtnetwork-${QTMIN}:5
@@ -70,7 +70,6 @@ RDEPEND="
 	>=kde-frameworks/knotifyconfig-${KFMIN}:5
 	>=kde-frameworks/kservice-${KFMIN}:5
 	>=kde-frameworks/ktextwidgets-${KFMIN}:5
-	>=kde-frameworks/kwallet-${KFMIN}:5
 	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
 	>=kde-frameworks/kwindowsystem-${KFMIN}:5
 	>=kde-frameworks/kxmlgui-${KFMIN}:5
@@ -79,8 +78,7 @@ DEPEND="${RDEPEND}
 	>=dev-qt/qtxmlpatterns-${QTMIN}:5
 	test? ( >=kde-apps/kimap-${PVCUT}:5[test] )
 "
-
-RESTRICT+=" test"
+BDEPEND="dev-libs/libxslt"
 
 src_configure() {
 	local mycmakeargs=(


^ permalink raw reply related	[flat|nested] 54+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdepim-runtime/
@ 2021-04-25  8:00 Andreas Sturmlechner
  0 siblings, 0 replies; 54+ messages in thread
From: Andreas Sturmlechner @ 2021-04-25  8:00 UTC (permalink / raw
  To: gentoo-commits

commit:     b7b7246ccf6e10291b38a90201c0093b22bbbac2
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 25 07:57:58 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 25 07:59:48 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=b7b7246c

kde-apps/kdepim-runtime: Set ECM_HANDBOOK=optional

Upstream commit 81d61a9804e558c5ef78f0919b68ced3c751a810

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
index b8e914b53f..ae00ba4d7c 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-ECM_HANDBOOK="forceoptional"
+ECM_HANDBOOK="optional"
 ECM_TEST="forceoptional"
 PVCUT=$(ver_cut 1-3)
 KFMIN=5.81.0


^ permalink raw reply related	[flat|nested] 54+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdepim-runtime/
@ 2021-11-15 19:01 Andreas Sturmlechner
  0 siblings, 0 replies; 54+ messages in thread
From: Andreas Sturmlechner @ 2021-11-15 19:01 UTC (permalink / raw
  To: gentoo-commits

commit:     497a9a5a2fd8d3b13438dcd75b18972e6c7be956
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 15 15:24:00 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Nov 15 19:01:09 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=497a9a5a

kde-apps/kdepim-runtime: Drop unused BDEPEND and DEPENDs

Upstream commits:
6c5a06017f9f2b2f32b5275ed4e0d266a348c827
ea354ea584ef4364b7fe5c163258704a1192e288
a5347d1c34c457d811d49cef570eb0d4951d96fc

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
index 187a4775e2..472e3cf90c 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
@@ -40,7 +40,6 @@ RDEPEND="
 	>=kde-apps/akonadi-contacts-${PVCUT}:5
 	>=kde-apps/akonadi-mime-${PVCUT}:5
 	>=kde-apps/akonadi-notes-${PVCUT}:5
-	>=kde-apps/grantleetheme-${PVCUT}:5
 	>=kde-apps/kalarmcal-${PVCUT}:5
 	>=kde-apps/kcalutils-${PVCUT}:5
 	>=kde-apps/kidentitymanagement-${PVCUT}:5
@@ -51,7 +50,6 @@ RDEPEND="
 	>=kde-apps/kmime-${PVCUT}:5
 	>=kde-apps/libkdepim-${PVCUT}:5
 	>=kde-apps/libkgapi-${PVCUT}:5
-	>=kde-apps/pimcommon-${PVCUT}:5
 	>=kde-frameworks/kcalendarcore-${KFMIN}:5
 	>=kde-frameworks/kcmutils-${KFMIN}:5
 	>=kde-frameworks/kcodecs-${KFMIN}:5
@@ -78,7 +76,6 @@ DEPEND="${RDEPEND}
 	>=dev-qt/qtxmlpatterns-${QTMIN}:5
 	test? ( >=kde-apps/kimap-${PVCUT}:5[test] )
 "
-BDEPEND="dev-libs/libxslt"
 
 src_configure() {
 	local mycmakeargs=(


^ permalink raw reply related	[flat|nested] 54+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdepim-runtime/
@ 2021-11-15 19:01 Andreas Sturmlechner
  0 siblings, 0 replies; 54+ messages in thread
From: Andreas Sturmlechner @ 2021-11-15 19:01 UTC (permalink / raw
  To: gentoo-commits

commit:     2fb145fd9132c0f3cc589c8030eda8f536a45812
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 15 15:29:06 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Nov 15 19:01:09 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=2fb145fd

kde-apps/kdepim-runtime: Re-add IUSE speech

Upstream commit f7bac15b097965ae57b4a7f48095f91de67c6c42

Bug: https://bugs.gentoo.org/680534
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild | 5 +++--
 kde-apps/kdepim-runtime/metadata.xml               | 3 +++
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
index 472e3cf90c..570f150390 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://apps.kde.org/kontact/"
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="5"
 KEYWORDS=""
-IUSE=""
+IUSE="speech"
 
 RESTRICT="test"
 
@@ -31,7 +31,6 @@ RDEPEND="
 	>=dev-qt/qtgui-${QTMIN}:5
 	>=dev-qt/qtnetwork-${QTMIN}:5
 	>=dev-qt/qtnetworkauth-${QTMIN}:5
-	>=dev-qt/qtspeech-${QTMIN}:5
 	>=dev-qt/qtwebengine-${QTMIN}:5[widgets]
 	>=dev-qt/qtwidgets-${QTMIN}:5
 	>=dev-qt/qtxml-${QTMIN}:5
@@ -71,6 +70,7 @@ RDEPEND="
 	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
 	>=kde-frameworks/kwindowsystem-${KFMIN}:5
 	>=kde-frameworks/kxmlgui-${KFMIN}:5
+	speech? ( >=dev-qt/qtspeech-${QTMIN}:5 )
 "
 DEPEND="${RDEPEND}
 	>=dev-qt/qtxmlpatterns-${QTMIN}:5
@@ -80,6 +80,7 @@ DEPEND="${RDEPEND}
 src_configure() {
 	local mycmakeargs=(
 		-DCMAKE_DISABLE_FIND_PACKAGE_Libkolabxml=ON
+		$(cmake-utils_use_find_package speech Qt5TextToSpeech)
 	)
 	ecm_src_configure
 }

diff --git a/kde-apps/kdepim-runtime/metadata.xml b/kde-apps/kdepim-runtime/metadata.xml
index d925f24397..fa80953797 100644
--- a/kde-apps/kdepim-runtime/metadata.xml
+++ b/kde-apps/kdepim-runtime/metadata.xml
@@ -8,4 +8,7 @@
 	<upstream>
 		<bugs-to>https://bugs.kde.org/</bugs-to>
 	</upstream>
+	<use>
+		<flag name="speech">Enable text-to-speech support</flag>
+	</use>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 54+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdepim-runtime/
@ 2022-03-24 14:53 Andreas Sturmlechner
  0 siblings, 0 replies; 54+ messages in thread
From: Andreas Sturmlechner @ 2022-03-24 14:53 UTC (permalink / raw
  To: gentoo-commits

commit:     39da941e540a8859d77f8a794789acdfac473e76
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 24 13:37:28 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar 24 14:53:07 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=39da941e

kde-apps/kdepim-runtime: Drop unused DEPEND

Upstream commit 93ca42832e5e4e1f3196eff04a0bf6363902faec

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
index 1af83896d7..8c3f34f288 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
@@ -39,7 +39,6 @@ RDEPEND="
 	>=kde-apps/akonadi-contacts-${PVCUT}:5
 	>=kde-apps/akonadi-mime-${PVCUT}:5
 	>=kde-apps/akonadi-notes-${PVCUT}:5
-	>=kde-apps/kalarmcal-${PVCUT}:5
 	>=kde-apps/kcalutils-${PVCUT}:5
 	>=kde-apps/kidentitymanagement-${PVCUT}:5
 	>=kde-apps/kimap-${PVCUT}:5


^ permalink raw reply related	[flat|nested] 54+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdepim-runtime/
@ 2022-10-11 15:18 Andreas Sturmlechner
  0 siblings, 0 replies; 54+ messages in thread
From: Andreas Sturmlechner @ 2022-10-11 15:18 UTC (permalink / raw
  To: gentoo-commits

commit:     618e7011094ba53c425143f90a4e3328b438392f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 11 14:47:24 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Oct 11 15:17:12 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=618e7011

kde-apps/kdepim-runtime: Add app-crypt/qca[qt5(+)] USEdep

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/kdepim-runtime/kdepim-runtime-22.08.2.ebuild       | 2 +-
 kde-apps/kdepim-runtime/kdepim-runtime-22.08.49.9999.ebuild | 2 +-
 kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild          | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-22.08.2.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-22.08.2.ebuild
index a2b5e5e9fe..5517492560 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-22.08.2.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-22.08.2.ebuild
@@ -23,7 +23,7 @@ RESTRICT="test"
 
 # TODO kolab
 RDEPEND="
-	>=app-crypt/qca-2.3.0:2
+	>=app-crypt/qca-2.3.0:2[qt5(+)]
 	dev-libs/cyrus-sasl:2
 	dev-libs/libical:=
 	dev-libs/qtkeychain:=

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-22.08.49.9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-22.08.49.9999.ebuild
index 5fd72aad0f..6768501fad 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-22.08.49.9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-22.08.49.9999.ebuild
@@ -23,7 +23,7 @@ RESTRICT="test"
 
 # TODO kolab
 RDEPEND="
-	>=app-crypt/qca-2.3.0:2
+	>=app-crypt/qca-2.3.0:2[qt5(+)]
 	dev-libs/cyrus-sasl:2
 	dev-libs/libical:=
 	dev-libs/qtkeychain:=

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
index 400518341e..ad1d6e93a1 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
@@ -23,7 +23,7 @@ RESTRICT="test"
 
 # TODO kolab
 RDEPEND="
-	>=app-crypt/qca-2.3.0:2
+	>=app-crypt/qca-2.3.0:2[qt5(+)]
 	dev-libs/cyrus-sasl:2
 	dev-libs/libical:=
 	dev-libs/qtkeychain:=


^ permalink raw reply related	[flat|nested] 54+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdepim-runtime/
@ 2022-10-11 15:18 Andreas Sturmlechner
  0 siblings, 0 replies; 54+ messages in thread
From: Andreas Sturmlechner @ 2022-10-11 15:18 UTC (permalink / raw
  To: gentoo-commits

commit:     46df6b10285f202287dd4f63457c72b9540a1ccb
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 11 14:58:40 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Oct 11 15:17:12 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=46df6b10

kde-apps/kdepim-runtime: Add dev-libs/qtkeychain[qt5(+)] USEdep

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/kdepim-runtime/kdepim-runtime-22.08.2.ebuild       | 2 +-
 kde-apps/kdepim-runtime/kdepim-runtime-22.08.49.9999.ebuild | 2 +-
 kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild          | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-22.08.2.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-22.08.2.ebuild
index 5517492560..2f8b82a677 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-22.08.2.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-22.08.2.ebuild
@@ -26,7 +26,7 @@ RDEPEND="
 	>=app-crypt/qca-2.3.0:2[qt5(+)]
 	dev-libs/cyrus-sasl:2
 	dev-libs/libical:=
-	dev-libs/qtkeychain:=
+	dev-libs/qtkeychain:=[qt5(+)]
 	>=dev-qt/qtdbus-${QTMIN}:5
 	>=dev-qt/qtgui-${QTMIN}:5
 	>=dev-qt/qtnetwork-${QTMIN}:5

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-22.08.49.9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-22.08.49.9999.ebuild
index 6768501fad..c0e9216ebe 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-22.08.49.9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-22.08.49.9999.ebuild
@@ -26,7 +26,7 @@ RDEPEND="
 	>=app-crypt/qca-2.3.0:2[qt5(+)]
 	dev-libs/cyrus-sasl:2
 	dev-libs/libical:=
-	dev-libs/qtkeychain:=
+	dev-libs/qtkeychain:=[qt5(+)]
 	>=dev-qt/qtdbus-${QTMIN}:5
 	>=dev-qt/qtgui-${QTMIN}:5
 	>=dev-qt/qtnetwork-${QTMIN}:5

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
index ad1d6e93a1..b0a8b22f65 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
@@ -26,7 +26,7 @@ RDEPEND="
 	>=app-crypt/qca-2.3.0:2[qt5(+)]
 	dev-libs/cyrus-sasl:2
 	dev-libs/libical:=
-	dev-libs/qtkeychain:=
+	dev-libs/qtkeychain:=[qt5(+)]
 	>=dev-qt/qtdbus-${QTMIN}:5
 	>=dev-qt/qtgui-${QTMIN}:5
 	>=dev-qt/qtnetwork-${QTMIN}:5


^ permalink raw reply related	[flat|nested] 54+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdepim-runtime/
@ 2023-08-06 20:39 Andreas Sturmlechner
  0 siblings, 0 replies; 54+ messages in thread
From: Andreas Sturmlechner @ 2023-08-06 20:39 UTC (permalink / raw
  To: gentoo-commits

commit:     c668a2fac4e4cc433a2bcfdb4e499bd78f346b69
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  6 17:52:09 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug  6 17:52:09 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=c668a2fa

kde-apps/kdepim-runtime: Add new dependency

Upstream commit 26d619221d6fb5b6e4f94863e298ee6bd1a9fde2

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
index a9bbc62938..e634c334ee 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
@@ -65,6 +65,7 @@ RDEPEND="
 	>=kde-frameworks/knotifyconfig-${KFMIN}:5
 	>=kde-frameworks/kservice-${KFMIN}:5
 	>=kde-frameworks/ktextwidgets-${KFMIN}:5
+	>=kde-frameworks/kwallet-${KFMIN}:5
 	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
 	>=kde-frameworks/kwindowsystem-${KFMIN}:5
 	>=kde-frameworks/kxmlgui-${KFMIN}:5


^ permalink raw reply related	[flat|nested] 54+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdepim-runtime/
@ 2024-03-03 15:05 Andreas Sturmlechner
  0 siblings, 0 replies; 54+ messages in thread
From: Andreas Sturmlechner @ 2024-03-03 15:05 UTC (permalink / raw
  To: gentoo-commits

commit:     c45a166021ff7b81c96a138823bb8dd590e96e61
Author:     Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Wed Jan  3 02:06:56 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar  3 15:04:24 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=c45a1660

kde-apps/kdepim-runtime: update dependencies

* Drop ECM_HANDBOOK, removed in upstream commit 9a2aa4db.
* Hook up tests a bit despite not un-RESTRICTing them.
* Add kde-apps/akonadi itself to the dependencies.
* Disabled automagic and drop a slew on unused dependencies.

Upstream commits:
d0c43cdf9fbbff73d8eb0eaa1e5451ef45ada5e4
2dda00cb700679633593b456e4085ae9a4fe8e44

Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../kdepim-runtime/kdepim-runtime-24.02.49.9999.ebuild     | 14 ++++++++------
 kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild         | 14 ++++++++------
 2 files changed, 16 insertions(+), 12 deletions(-)

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-24.02.49.9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-24.02.49.9999.ebuild
index fefb6b6a7f..210a48a296 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-24.02.49.9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-24.02.49.9999.ebuild
@@ -3,7 +3,6 @@
 
 EAPI=8
 
-ECM_HANDBOOK="optional"
 ECM_TEST="forceoptional"
 PVCUT=$(ver_cut 1-3)
 KFMIN=6.0.0
@@ -20,12 +19,12 @@ IUSE="speech"
 
 RESTRICT="test"
 
-# TODO kolab
+# TODO etebase, kolab
 RDEPEND="
 	>=app-crypt/qca-2.3.7:2[qt6]
 	dev-libs/cyrus-sasl:2
-	dev-libs/libical:=
 	>=dev-libs/qtkeychain-0.14.1-r1:=[qt6]
+	>=dev-libs/ktextaddons-1.5.3:6
 	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets,xml]
 	>=dev-qt/qtnetworkauth-${QTMIN}:6
 	>=dev-qt/qtwebengine-${QTMIN}:6[widgets]
@@ -41,7 +40,6 @@ RDEPEND="
 	>=kde-apps/kmailtransport-${PVCUT}:6
 	>=kde-apps/kmbox-${PVCUT}:6
 	>=kde-apps/kmime-${PVCUT}:6
-	>=kde-apps/libkdepim-${PVCUT}:6
 	>=kde-apps/libkgapi-${PVCUT}:6
 	>=kde-frameworks/kcalendarcore-${KFMIN}:6
 	>=kde-frameworks/kcmutils-${KFMIN}:6
@@ -52,7 +50,6 @@ RDEPEND="
 	>=kde-frameworks/kcontacts-${KFMIN}:6
 	>=kde-frameworks/kcoreaddons-${KFMIN}:6
 	>=kde-frameworks/kdav-${KFMIN}:6
-	>=kde-frameworks/kholidays-${KFMIN}:6
 	>=kde-frameworks/ki18n-${KFMIN}:6
 	>=kde-frameworks/kio-${KFMIN}:6
 	>=kde-frameworks/kitemmodels-${KFMIN}:6
@@ -68,11 +65,16 @@ RDEPEND="
 	speech? ( >=dev-qt/qtspeech-${QTMIN}:6 )
 "
 DEPEND="${RDEPEND}
-	test? ( >=kde-apps/kimap-${PVCUT}:6[test] )
+	test? (
+		>=kde-apps/akonadi-${PVCUT}:6[tools]
+		>=kde-apps/kimap-${PVCUT}:6[test]
+	)
 "
 
 src_configure() {
 	local mycmakeargs=(
+		-DKDEPIM_RUN_AKONADI_TEST=$(usex test)
+		-DCMAKE_DISABLE_FIND_PACKAGE_Etebase=ON
 		-DCMAKE_DISABLE_FIND_PACKAGE_Libkolabxml=ON
 		$(cmake_use_find_package speech Qt6TextToSpeech)
 	)

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
index fefb6b6a7f..210a48a296 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
@@ -3,7 +3,6 @@
 
 EAPI=8
 
-ECM_HANDBOOK="optional"
 ECM_TEST="forceoptional"
 PVCUT=$(ver_cut 1-3)
 KFMIN=6.0.0
@@ -20,12 +19,12 @@ IUSE="speech"
 
 RESTRICT="test"
 
-# TODO kolab
+# TODO etebase, kolab
 RDEPEND="
 	>=app-crypt/qca-2.3.7:2[qt6]
 	dev-libs/cyrus-sasl:2
-	dev-libs/libical:=
 	>=dev-libs/qtkeychain-0.14.1-r1:=[qt6]
+	>=dev-libs/ktextaddons-1.5.3:6
 	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets,xml]
 	>=dev-qt/qtnetworkauth-${QTMIN}:6
 	>=dev-qt/qtwebengine-${QTMIN}:6[widgets]
@@ -41,7 +40,6 @@ RDEPEND="
 	>=kde-apps/kmailtransport-${PVCUT}:6
 	>=kde-apps/kmbox-${PVCUT}:6
 	>=kde-apps/kmime-${PVCUT}:6
-	>=kde-apps/libkdepim-${PVCUT}:6
 	>=kde-apps/libkgapi-${PVCUT}:6
 	>=kde-frameworks/kcalendarcore-${KFMIN}:6
 	>=kde-frameworks/kcmutils-${KFMIN}:6
@@ -52,7 +50,6 @@ RDEPEND="
 	>=kde-frameworks/kcontacts-${KFMIN}:6
 	>=kde-frameworks/kcoreaddons-${KFMIN}:6
 	>=kde-frameworks/kdav-${KFMIN}:6
-	>=kde-frameworks/kholidays-${KFMIN}:6
 	>=kde-frameworks/ki18n-${KFMIN}:6
 	>=kde-frameworks/kio-${KFMIN}:6
 	>=kde-frameworks/kitemmodels-${KFMIN}:6
@@ -68,11 +65,16 @@ RDEPEND="
 	speech? ( >=dev-qt/qtspeech-${QTMIN}:6 )
 "
 DEPEND="${RDEPEND}
-	test? ( >=kde-apps/kimap-${PVCUT}:6[test] )
+	test? (
+		>=kde-apps/akonadi-${PVCUT}:6[tools]
+		>=kde-apps/kimap-${PVCUT}:6[test]
+	)
 "
 
 src_configure() {
 	local mycmakeargs=(
+		-DKDEPIM_RUN_AKONADI_TEST=$(usex test)
+		-DCMAKE_DISABLE_FIND_PACKAGE_Etebase=ON
 		-DCMAKE_DISABLE_FIND_PACKAGE_Libkolabxml=ON
 		$(cmake_use_find_package speech Qt6TextToSpeech)
 	)


^ permalink raw reply related	[flat|nested] 54+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdepim-runtime/
@ 2024-03-15  9:54 Andreas Sturmlechner
  0 siblings, 0 replies; 54+ messages in thread
From: Andreas Sturmlechner @ 2024-03-15  9:54 UTC (permalink / raw
  To: gentoo-commits

commit:     5fe555663846d929a63e355d4235c2fe4fe9a468
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 15 09:53:42 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Mar 15 09:53:42 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=5fe55566

kde-apps/kdepim-runtime: Add new dependency

Upstream commit 6f4914ac93e939e0f83b32a2eefe5d7f012a029f

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/kdepim-runtime/kdepim-runtime-24.02.49.9999.ebuild | 2 +-
 kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-24.02.49.9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-24.02.49.9999.ebuild
index 210a48a296..34a95c414a 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-24.02.49.9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-24.02.49.9999.ebuild
@@ -25,7 +25,7 @@ RDEPEND="
 	dev-libs/cyrus-sasl:2
 	>=dev-libs/qtkeychain-0.14.1-r1:=[qt6]
 	>=dev-libs/ktextaddons-1.5.3:6
-	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets,xml]
+	>=dev-qt/qtbase-${QTMIN}:6[concurrent,dbus,gui,network,widgets,xml]
 	>=dev-qt/qtnetworkauth-${QTMIN}:6
 	>=dev-qt/qtwebengine-${QTMIN}:6[widgets]
 	>=kde-apps/akonadi-${PVCUT}:6

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
index 210a48a296..34a95c414a 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
@@ -25,7 +25,7 @@ RDEPEND="
 	dev-libs/cyrus-sasl:2
 	>=dev-libs/qtkeychain-0.14.1-r1:=[qt6]
 	>=dev-libs/ktextaddons-1.5.3:6
-	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets,xml]
+	>=dev-qt/qtbase-${QTMIN}:6[concurrent,dbus,gui,network,widgets,xml]
 	>=dev-qt/qtnetworkauth-${QTMIN}:6
 	>=dev-qt/qtwebengine-${QTMIN}:6[widgets]
 	>=kde-apps/akonadi-${PVCUT}:6


^ permalink raw reply related	[flat|nested] 54+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdepim-runtime/
@ 2024-05-17 19:50 Andreas Sturmlechner
  0 siblings, 0 replies; 54+ messages in thread
From: Andreas Sturmlechner @ 2024-05-17 19:50 UTC (permalink / raw
  To: gentoo-commits

commit:     b2e2921202d9e648e064c2c98ec36232c175fda1
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri May 17 18:43:30 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri May 17 18:44:13 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=b2e29212

kde-apps/kdepim-runtime: Cleanup obsolete comment

Obsolete since 5fe555663846d929a63e355d4235c2fe4fe9a468 adding back
Qt6Concurrent dependency, see also upstream commit
65edf9bbf56de4a58bbfbe833cb546617c54a201.

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/kdepim-runtime/kdepim-runtime-24.04.90.ebuild      | 2 +-
 kde-apps/kdepim-runtime/kdepim-runtime-24.05.49.9999.ebuild | 2 +-
 kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild          | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-24.04.90.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-24.04.90.ebuild
index b57fadcce1..92f8bc7a00 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-24.04.90.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-24.04.90.ebuild
@@ -19,7 +19,7 @@ IUSE="speech"
 
 RESTRICT="test"
 
-# TODO etebase, kolab
+# TODO kolab
 RDEPEND="
 	>=app-crypt/qca-2.3.7:2[qt6]
 	dev-libs/cyrus-sasl:2

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-24.05.49.9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-24.05.49.9999.ebuild
index 34a95c414a..9d393dbe27 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-24.05.49.9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-24.05.49.9999.ebuild
@@ -19,7 +19,7 @@ IUSE="speech"
 
 RESTRICT="test"
 
-# TODO etebase, kolab
+# TODO kolab
 RDEPEND="
 	>=app-crypt/qca-2.3.7:2[qt6]
 	dev-libs/cyrus-sasl:2

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
index 34a95c414a..9d393dbe27 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
@@ -19,7 +19,7 @@ IUSE="speech"
 
 RESTRICT="test"
 
-# TODO etebase, kolab
+# TODO kolab
 RDEPEND="
 	>=app-crypt/qca-2.3.7:2[qt6]
 	dev-libs/cyrus-sasl:2


^ permalink raw reply related	[flat|nested] 54+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdepim-runtime/
@ 2024-05-17 19:50 Andreas Sturmlechner
  0 siblings, 0 replies; 54+ messages in thread
From: Andreas Sturmlechner @ 2024-05-17 19:50 UTC (permalink / raw
  To: gentoo-commits

commit:     2f6edf171618135150e8eb6a4a634f283555079d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri May 17 18:48:37 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri May 17 18:48:37 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=2f6edf17

kde-apps/kdepim-runtime: Update minimum dependencies

Upstream commits:
48768ce57f9ecfb93cb41f977a2e6fd6979ee760
1ba9d286e1be9e91d1a33ce996335b2e36631aa4

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/kdepim-runtime/kdepim-runtime-24.04.90.ebuild      | 4 ++--
 kde-apps/kdepim-runtime/kdepim-runtime-24.05.49.9999.ebuild | 4 ++--
 kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild          | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-24.04.90.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-24.04.90.ebuild
index 92f8bc7a00..bde7233c45 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-24.04.90.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-24.04.90.ebuild
@@ -23,8 +23,8 @@ RESTRICT="test"
 RDEPEND="
 	>=app-crypt/qca-2.3.7:2[qt6]
 	dev-libs/cyrus-sasl:2
-	>=dev-libs/qtkeychain-0.14.1-r1:=[qt6]
-	>=dev-libs/ktextaddons-1.5.3:6
+	>=dev-libs/qtkeychain-0.14.2:=[qt6]
+	>=dev-libs/ktextaddons-1.5.4:6
 	>=dev-qt/qtbase-${QTMIN}:6[concurrent,dbus,gui,network,widgets,xml]
 	>=dev-qt/qtnetworkauth-${QTMIN}:6
 	>=dev-qt/qtwebengine-${QTMIN}:6[widgets]

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-24.05.49.9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-24.05.49.9999.ebuild
index 9d393dbe27..f14787bc3e 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-24.05.49.9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-24.05.49.9999.ebuild
@@ -23,8 +23,8 @@ RESTRICT="test"
 RDEPEND="
 	>=app-crypt/qca-2.3.7:2[qt6]
 	dev-libs/cyrus-sasl:2
-	>=dev-libs/qtkeychain-0.14.1-r1:=[qt6]
-	>=dev-libs/ktextaddons-1.5.3:6
+	>=dev-libs/qtkeychain-0.14.2:=[qt6]
+	>=dev-libs/ktextaddons-1.5.4:6
 	>=dev-qt/qtbase-${QTMIN}:6[concurrent,dbus,gui,network,widgets,xml]
 	>=dev-qt/qtnetworkauth-${QTMIN}:6
 	>=dev-qt/qtwebengine-${QTMIN}:6[widgets]

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
index 9d393dbe27..f14787bc3e 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
@@ -23,8 +23,8 @@ RESTRICT="test"
 RDEPEND="
 	>=app-crypt/qca-2.3.7:2[qt6]
 	dev-libs/cyrus-sasl:2
-	>=dev-libs/qtkeychain-0.14.1-r1:=[qt6]
-	>=dev-libs/ktextaddons-1.5.3:6
+	>=dev-libs/qtkeychain-0.14.2:=[qt6]
+	>=dev-libs/ktextaddons-1.5.4:6
 	>=dev-qt/qtbase-${QTMIN}:6[concurrent,dbus,gui,network,widgets,xml]
 	>=dev-qt/qtnetworkauth-${QTMIN}:6
 	>=dev-qt/qtwebengine-${QTMIN}:6[widgets]


^ permalink raw reply related	[flat|nested] 54+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/kdepim-runtime/
@ 2024-09-12 19:30 Andreas Sturmlechner
  0 siblings, 0 replies; 54+ messages in thread
From: Andreas Sturmlechner @ 2024-09-12 19:30 UTC (permalink / raw
  To: gentoo-commits

commit:     43e7d05e88a0f93afdc788d616301961e7a35224
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 12 19:05:58 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Sep 12 19:05:58 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=43e7d05e

kde-apps/kdepim-runtime: drop 24.08.1

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../kdepim-runtime/kdepim-runtime-24.08.1.ebuild   | 82 ----------------------
 1 file changed, 82 deletions(-)

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-24.08.1.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-24.08.1.ebuild
deleted file mode 100644
index cd9b6e630b..0000000000
--- a/kde-apps/kdepim-runtime/kdepim-runtime-24.08.1.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-3)
-KFMIN=6.5.0
-QTMIN=6.7.2
-inherit ecm gear.kde.org
-
-DESCRIPTION="Runtime plugin collection to extend the functionality of KDE PIM"
-HOMEPAGE="https://apps.kde.org/kontact/"
-
-LICENSE="GPL-2+ LGPL-2.1+"
-SLOT="6"
-KEYWORDS="~amd64 ~arm64"
-IUSE="speech"
-
-RESTRICT="test"
-
-# TODO kolab
-RDEPEND="
-	>=app-crypt/qca-2.3.7:2[qt6]
-	dev-libs/cyrus-sasl:2
-	>=dev-libs/qtkeychain-0.14.2:=[qt6]
-	>=dev-libs/ktextaddons-1.5.4:6
-	>=dev-qt/qtbase-${QTMIN}:6[concurrent,dbus,gui,network,widgets,xml]
-	>=dev-qt/qtnetworkauth-${QTMIN}:6
-	>=dev-qt/qtwebengine-${QTMIN}:6[widgets]
-	>=kde-apps/akonadi-${PVCUT}:6
-	>=kde-apps/akonadi-calendar-${PVCUT}:6
-	>=kde-apps/akonadi-contacts-${PVCUT}:6
-	>=kde-apps/akonadi-mime-${PVCUT}:6
-	>=kde-apps/akonadi-notes-${PVCUT}:6
-	>=kde-apps/kcalutils-${PVCUT}:6
-	>=kde-apps/kidentitymanagement-${PVCUT}:6
-	>=kde-apps/kimap-${PVCUT}:6
-	>=kde-apps/kldap-${PVCUT}:6
-	>=kde-apps/kmailtransport-${PVCUT}:6
-	>=kde-apps/kmbox-${PVCUT}:6
-	>=kde-apps/kmime-${PVCUT}:6
-	>=kde-apps/libkgapi-${PVCUT}:6
-	>=kde-frameworks/kcalendarcore-${KFMIN}:6
-	>=kde-frameworks/kcmutils-${KFMIN}:6
-	>=kde-frameworks/kcodecs-${KFMIN}:6
-	>=kde-frameworks/kcompletion-${KFMIN}:6
-	>=kde-frameworks/kconfig-${KFMIN}:6
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:6
-	>=kde-frameworks/kcontacts-${KFMIN}:6
-	>=kde-frameworks/kcoreaddons-${KFMIN}:6
-	>=kde-frameworks/kdav-${KFMIN}:6
-	>=kde-frameworks/ki18n-${KFMIN}:6
-	>=kde-frameworks/kio-${KFMIN}:6
-	>=kde-frameworks/kitemmodels-${KFMIN}:6
-	>=kde-frameworks/kjobwidgets-${KFMIN}:6
-	>=kde-frameworks/knotifications-${KFMIN}:6
-	>=kde-frameworks/knotifyconfig-${KFMIN}:6
-	>=kde-frameworks/kservice-${KFMIN}:6
-	>=kde-frameworks/ktextwidgets-${KFMIN}:6
-	>=kde-frameworks/kwallet-${KFMIN}:6
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
-	>=kde-frameworks/kwindowsystem-${KFMIN}:6
-	>=kde-frameworks/kxmlgui-${KFMIN}:6
-	speech? ( >=dev-qt/qtspeech-${QTMIN}:6 )
-"
-DEPEND="${RDEPEND}
-	test? (
-		>=kde-apps/akonadi-${PVCUT}:6[tools]
-		>=kde-apps/kimap-${PVCUT}:6[test]
-	)
-"
-
-src_configure() {
-	local mycmakeargs=(
-		-DKDEPIM_RUN_AKONADI_TEST=$(usex test)
-		-DCMAKE_DISABLE_FIND_PACKAGE_Etebase=ON
-		-DCMAKE_DISABLE_FIND_PACKAGE_Libkolabxml=ON
-		$(cmake_use_find_package speech Qt6TextToSpeech)
-	)
-	ecm_src_configure
-}


^ permalink raw reply related	[flat|nested] 54+ messages in thread

end of thread, other threads:[~2024-09-12 19:30 UTC | newest]

Thread overview: 54+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-17 19:36 [gentoo-commits] proj/kde:master commit in: kde-apps/kdepim-runtime/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2024-09-12 19:30 Andreas Sturmlechner
2024-05-17 19:50 Andreas Sturmlechner
2024-05-17 19:50 Andreas Sturmlechner
2024-03-15  9:54 Andreas Sturmlechner
2024-03-03 15:05 Andreas Sturmlechner
2023-08-06 20:39 Andreas Sturmlechner
2022-10-11 15:18 Andreas Sturmlechner
2022-10-11 15:18 Andreas Sturmlechner
2022-03-24 14:53 Andreas Sturmlechner
2021-11-15 19:01 Andreas Sturmlechner
2021-11-15 19:01 Andreas Sturmlechner
2021-04-25  8:00 Andreas Sturmlechner
2021-04-15 22:32 Andreas Sturmlechner
2020-06-15 23:03 Andreas Sturmlechner
2020-04-29 16:10 Andreas Sturmlechner
2020-04-04 16:19 Andreas Sturmlechner
2020-02-22 19:43 Andreas Sturmlechner
2019-08-22 16:13 Andreas Sturmlechner
2019-06-12 17:34 Andreas Sturmlechner
2019-06-10 22:03 Andreas Sturmlechner
2018-12-26 19:04 Andreas Sturmlechner
2018-11-16 22:17 Andreas Sturmlechner
2018-11-13 19:58 Andreas Sturmlechner
2018-11-02 20:38 Andreas Sturmlechner
2018-06-02  8:17 Andreas Sturmlechner
2018-03-12  0:09 Andreas Sturmlechner
2018-01-09 13:41 Andreas Sturmlechner
2017-10-19 22:55 Andreas Sturmlechner
2017-09-17 12:01 Andreas Sturmlechner
2017-09-13 17:52 Andreas Sturmlechner
2017-08-20  8:34 Andreas Sturmlechner
2017-08-17 10:27 Andreas Sturmlechner
2017-07-03 22:09 Andreas Sturmlechner
2017-03-21  1:50 Andreas Sturmlechner
2017-03-19 22:56 Andreas Sturmlechner
2017-02-19 10:32 Andreas Sturmlechner
2017-01-17 10:46 Andreas Sturmlechner
2016-09-15 18:01 Michael Palimaka
2016-07-10 23:06 Maciej Mrozowski
2016-06-05 18:55 Michael Palimaka
2016-04-06 12:36 Michael Palimaka
2016-04-03 19:22 Johannes Huber
2016-04-02 16:06 Michael Palimaka
2016-02-14 15:28 Michael Palimaka
2015-12-29 12:48 Michael Palimaka
2015-08-24 10:29 Johannes Huber
2015-08-15 21:40 Johannes Huber
2015-08-03 20:54 Johannes Huber
2015-07-16 18:34 Johannes Huber
2015-06-09 19:26 Michael Palimaka
2015-06-08 21:16 Johannes Huber
2015-06-08 20:58 Johannes Huber
2015-06-07 22:47 Johannes Huber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox