[gentoo-commits] proj/kde:master commit in: kde-apps/incidenceeditor/

2023-08-06 Thread Andreas Sturmlechner
commit: 1f96538f7f2b1f7063c23074ad667aa7a90d2ee1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Aug  6 19:57:05 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Aug  6 19:57:36 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=1f96538f

kde-apps/incidenceeditor: Drop unused dependency

Upstream commits:
3ce385063fcc71c9fc0445ab56ec3e8e29f0eeea
1ab0f31fcc68b27c0951de0e50486281b9d140ea

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-apps/incidenceeditor/incidenceeditor-.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/kde-apps/incidenceeditor/incidenceeditor-.ebuild 
b/kde-apps/incidenceeditor/incidenceeditor-.ebuild
index 5113c14c08..66b92219ac 100644
--- a/kde-apps/incidenceeditor/incidenceeditor-.ebuild
+++ b/kde-apps/incidenceeditor/incidenceeditor-.ebuild
@@ -10,7 +10,7 @@ KFMIN=5.106.0
 QTMIN=5.15.9
 inherit ecm gear.kde.org
 
-DESCRIPTION="Incidence editor for korganizer"
+DESCRIPTION="Incidence editor for KOrganizer"
 
 LICENSE="GPL-2+"
 SLOT="5"
@@ -31,7 +31,6 @@ RDEPEND="
>=kde-apps/kcalutils-${PVCUT}:5
>=kde-apps/kidentitymanagement-${PVCUT}:5
>=kde-apps/kldap-${PVCUT}:5
-   >=kde-apps/kmailtransport-${PVCUT}:5
>=kde-apps/kmime-${PVCUT}:5
>=kde-apps/libkdepim-${PVCUT}:5
>=kde-apps/pimcommon-${PVCUT}:5



[gentoo-commits] proj/kde:master commit in: kde-apps/incidenceeditor/

2022-04-10 Thread Andreas Sturmlechner
commit: fefd18b24eb0e314a100de7bbdeb7a4ca5f8d8f7
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Apr 10 21:21:05 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Apr 10 21:21:05 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=fefd18b2

kde-apps/incidenceeditor: Sync  comment

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

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

diff --git a/kde-apps/incidenceeditor/incidenceeditor-.ebuild 
b/kde-apps/incidenceeditor/incidenceeditor-.ebuild
index 44baa662ef..08fb34eff9 100644
--- a/kde-apps/incidenceeditor/incidenceeditor-.ebuild
+++ b/kde-apps/incidenceeditor/incidenceeditor-.ebuild
@@ -61,7 +61,7 @@ BDEPEND="
 "
 
 src_test() {
-   # Paths exceed unix domain socket limit, bug 770775
+   # Paths exceed unix domain socket limit, bugs 770775 and 837182
local myctestargs=(
-E 
"(akonadi-mysql-incidencedatetimetest|akonadi-pgsql-incidencedatetimetest|akonadi-sqlite-incidencedatetimetest)"
)



[gentoo-commits] proj/kde:master commit in: kde-apps/incidenceeditor/

2022-04-10 Thread Andreas Sturmlechner
commit: b0317c981d8b43b1f3e1401260831e6347a30832
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Apr 10 21:19:19 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Apr 10 21:19:33 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=b0317c98

kde-apps/incidenceeditor: Disable akonadi-mysql-incidencedatetimetest

Bug: https://bugs.gentoo.org/837182
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-apps/incidenceeditor/incidenceeditor-22.03.90.ebuild  | 6 +++---
 kde-apps/incidenceeditor/incidenceeditor-22.04.49..ebuild | 6 +++---
 kde-apps/incidenceeditor/incidenceeditor-.ebuild  | 4 ++--
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/kde-apps/incidenceeditor/incidenceeditor-22.03.90.ebuild 
b/kde-apps/incidenceeditor/incidenceeditor-22.03.90.ebuild
index 27b0fb5069..92c5f188af 100644
--- a/kde-apps/incidenceeditor/incidenceeditor-22.03.90.ebuild
+++ b/kde-apps/incidenceeditor/incidenceeditor-22.03.90.ebuild
@@ -54,16 +54,16 @@ RDEPEND="
>=kde-frameworks/kxmlgui-${KFMIN}:5
 "
 DEPEND="${RDEPEND}
-   test? ( >=kde-apps/akonadi-${PVCUT}:5[postgres,sqlite] )
+   test? ( >=kde-apps/akonadi-${PVCUT}:5[mysql,postgres,sqlite] )
 "
 BDEPEND="
test? ( >=kde-apps/akonadi-${PVCUT}:5[tools] )
 "
 
 src_test() {
-   # Paths exceed unix domain socket limit, bug 770775
+   # Paths exceed unix domain socket limit, bugs 770775 and 837182
local myctestargs=(
-   -E 
"(akonadi-pgsql-incidencedatetimetest|akonadi-sqlite-incidencedatetimetest)"
+   -E 
"(akonadi-mysql-incidencedatetimetest|akonadi-pgsql-incidencedatetimetest|akonadi-sqlite-incidencedatetimetest)"
)
 
ecm_src_test

diff --git a/kde-apps/incidenceeditor/incidenceeditor-22.04.49..ebuild 
b/kde-apps/incidenceeditor/incidenceeditor-22.04.49..ebuild
index b6b75b4838..08fb34eff9 100644
--- a/kde-apps/incidenceeditor/incidenceeditor-22.04.49..ebuild
+++ b/kde-apps/incidenceeditor/incidenceeditor-22.04.49..ebuild
@@ -54,16 +54,16 @@ RDEPEND="
>=kde-frameworks/kxmlgui-${KFMIN}:5
 "
 DEPEND="${RDEPEND}
-   test? ( >=kde-apps/akonadi-${PVCUT}:5[postgres,sqlite] )
+   test? ( >=kde-apps/akonadi-${PVCUT}:5[mysql,postgres,sqlite] )
 "
 BDEPEND="
test? ( >=kde-apps/akonadi-${PVCUT}:5[tools] )
 "
 
 src_test() {
-   # Paths exceed unix domain socket limit, bug 770775
+   # Paths exceed unix domain socket limit, bugs 770775 and 837182
local myctestargs=(
-   -E 
"(akonadi-pgsql-incidencedatetimetest|akonadi-sqlite-incidencedatetimetest)"
+   -E 
"(akonadi-mysql-incidencedatetimetest|akonadi-pgsql-incidencedatetimetest|akonadi-sqlite-incidencedatetimetest)"
)
 
ecm_src_test

diff --git a/kde-apps/incidenceeditor/incidenceeditor-.ebuild 
b/kde-apps/incidenceeditor/incidenceeditor-.ebuild
index b6b75b4838..44baa662ef 100644
--- a/kde-apps/incidenceeditor/incidenceeditor-.ebuild
+++ b/kde-apps/incidenceeditor/incidenceeditor-.ebuild
@@ -54,7 +54,7 @@ RDEPEND="
>=kde-frameworks/kxmlgui-${KFMIN}:5
 "
 DEPEND="${RDEPEND}
-   test? ( >=kde-apps/akonadi-${PVCUT}:5[postgres,sqlite] )
+   test? ( >=kde-apps/akonadi-${PVCUT}:5[mysql,postgres,sqlite] )
 "
 BDEPEND="
test? ( >=kde-apps/akonadi-${PVCUT}:5[tools] )
@@ -63,7 +63,7 @@ BDEPEND="
 src_test() {
# Paths exceed unix domain socket limit, bug 770775
local myctestargs=(
-   -E 
"(akonadi-pgsql-incidencedatetimetest|akonadi-sqlite-incidencedatetimetest)"
+   -E 
"(akonadi-mysql-incidencedatetimetest|akonadi-pgsql-incidencedatetimetest|akonadi-sqlite-incidencedatetimetest)"
)
 
ecm_src_test



[gentoo-commits] proj/kde:master commit in: kde-apps/incidenceeditor/

2021-11-15 Thread Andreas Sturmlechner
commit: f24edffce4882a9a14ea5bad9c4b09954866046d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Nov 16 07:30:02 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Nov 16 07:30:02 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f24edffc

kde-apps/incidenceeditor: Set ECM_QTHELP=true

Upstream commit dd4bfce3feb5bf7742965cd35dfeb7f359505dfc

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

 kde-apps/incidenceeditor/incidenceeditor-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-apps/incidenceeditor/incidenceeditor-.ebuild 
b/kde-apps/incidenceeditor/incidenceeditor-.ebuild
index 877c68a43a..bb4502e19e 100644
--- a/kde-apps/incidenceeditor/incidenceeditor-.ebuild
+++ b/kde-apps/incidenceeditor/incidenceeditor-.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=8
 
+ECM_QTHELP="true"
 ECM_TEST="true"
 PVCUT=$(ver_cut 1-3)
 KFMIN=5.85.0



[gentoo-commits] proj/kde:master commit in: kde-apps/incidenceeditor/

2021-11-15 Thread Andreas Sturmlechner
commit: 61f1ea6a70f40b7a74f780bbbabff5ea8d1334bb
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Nov 16 07:29:01 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Nov 16 07:29:01 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=61f1ea6a

kde-apps/incidenceeditor: Drop obsolete cmake var

Upstream commit 38d86317023c1b6ceb05402f29a0a669861d54c7

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

 kde-apps/incidenceeditor/incidenceeditor-.ebuild | 7 ---
 1 file changed, 7 deletions(-)

diff --git a/kde-apps/incidenceeditor/incidenceeditor-.ebuild 
b/kde-apps/incidenceeditor/incidenceeditor-.ebuild
index 4a4da6b69d..877c68a43a 100644
--- a/kde-apps/incidenceeditor/incidenceeditor-.ebuild
+++ b/kde-apps/incidenceeditor/incidenceeditor-.ebuild
@@ -59,13 +59,6 @@ BDEPEND="
test? ( >=kde-apps/akonadi-${PVCUT}:5[tools] )
 "
 
-src_configure() {
-   local mycmakeargs=(
-   -DKDEPIM_RUN_AKONADI_TEST=OFF
-   )
-   ecm_src_configure
-}
-
 src_test() {
# Paths exceed unix domain socket limit, bug 770775
local myctestargs=(



[gentoo-commits] proj/kde:master commit in: kde-apps/incidenceeditor/

2021-02-21 Thread Andreas Sturmlechner
commit: 9ce650ff83e99d3cdd2bd61b76cba98f92932b6a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Feb 21 20:42:34 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb 21 21:27:29 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=9ce650ff

kde-apps/incidenceeditor: Disable tests exceeding unix domain socket limit

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../incidenceeditor-20.12.49..ebuild   | 18 --
 kde-apps/incidenceeditor/incidenceeditor-.ebuild   | 18 --
 2 files changed, 32 insertions(+), 4 deletions(-)

diff --git a/kde-apps/incidenceeditor/incidenceeditor-20.12.49..ebuild 
b/kde-apps/incidenceeditor/incidenceeditor-20.12.49..ebuild
index d8e3e6d865..c16d565576 100644
--- a/kde-apps/incidenceeditor/incidenceeditor-20.12.49..ebuild
+++ b/kde-apps/incidenceeditor/incidenceeditor-20.12.49..ebuild
@@ -17,7 +17,7 @@ SLOT="5"
 KEYWORDS=""
 IUSE=""
 
-DEPEND="
+RDEPEND="
dev-libs/kdiagram:5
>=dev-qt/qtdbus-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5
@@ -52,4 +52,18 @@ DEPEND="
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
>=kde-frameworks/kxmlgui-${KFMIN}:5
 "
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+   test? ( >=kde-apps/akonadi-${PVCUT}:5[postgres,sqlite] )
+"
+BDEPEND="
+   test? ( >=kde-apps/akonadi-${PVCUT}:5[tools] )
+"
+
+src_test() {
+   # Paths exceed unix domain socket limit, bug 770775
+   local myctestargs=(
+   -E 
"(akonadi-pgsql-incidencedatetimetest|akonadi-sqlite-incidencedatetimetest)"
+   )
+
+   ecm_src_test
+}

diff --git a/kde-apps/incidenceeditor/incidenceeditor-.ebuild 
b/kde-apps/incidenceeditor/incidenceeditor-.ebuild
index d8e3e6d865..c16d565576 100644
--- a/kde-apps/incidenceeditor/incidenceeditor-.ebuild
+++ b/kde-apps/incidenceeditor/incidenceeditor-.ebuild
@@ -17,7 +17,7 @@ SLOT="5"
 KEYWORDS=""
 IUSE=""
 
-DEPEND="
+RDEPEND="
dev-libs/kdiagram:5
>=dev-qt/qtdbus-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5
@@ -52,4 +52,18 @@ DEPEND="
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
>=kde-frameworks/kxmlgui-${KFMIN}:5
 "
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+   test? ( >=kde-apps/akonadi-${PVCUT}:5[postgres,sqlite] )
+"
+BDEPEND="
+   test? ( >=kde-apps/akonadi-${PVCUT}:5[tools] )
+"
+
+src_test() {
+   # Paths exceed unix domain socket limit, bug 770775
+   local myctestargs=(
+   -E 
"(akonadi-pgsql-incidencedatetimetest|akonadi-sqlite-incidencedatetimetest)"
+   )
+
+   ecm_src_test
+}



[gentoo-commits] proj/kde:master commit in: kde-apps/incidenceeditor/

2020-06-15 Thread Andreas Sturmlechner
commit: 798d7526abcc97dbe0dc3b6238aad04e53b25309
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jun 15 20:15:40 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jun 15 20:15:40 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=798d7526

kde-apps/incidenceeditor: Update DEPENDs

Upstream commit 303f4b2a560f04c509f5da0e55a7dae3adf5bcd1

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

 kde-apps/incidenceeditor/incidenceeditor-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-apps/incidenceeditor/incidenceeditor-.ebuild 
b/kde-apps/incidenceeditor/incidenceeditor-.ebuild
index 1d57ee9903..fcee207dfa 100644
--- a/kde-apps/incidenceeditor/incidenceeditor-.ebuild
+++ b/kde-apps/incidenceeditor/incidenceeditor-.ebuild
@@ -34,6 +34,7 @@ DEPEND="
>=kde-apps/kmailtransport-${PVCUT}:5
>=kde-apps/kmime-${PVCUT}:5
>=kde-apps/libkdepim-${PVCUT}:5
+   >=kde-apps/pimcommon-${PVCUT}:5
>=kde-frameworks/kcalendarcore-${KFMIN}:5
>=kde-frameworks/kcodecs-${KFMIN}:5
>=kde-frameworks/kcompletion-${KFMIN}:5



[gentoo-commits] proj/kde:master commit in: kde-apps/incidenceeditor/

2020-05-19 Thread Andreas Sturmlechner
commit: a31df538a403aa0818d07f87ae3e3bb7570deb9d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue May 19 11:08:11 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue May 19 11:08:11 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=a31df538

kde-apps/incidenceeditor: Drop unused DEPEND

Upstream commit da8856f02d19c5d140e235fd2d08de9bd8829284

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

 kde-apps/incidenceeditor/incidenceeditor-.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kde-apps/incidenceeditor/incidenceeditor-.ebuild 
b/kde-apps/incidenceeditor/incidenceeditor-.ebuild
index 403a01da8f..7e4eb7be76 100644
--- a/kde-apps/incidenceeditor/incidenceeditor-.ebuild
+++ b/kde-apps/incidenceeditor/incidenceeditor-.ebuild
@@ -29,7 +29,6 @@ DEPEND="
>=kde-apps/calendarsupport-${PVCUT}:5
>=kde-apps/eventviews-${PVCUT}:5
>=kde-apps/kcalutils-${PVCUT}:5
-   >=kde-apps/kdepim-apps-libs-${PVCUT}:5
>=kde-apps/kidentitymanagement-${PVCUT}:5
>=kde-apps/kldap-${PVCUT}:5
>=kde-apps/kmailtransport-${PVCUT}:5



[gentoo-commits] proj/kde:master commit in: kde-apps/incidenceeditor/

2017-09-13 Thread Andreas Sturmlechner
commit: 1e2407b113991e986ea5141bb3c7184d3fbf706a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Sep 13 18:09:06 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep 13 18:09:06 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=1e2407b1

kde-apps/incidenceeditor: Drop unused DEPEND

Upstream commit 1296158116b8cb31901e5b0127ff4d1824707db8

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 kde-apps/incidenceeditor/incidenceeditor-.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kde-apps/incidenceeditor/incidenceeditor-.ebuild 
b/kde-apps/incidenceeditor/incidenceeditor-.ebuild
index 55b04bf0d5..8e0fc67f85 100644
--- a/kde-apps/incidenceeditor/incidenceeditor-.ebuild
+++ b/kde-apps/incidenceeditor/incidenceeditor-.ebuild
@@ -18,7 +18,6 @@ DEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kdelibs4support)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kiconthemes)
$(add_frameworks_dep kio)



[gentoo-commits] proj/kde:master commit in: kde-apps/incidenceeditor/

2017-09-13 Thread Andreas Sturmlechner
commit: bb481e4549734d8c1c17bfb82278163a93d75990
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Sep 13 17:21:55 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep 13 17:51:35 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=bb481e45

kde-apps/incidenceeditor: Set KDE_TEST=true

Upstream commit 03912ef4773a916f22e2e7e2fd5c96b9735979e6

Package-Manager: Portage-2.3.8, Repoman-2.3.3

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

diff --git a/kde-apps/incidenceeditor/incidenceeditor-.ebuild 
b/kde-apps/incidenceeditor/incidenceeditor-.ebuild
index 29437c6906..55b04bf0d5 100644
--- a/kde-apps/incidenceeditor/incidenceeditor-.ebuild
+++ b/kde-apps/incidenceeditor/incidenceeditor-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-KDE_TEST="forceoptional"
+KDE_TEST="true"
 VIRTUALX_REQUIRED="test"
 inherit kde5
 



[gentoo-commits] proj/kde:master commit in: kde-apps/incidenceeditor/, kde-apps/kleopatra/, kde-apps/libksieve/, ...

2017-04-23 Thread Andreas Sturmlechner
commit: 3c179a069b149b119d6cbb72f66f102744e97443
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Apr 23 17:40:47 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Apr 23 17:40:47 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=3c179a06

kde-apps: Add blockers against kde-apps/kdepim-l10n

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-apps/akonadi-calendar/akonadi-calendar-17.04.49..ebuild| 4 +++-
 kde-apps/akonadi-calendar/akonadi-calendar-.ebuild | 4 +++-
 kde-apps/akonadi-contacts/akonadi-contacts-17.04.49..ebuild| 4 +++-
 kde-apps/akonadi-contacts/akonadi-contacts-.ebuild | 4 +++-
 .../akonadi-import-wizard-17.04.49..ebuild | 1 +
 kde-apps/akonadi-import-wizard/akonadi-import-wizard-.ebuild   | 1 +
 kde-apps/akonadi-mime/akonadi-mime-17.04.49..ebuild| 1 +
 kde-apps/akonadi-mime/akonadi-mime-.ebuild | 1 +
 kde-apps/akonadi-notes/akonadi-notes-17.04.49..ebuild  | 7 +--
 kde-apps/akonadi-notes/akonadi-notes-.ebuild   | 7 +--
 kde-apps/akonadi-search/akonadi-search-17.04.49..ebuild| 7 +--
 kde-apps/akonadi-search/akonadi-search-.ebuild | 7 +--
 kde-apps/akonadi/akonadi-17.04.49..ebuild  | 3 ++-
 kde-apps/akonadi/akonadi-.ebuild   | 3 ++-
 kde-apps/akregator/akregator-17.04.49..ebuild  | 7 +--
 kde-apps/akregator/akregator-.ebuild   | 7 +--
 kde-apps/blogilo/blogilo-17.04.49..ebuild  | 1 +
 kde-apps/blogilo/blogilo-.ebuild   | 1 +
 kde-apps/calendarjanitor/calendarjanitor-17.04.49..ebuild  | 4 +++-
 kde-apps/calendarjanitor/calendarjanitor-.ebuild   | 4 +++-
 kde-apps/calendarsupport/calendarsupport-17.04.49..ebuild  | 4 +++-
 kde-apps/calendarsupport/calendarsupport-.ebuild   | 4 +++-
 kde-apps/eventviews/eventviews-17.04.49..ebuild| 4 +++-
 kde-apps/eventviews/eventviews-.ebuild | 4 +++-
 kde-apps/grantlee-editor/grantlee-editor-17.04.49..ebuild  | 1 +
 kde-apps/grantlee-editor/grantlee-editor-.ebuild   | 1 +
 kde-apps/grantleetheme/grantleetheme-17.04.49..ebuild  | 7 +--
 kde-apps/grantleetheme/grantleetheme-.ebuild   | 7 +--
 kde-apps/incidenceeditor/incidenceeditor-17.04.49..ebuild  | 1 +
 kde-apps/incidenceeditor/incidenceeditor-.ebuild   | 1 +
 kde-apps/kaddressbook/kaddressbook-17.04.49..ebuild| 1 +
 kde-apps/kaddressbook/kaddressbook-.ebuild | 1 +
 kde-apps/kalarm/kalarm-17.04.49..ebuild| 1 +
 kde-apps/kalarm/kalarm-.ebuild | 1 +
 kde-apps/kalarmcal/kalarmcal-17.04.49..ebuild  | 1 +
 kde-apps/kalarmcal/kalarmcal-.ebuild   | 1 +
 kde-apps/kblog/kblog-17.04.49..ebuild  | 4 +++-
 kde-apps/kblog/kblog-.ebuild   | 4 +++-
 kde-apps/kcalutils/kcalutils-17.04.49..ebuild  | 4 +++-
 kde-apps/kcalutils/kcalutils-.ebuild   | 4 +++-
 kde-apps/kcontacts/kcontacts-17.04.49..ebuild  | 4 +++-
 kde-apps/kcontacts/kcontacts-.ebuild   | 4 +++-
 kde-apps/kdepim-addons/kdepim-addons-17.04.49..ebuild  | 1 +
 kde-apps/kdepim-addons/kdepim-addons-.ebuild   | 1 +
 kde-apps/kdepim-apps-libs/kdepim-apps-libs-17.04.49..ebuild| 4 +++-
 kde-apps/kdepim-apps-libs/kdepim-apps-libs-.ebuild | 4 +++-
 kde-apps/kdepim-runtime/kdepim-runtime-17.04.49..ebuild| 1 +
 kde-apps/kdepim-runtime/kdepim-runtime-.ebuild | 1 +
 .../kidentitymanagement/kidentitymanagement-17.04.49..ebuild   | 4 +++-
 kde-apps/kidentitymanagement/kidentitymanagement-.ebuild   | 4 +++-
 kde-apps/kimap/kimap-17.04.49..ebuild  | 4 +++-
 kde-apps/kimap/kimap-.ebuild   | 4 +++-
 kde-apps/kldap/kldap-17.04.49..ebuild  | 1 +
 kde-apps/kldap/kldap-.ebuild   | 1 +
 kde-apps/kleopatra/kleopatra-17.04.49..ebuild  | 1 +
 kde-apps/kleopatra/kleopatra-.ebuild   | 1 +
 .../kmail-account-wizard/kmail-account-wizard-17.04.49..ebuild | 1 +
 kde-apps/kmail-account-wizard/kmail-account-wizard-.ebuild | 1 +
 kde-apps/kmail/kmail-17.04.49..ebuild  | 1 +
 kde-apps/kmail/kmail-.ebuild   | 1 +
 

[gentoo-commits] proj/kde:master commit in: kde-apps/incidenceeditor/

2017-02-11 Thread Michael Palimaka
commit: eddba44d228d65a166ff102018a63d10507082a2
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Feb 12 03:47:46 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Feb 12 03:47:52 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=eddba44d

kde-apps/incidenceeditor: add blocker due to file collisions

* Detected file collision(s):
*
*   /usr/bin/kincidenceeditor

Gentoo-bug: 609028

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-apps/incidenceeditor/incidenceeditor-16.12.49..ebuild | 4 +++-
 kde-apps/incidenceeditor/incidenceeditor-.ebuild  | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/kde-apps/incidenceeditor/incidenceeditor-16.12.49..ebuild 
b/kde-apps/incidenceeditor/incidenceeditor-16.12.49..ebuild
index 311cae1b11..7e8a77f21f 100644
--- a/kde-apps/incidenceeditor/incidenceeditor-16.12.49..ebuild
+++ b/kde-apps/incidenceeditor/incidenceeditor-16.12.49..ebuild
@@ -49,4 +49,6 @@ DEPEND="
$(add_qt_dep qtwidgets)
dev-libs/kdiagram:5
 "
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+   !kde-apps/kdepim-common-libs:4
+"

diff --git a/kde-apps/incidenceeditor/incidenceeditor-.ebuild 
b/kde-apps/incidenceeditor/incidenceeditor-.ebuild
index 311cae1b11..7e8a77f21f 100644
--- a/kde-apps/incidenceeditor/incidenceeditor-.ebuild
+++ b/kde-apps/incidenceeditor/incidenceeditor-.ebuild
@@ -49,4 +49,6 @@ DEPEND="
$(add_qt_dep qtwidgets)
dev-libs/kdiagram:5
 "
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+   !kde-apps/kdepim-common-libs:4
+"



[gentoo-commits] proj/kde:master commit in: kde-apps/incidenceeditor/

2016-07-25 Thread Michael Palimaka
commit: 5c1987dcd948c385804f1effcac48e76473a2797
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Mon Jul 25 14:46:23 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Jul 25 15:32:11 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=5c1987dc

kde-apps/incidenceeditor: DEPEND changed kdgantt2 -> kdiagram

Package-Manager: portage-2.2.28

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

diff --git a/kde-apps/incidenceeditor/incidenceeditor-.ebuild 
b/kde-apps/incidenceeditor/incidenceeditor-.ebuild
index 9f6f70b..f66a6a4 100644
--- a/kde-apps/incidenceeditor/incidenceeditor-.ebuild
+++ b/kde-apps/incidenceeditor/incidenceeditor-.ebuild
@@ -40,7 +40,7 @@ DEPEND="
$(add_kdeapps_dep kcalutils)
$(add_kdeapps_dep kcontacts)
$(add_kdeapps_dep kdepim-apps-libs)
-   $(add_kdeapps_dep kdgantt2)
+   $(add_kdeapps_dep kdiagram)
$(add_kdeapps_dep kidentitymanagement)
$(add_kdeapps_dep kldap)
$(add_kdeapps_dep kmailtransport)



[gentoo-commits] proj/kde:master commit in: kde-apps/incidenceeditor/, kde-apps/kdepim-apps-libs/, kde-apps/kdepim/, ...

2016-05-20 Thread Johannes Huber
commit: 98e63f38fe5bcf88bc6670fb31bd4736bcca7778
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Thu May 19 14:50:56 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Fri May 20 22:46:56 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=98e63f38

kde-apps: Drop per-package FRAMEWORKS_MINIMAL

5.21.0 is now global minimum.

Package-Manager: portage-2.2.28

Signed-off-by: Johannes Huber  gentoo.org>

 app-editors/kile/kile-.ebuild | 1 -
 kde-apps/akonadi-contact/akonadi-contact-16.04.1.ebuild   | 1 -
 kde-apps/akonadi-contact/akonadi-contact-16.04.49..ebuild | 1 -
 kde-apps/akonadi-mime/akonadi-mime-16.04.1.ebuild | 1 -
 kde-apps/akonadi-mime/akonadi-mime-16.04.49..ebuild   | 1 -
 kde-apps/akonadi-notes/akonadi-notes-16.04.1.ebuild   | 1 -
 kde-apps/akonadi-notes/akonadi-notes-16.04.49..ebuild | 1 -
 kde-apps/akonadi-socialutils/akonadi-socialutils-16.04.1.ebuild   | 1 -
 kde-apps/akonadi-socialutils/akonadi-socialutils-16.04.49..ebuild | 1 -
 kde-apps/akregator/akregator-16.04.1.ebuild   | 1 -
 kde-apps/akregator/akregator-16.04.49..ebuild | 1 -
 kde-apps/baloo-widgets/baloo-widgets-16.04.49..ebuild | 1 -
 kde-apps/baloo-widgets/baloo-widgets-.ebuild  | 1 -
 kde-apps/blogilo/blogilo-16.04.1.ebuild   | 1 -
 kde-apps/blogilo/blogilo-16.04.49..ebuild | 1 -
 kde-apps/dolphin/dolphin-16.04.49..ebuild | 1 -
 kde-apps/dolphin/dolphin-.ebuild  | 1 -
 kde-apps/grantleetheme/grantleetheme-16.04.1.ebuild   | 1 -
 kde-apps/grantleetheme/grantleetheme-16.04.49..ebuild | 1 -
 kde-apps/incidenceeditor/incidenceeditor-16.04.1.ebuild   | 1 -
 kde-apps/incidenceeditor/incidenceeditor-16.04.49..ebuild | 1 -
 kde-apps/kaddressbook/kaddressbook-16.04.1.ebuild | 1 -
 kde-apps/kaddressbook/kaddressbook-16.04.49..ebuild   | 1 -
 kde-apps/kblog/kblog-16.04.1.ebuild   | 1 -
 kde-apps/kblog/kblog-16.04.49..ebuild | 1 -
 kde-apps/kdepim-addons/kdepim-addons-16.04.1.ebuild   | 1 -
 kde-apps/kdepim-addons/kdepim-addons-16.04.49..ebuild | 1 -
 kde-apps/kdepim-apps-libs/kdepim-apps-libs-16.04.1.ebuild | 1 -
 kde-apps/kdepim-apps-libs/kdepim-apps-libs-16.04.49..ebuild   | 1 -
 kde-apps/kdepim-kioslaves/kdepim-kioslaves-16.04.1.ebuild | 1 -
 kde-apps/kdepim-kioslaves/kdepim-kioslaves-16.04.49..ebuild   | 1 -
 kde-apps/kdepim-runtime/kdepim-runtime-16.04.1.ebuild | 1 -
 kde-apps/kdepim-runtime/kdepim-runtime-16.04.49..ebuild   | 1 -
 kde-apps/kdepim/kdepim-16.04.1.ebuild | 1 -
 kde-apps/kdepim/kdepim-16.04.49..ebuild   | 1 -
 kde-apps/khelpcenter/khelpcenter-16.04.49..ebuild | 1 -
 kde-apps/khelpcenter/khelpcenter-.ebuild  | 1 -
 kde-apps/kio-extras/kio-extras-16.04.49..ebuild   | 1 -
 kde-apps/kio-extras/kio-extras-.ebuild| 1 -
 kde-apps/libkonq/libkonq-5..ebuild| 1 -
 kde-apps/libksieve/libksieve-16.04.1.ebuild   | 1 -
 kde-apps/libksieve/libksieve-16.04.49..ebuild | 1 -
 kde-apps/okular/okular-5..ebuild  | 1 -
 kde-apps/pimcommon/pimcommon-16.04.1.ebuild   | 1 -
 kde-apps/pimcommon/pimcommon-16.04.49..ebuild | 1 -
 kde-plasma/kactivitymanagerd/kactivitymanagerd-5.6.49..ebuild | 1 -
 kde-plasma/kactivitymanagerd/kactivitymanagerd-.ebuild| 1 -
 kde-plasma/kinfocenter/kinfocenter-5.6.49..ebuild | 1 -
 kde-plasma/kinfocenter/kinfocenter-.ebuild| 1 -
 kde-plasma/plasma-desktop/plasma-desktop-5.6.49..ebuild   | 1 -
 kde-plasma/plasma-desktop/plasma-desktop-.ebuild  | 1 -
 kde-plasma/plasma-workspace/plasma-workspace-5.6.49..ebuild   | 1 -
 kde-plasma/plasma-workspace/plasma-workspace-.ebuild  | 1 -
 53 files changed, 53 deletions(-)

diff --git a/app-editors/kile/kile-.ebuild 
b/app-editors/kile/kile-.ebuild
index 7e5db05..d5811e2 100644
--- a/app-editors/kile/kile-.ebuild
+++ b/app-editors/kile/kile-.ebuild
@@ -5,7 +5,6 @@
 EAPI=6
 
 CMAKE_MIN_VERSION="3.0.2"
-FRAMEWORKS_MINIMAL="5.19.0"
 KDE_HANDBOOK="forceoptional"
 MY_P=${P/_beta/b}
 inherit kde5

diff --git a/kde-apps/akonadi-contact/akonadi-contact-16.04.1.ebuild 

[gentoo-commits] proj/kde:master commit in: kde-apps/incidenceeditor/

2016-04-02 Thread Michael Palimaka
commit: 0147e69dcb06dcc9886f951de3ed71a52fdc0ca9
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Apr  2 10:04:41 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Apr  2 15:56:10 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=0147e69d

kde-apps/incidenceeditor: Drop unused DEPENDs

Upstream commit ab9708d4a0c8478de78867b00ce777b5d7350070

Package-Manager: portage-2.2.27

 kde-apps/incidenceeditor/incidenceeditor-16.04.49..ebuild | 5 ++---
 kde-apps/incidenceeditor/incidenceeditor-.ebuild  | 4 +---
 2 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/kde-apps/incidenceeditor/incidenceeditor-16.04.49..ebuild 
b/kde-apps/incidenceeditor/incidenceeditor-16.04.49..ebuild
index b3f6ae3..9c85984 100644
--- a/kde-apps/incidenceeditor/incidenceeditor-16.04.49..ebuild
+++ b/kde-apps/incidenceeditor/incidenceeditor-16.04.49..ebuild
@@ -4,7 +4,8 @@
 
 EAPI=6
 
-KDE_TEST="true"
+FRAMEWORKS_MINIMAL="5.19.0"
+KDE_TEST="forceoptional"
 inherit kde5
 
 DESCRIPTION="Incidence editor for korganizer"
@@ -44,10 +45,8 @@ COMMON_DEPEND="
$(add_kdeapps_dep kmailtransport)
$(add_kdeapps_dep kmime)
$(add_kdeapps_dep libkdepim)
-   $(add_qt_dep designer)
$(add_qt_dep qtdbus)
$(add_qt_dep qtgui)
-   $(add_qt_dep qtwebkit)
$(add_qt_dep qtwidgets)
 "
 DEPEND="${COMMON_DEPEND}

diff --git a/kde-apps/incidenceeditor/incidenceeditor-.ebuild 
b/kde-apps/incidenceeditor/incidenceeditor-.ebuild
index b3f6ae3..eb22e45 100644
--- a/kde-apps/incidenceeditor/incidenceeditor-.ebuild
+++ b/kde-apps/incidenceeditor/incidenceeditor-.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=6
 
-KDE_TEST="true"
+KDE_TEST="forceoptional"
 inherit kde5
 
 DESCRIPTION="Incidence editor for korganizer"
@@ -44,10 +44,8 @@ COMMON_DEPEND="
$(add_kdeapps_dep kmailtransport)
$(add_kdeapps_dep kmime)
$(add_kdeapps_dep libkdepim)
-   $(add_qt_dep designer)
$(add_qt_dep qtdbus)
$(add_qt_dep qtgui)
-   $(add_qt_dep qtwebkit)
$(add_qt_dep qtwidgets)
 "
 DEPEND="${COMMON_DEPEND}



[gentoo-commits] proj/kde:master commit in: kde-apps/incidenceeditor/, kde-apps/kdepim/

2015-12-09 Thread Michael Palimaka
commit: 34dbf296a32435363a679fe02c7b6eae35fe1a78
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Mon Dec  7 00:05:24 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed Dec  9 12:13:13 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=34dbf296

kde-apps/incidenceeditor: Renamed upstream

Package-Manager: portage-2.2.20.1

 kde-apps/incidenceeditor/incidenceeditor-.ebuild | 3 +--
 kde-apps/kdepim/kdepim-.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/kde-apps/incidenceeditor/incidenceeditor-.ebuild 
b/kde-apps/incidenceeditor/incidenceeditor-.ebuild
index 4286840..426dda6 100644
--- a/kde-apps/incidenceeditor/incidenceeditor-.ebuild
+++ b/kde-apps/incidenceeditor/incidenceeditor-.ebuild
@@ -4,7 +4,6 @@
 
 EAPI=5
 
-MY_PN="${PN}-ng"
 KDE_TEST="true"
 KMNAME="kdepim"
 inherit kde5
@@ -60,4 +59,4 @@ RDEPEND="${COMMON_DEPEND}
!kde-base/kdepim-common-libs:4
 "
 
-S="${WORKDIR}/${P}/${MY_PN}"
+S="${WORKDIR}/${P}/${PN}"

diff --git a/kde-apps/kdepim/kdepim-.ebuild 
b/kde-apps/kdepim/kdepim-.ebuild
index 440f5f0..2f1dccc 100644
--- a/kde-apps/kdepim/kdepim-.ebuild
+++ b/kde-apps/kdepim/kdepim-.ebuild
@@ -156,7 +156,7 @@ src_prepare() {
rm -r calendarsupport   \
eventviews  \
grantleetheme   \
-   incidenceeditor-ng  \
+   incidenceeditor \
kdepim-apps-lib \
kdgantt2\
libgravatar \



[gentoo-commits] proj/kde:master commit in: kde-apps/incidenceeditor/, kde-apps/calendarsupport/, kde-apps/kdepim-meta/, ...

2015-12-09 Thread Michael Palimaka
commit: 5829af22e95f0be844ee3a713e3b75f888a749a8
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Wed Dec  9 20:51:15 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed Dec  9 22:08:23 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=5829af22

kde-apps/kdepim-apps-lib: pkgmove to kde-apps/kdepim-apps-libs

Went from singular --> plural on the way out

 kde-apps/calendarsupport/calendarsupport-.ebuild| 2 +-
 kde-apps/incidenceeditor/incidenceeditor-.ebuild| 2 +-
 kde-apps/kdepim-addons/kdepim-addons-.ebuild| 2 +-
 .../kdepim-apps-libs-.ebuild}   | 0
 kde-apps/{kdepim-apps-lib => kdepim-apps-libs}/metadata.xml | 0
 kde-apps/kdepim-meta/kdepim-meta-.ebuild| 2 +-
 kde-apps/kdepim/kdepim-.ebuild  | 2 +-
 kde-apps/messagelib/messagelib-.ebuild  | 2 +-
 profiles/updates/4Q-2015| 1 +
 9 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/kde-apps/calendarsupport/calendarsupport-.ebuild 
b/kde-apps/calendarsupport/calendarsupport-.ebuild
index 10cf3f0..ba42d51 100644
--- a/kde-apps/calendarsupport/calendarsupport-.ebuild
+++ b/kde-apps/calendarsupport/calendarsupport-.ebuild
@@ -30,7 +30,7 @@ COMMON_DEPEND="
$(add_kdeapps_dep akonadi-mime)
$(add_kdeapps_dep kcalcore)
$(add_kdeapps_dep kcalutils)
-   $(add_kdeapps_dep kdepim-apps-lib)
+   $(add_kdeapps_dep kdepim-apps-libs)
$(add_kdeapps_dep kholidays)
$(add_kdeapps_dep kidentitymanagement)
$(add_kdeapps_dep kmime)

diff --git a/kde-apps/incidenceeditor/incidenceeditor-.ebuild 
b/kde-apps/incidenceeditor/incidenceeditor-.ebuild
index 13401b6..f2b7ad0 100644
--- a/kde-apps/incidenceeditor/incidenceeditor-.ebuild
+++ b/kde-apps/incidenceeditor/incidenceeditor-.ebuild
@@ -36,7 +36,7 @@ COMMON_DEPEND="
$(add_kdeapps_dep kcalcore)
$(add_kdeapps_dep kcalutils)
$(add_kdeapps_dep kcontacts)
-   $(add_kdeapps_dep kdepim-apps-lib)
+   $(add_kdeapps_dep kdepim-apps-libs)
$(add_kdeapps_dep kdgantt2)
$(add_kdeapps_dep kidentitymanagement)
$(add_kdeapps_dep kldap)

diff --git a/kde-apps/kdepim-addons/kdepim-addons-.ebuild 
b/kde-apps/kdepim-addons/kdepim-addons-.ebuild
index aa095b7..f8fe6e2 100644
--- a/kde-apps/kdepim-addons/kdepim-addons-.ebuild
+++ b/kde-apps/kdepim-addons/kdepim-addons-.ebuild
@@ -34,7 +34,7 @@ COMMON_DEPEND="
$(add_kdeapps_dep grantleetheme)
$(add_kdeapps_dep incidenceeditor)
$(add_kdeapps_dep kcontacts)
-   $(add_kdeapps_dep kdepim-apps-lib)
+   $(add_kdeapps_dep kdepim-apps-libs)
$(add_kdeapps_dep kmime)
$(add_kdeapps_dep libakonadi)
$(add_kdeapps_dep libkdepim)

diff --git a/kde-apps/kdepim-apps-lib/kdepim-apps-lib-.ebuild 
b/kde-apps/kdepim-apps-libs/kdepim-apps-libs-.ebuild
similarity index 100%
rename from kde-apps/kdepim-apps-lib/kdepim-apps-lib-.ebuild
rename to kde-apps/kdepim-apps-libs/kdepim-apps-libs-.ebuild

diff --git a/kde-apps/kdepim-apps-lib/metadata.xml 
b/kde-apps/kdepim-apps-libs/metadata.xml
similarity index 100%
rename from kde-apps/kdepim-apps-lib/metadata.xml
rename to kde-apps/kdepim-apps-libs/metadata.xml

diff --git a/kde-apps/kdepim-meta/kdepim-meta-.ebuild 
b/kde-apps/kdepim-meta/kdepim-meta-.ebuild
index 19d95f7..2e79377 100644
--- a/kde-apps/kdepim-meta/kdepim-meta-.ebuild
+++ b/kde-apps/kdepim-meta/kdepim-meta-.ebuild
@@ -32,7 +32,7 @@ RDEPEND="
$(add_kdeapps_dep kcalutils)
$(add_kdeapps_dep kcontacts)
$(add_kdeapps_dep kdepim)
-   $(add_kdeapps_dep kdepim-apps-lib)
+   $(add_kdeapps_dep kdepim-apps-libs)
$(add_kdeapps_dep kdepim-kioslaves)
$(add_kdeapps_dep kdepim-runtime)
$(add_kdeapps_dep kdgantt2)

diff --git a/kde-apps/kdepim/kdepim-.ebuild 
b/kde-apps/kdepim/kdepim-.ebuild
index 2f1dccc..f96c867 100644
--- a/kde-apps/kdepim/kdepim-.ebuild
+++ b/kde-apps/kdepim/kdepim-.ebuild
@@ -65,7 +65,7 @@ COMMON_DEPEND="
$(add_kdeapps_dep kblog)
$(add_kdeapps_dep kcalcore)
$(add_kdeapps_dep kcontacts)
-   $(add_kdeapps_dep kdepim-apps-lib)
+   $(add_kdeapps_dep kdepim-apps-libs)
$(add_kdeapps_dep kdepim-kioslaves)
$(add_kdeapps_dep kdgantt2)
$(add_kdeapps_dep kholidays)

diff --git a/kde-apps/messagelib/messagelib-.ebuild 
b/kde-apps/messagelib/messagelib-.ebuild
index 26d1136..2040995 100644
--- a/kde-apps/messagelib/messagelib-.ebuild
+++ b/kde-apps/messagelib/messagelib-.ebuild
@@ -43,7 +43,7 @@ COMMON_DEPEND="
$(add_kdeapps_dep incidenceeditor)
$(add_kdeapps_dep kcalcore)

[gentoo-commits] proj/kde:master commit in: kde-apps/incidenceeditor/

2015-10-22 Thread Michael Palimaka
commit: c57db11ca1988ec66605dc65b3987fcb9cb3927f
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Sep 26 19:23:48 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct 22 10:13:11 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=c57db11c

kde-apps/incidenceeditor: New package

Split out of kdepim

Package-Manager: portage-2.2.22

 .../incidenceeditor/incidenceeditor-.ebuild| 63 ++
 kde-apps/incidenceeditor/metadata.xml  |  5 ++
 2 files changed, 68 insertions(+)

diff --git a/kde-apps/incidenceeditor/incidenceeditor-.ebuild 
b/kde-apps/incidenceeditor/incidenceeditor-.ebuild
new file mode 100644
index 000..4989c63
--- /dev/null
+++ b/kde-apps/incidenceeditor/incidenceeditor-.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MY_PN="${PN}-ng"
+KDE_TEST="true"
+KMNAME="kdepim"
+inherit kde5
+
+DESCRIPTION="Incidence editor for korganizer"
+LICENSE="LGPL-2+"
+KEYWORDS=""
+IUSE=""
+
+COMMON_DEPEND="
+   $(add_frameworks_dep kcodecs)
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kdelibs4support)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kitemmodels)
+   $(add_frameworks_dep kjobwidgets)
+   $(add_frameworks_dep kservice)
+   $(add_frameworks_dep ktextwidgets)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kxmlgui)
+   $(add_kdeapps_dep akonadi-calendar)
+   $(add_kdeapps_dep akonadi-contact)
+   $(add_kdeapps_dep akonadi-mime)
+   $(add_kdeapps_dep calendarsupport)
+   $(add_kdeapps_dep eventviews)
+   $(add_kdeapps_dep kcalcore)
+   $(add_kdeapps_dep kcalutils)
+   $(add_kdeapps_dep kcontacts)
+   $(add_kdeapps_dep kdgantt2)
+   $(add_kdeapps_dep kidentitymanagement)
+   $(add_kdeapps_dep kldap)
+   $(add_kdeapps_dep kmailtransport)
+   $(add_kdeapps_dep kmime)
+   $(add_kdeapps_dep libakonadi)
+   $(add_kdeapps_dep libkdepim)
+   $(add_kdeapps_dep libkdepimdbusinterfaces)
+   dev-qt/designer:5
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+   dev-qt/qtwebkit:5
+   dev-qt/qtwidgets:5
+"
+DEPEND="${COMMON_DEPEND}
+   sys-devel/gettext
+"
+RDEPEND="${COMMON_DEPEND}
+   !
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   kde
+