* [gentoo-commits] proj/kde:master commit in: kde-apps/incidenceeditor/
@ 2017-09-13 17:52 Andreas Sturmlechner
0 siblings, 0 replies; 16+ messages in thread
From: Andreas Sturmlechner @ 2017-09-13 17:52 UTC (permalink / raw
To: gentoo-commits
commit: bb481e4549734d8c1c17bfb82278163a93d75990
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 13 17:21:55 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Sep 13 17:51:35 2017 +0000
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-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/incidenceeditor/incidenceeditor-9999.ebuild b/kde-apps/incidenceeditor/incidenceeditor-9999.ebuild
index 29437c6906..55b04bf0d5 100644
--- a/kde-apps/incidenceeditor/incidenceeditor-9999.ebuild
+++ b/kde-apps/incidenceeditor/incidenceeditor-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-KDE_TEST="forceoptional"
+KDE_TEST="true"
VIRTUALX_REQUIRED="test"
inherit kde5
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/incidenceeditor/
@ 2024-09-12 19:30 Andreas Sturmlechner
0 siblings, 0 replies; 16+ messages in thread
From: Andreas Sturmlechner @ 2024-09-12 19:30 UTC (permalink / raw
To: gentoo-commits
commit: 22506b1b49ccd296e105d4124c73e7427adef887
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 12 19:05:20 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Sep 12 19:05:20 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=22506b1b
kde-apps/incidenceeditor: drop 24.08.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../incidenceeditor/incidenceeditor-24.08.1.ebuild | 66 ----------------------
1 file changed, 66 deletions(-)
diff --git a/kde-apps/incidenceeditor/incidenceeditor-24.08.1.ebuild b/kde-apps/incidenceeditor/incidenceeditor-24.08.1.ebuild
deleted file mode 100644
index 477683753d..0000000000
--- a/kde-apps/incidenceeditor/incidenceeditor-24.08.1.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="true"
-ECM_TEST="true"
-PVCUT=$(ver_cut 1-3)
-KFMIN=6.5.0
-QTMIN=6.7.2
-inherit ecm gear.kde.org
-
-DESCRIPTION="Incidence editor for KOrganizer"
-
-LICENSE="GPL-2+"
-SLOT="6"
-KEYWORDS="~amd64 ~arm64"
-IUSE=""
-
-RDEPEND="
- dev-libs/kdiagram:6
- >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,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/calendarsupport-${PVCUT}:6
- >=kde-apps/eventviews-${PVCUT}:6
- >=kde-apps/kcalutils-${PVCUT}:6
- >=kde-apps/kidentitymanagement-${PVCUT}:6
- >=kde-apps/kldap-${PVCUT}:6
- >=kde-apps/kmime-${PVCUT}:6
- >=kde-apps/libkdepim-${PVCUT}:6
- >=kde-apps/pimcommon-${PVCUT}:6
- >=kde-frameworks/kcalendarcore-${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/ki18n-${KFMIN}:6
- >=kde-frameworks/kiconthemes-${KFMIN}:6
- >=kde-frameworks/kio-${KFMIN}:6
- >=kde-frameworks/kitemmodels-${KFMIN}:6
- >=kde-frameworks/kjobwidgets-${KFMIN}:6
- >=kde-frameworks/kservice-${KFMIN}:6
- >=kde-frameworks/ktextwidgets-${KFMIN}:6
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
- >=kde-frameworks/kxmlgui-${KFMIN}:6
-"
-DEPEND="${RDEPEND}
- test? ( >=kde-apps/akonadi-${PVCUT}:6[mysql,postgres,sqlite] )
-"
-BDEPEND="
- test? ( >=kde-apps/akonadi-${PVCUT}:6[tools] )
-"
-
-src_test() {
- # Paths exceed unix domain socket limit, bugs 770775 and 837182
- local myctestargs=(
- -E "(akonadi-mysql-incidencedatetimetest|akonadi-pgsql-incidencedatetimetest|akonadi-sqlite-incidencedatetimetest)"
- )
-
- ecm_src_test
-}
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/incidenceeditor/
@ 2024-08-11 6:58 Andreas Sturmlechner
0 siblings, 0 replies; 16+ messages in thread
From: Andreas Sturmlechner @ 2024-08-11 6:58 UTC (permalink / raw
To: gentoo-commits
commit: 931d1ae9be34c4b17e4088bc980f6efe9d626d07
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 10 15:02:01 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug 11 06:19:29 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=931d1ae9
kde-apps/incidenceeditor: Add new dependency
Upstream commit 3e17afb43236037fe4d0ecbb0be4f5b76ccca66f
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/incidenceeditor/incidenceeditor-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/kde-apps/incidenceeditor/incidenceeditor-9999.ebuild b/kde-apps/incidenceeditor/incidenceeditor-9999.ebuild
index 903b81eadb..90f4697f73 100644
--- a/kde-apps/incidenceeditor/incidenceeditor-9999.ebuild
+++ b/kde-apps/incidenceeditor/incidenceeditor-9999.ebuild
@@ -39,6 +39,7 @@ RDEPEND="
>=kde-frameworks/kconfigwidgets-${KFMIN}:6
>=kde-frameworks/kcontacts-${KFMIN}:6
>=kde-frameworks/kcoreaddons-${KFMIN}:6
+ >=kde-frameworks/kguiaddons-${KFMIN}:6
>=kde-frameworks/ki18n-${KFMIN}:6
>=kde-frameworks/kiconthemes-${KFMIN}:6
>=kde-frameworks/kio-${KFMIN}:6
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/incidenceeditor/
@ 2023-08-06 20:39 Andreas Sturmlechner
0 siblings, 0 replies; 16+ messages in thread
From: Andreas Sturmlechner @ 2023-08-06 20:39 UTC (permalink / raw
To: gentoo-commits
commit: 1f96538f7f2b1f7063c23074ad667aa7a90d2ee1
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 6 19:57:05 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug 6 19:57:36 2023 +0000
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 <asturm <AT> gentoo.org>
kde-apps/incidenceeditor/incidenceeditor-9999.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/kde-apps/incidenceeditor/incidenceeditor-9999.ebuild b/kde-apps/incidenceeditor/incidenceeditor-9999.ebuild
index 5113c14c08..66b92219ac 100644
--- a/kde-apps/incidenceeditor/incidenceeditor-9999.ebuild
+++ b/kde-apps/incidenceeditor/incidenceeditor-9999.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
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/incidenceeditor/
@ 2022-04-10 21:21 Andreas Sturmlechner
0 siblings, 0 replies; 16+ messages in thread
From: Andreas Sturmlechner @ 2022-04-10 21:21 UTC (permalink / raw
To: gentoo-commits
commit: fefd18b24eb0e314a100de7bbdeb7a4ca5f8d8f7
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 10 21:21:05 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 10 21:21:05 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=fefd18b2
kde-apps/incidenceeditor: Sync 9999 comment
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/incidenceeditor/incidenceeditor-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/incidenceeditor/incidenceeditor-9999.ebuild b/kde-apps/incidenceeditor/incidenceeditor-9999.ebuild
index 44baa662ef..08fb34eff9 100644
--- a/kde-apps/incidenceeditor/incidenceeditor-9999.ebuild
+++ b/kde-apps/incidenceeditor/incidenceeditor-9999.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)"
)
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/incidenceeditor/
@ 2022-04-10 21:19 Andreas Sturmlechner
0 siblings, 0 replies; 16+ messages in thread
From: Andreas Sturmlechner @ 2022-04-10 21:19 UTC (permalink / raw
To: gentoo-commits
commit: b0317c981d8b43b1f3e1401260831e6347a30832
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 10 21:19:19 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 10 21:19:33 2022 +0000
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 <asturm <AT> gentoo.org>
kde-apps/incidenceeditor/incidenceeditor-22.03.90.ebuild | 6 +++---
kde-apps/incidenceeditor/incidenceeditor-22.04.49.9999.ebuild | 6 +++---
kde-apps/incidenceeditor/incidenceeditor-9999.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.9999.ebuild b/kde-apps/incidenceeditor/incidenceeditor-22.04.49.9999.ebuild
index b6b75b4838..08fb34eff9 100644
--- a/kde-apps/incidenceeditor/incidenceeditor-22.04.49.9999.ebuild
+++ b/kde-apps/incidenceeditor/incidenceeditor-22.04.49.9999.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-9999.ebuild b/kde-apps/incidenceeditor/incidenceeditor-9999.ebuild
index b6b75b4838..44baa662ef 100644
--- a/kde-apps/incidenceeditor/incidenceeditor-9999.ebuild
+++ b/kde-apps/incidenceeditor/incidenceeditor-9999.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
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/incidenceeditor/
@ 2021-11-16 7:35 Andreas Sturmlechner
0 siblings, 0 replies; 16+ messages in thread
From: Andreas Sturmlechner @ 2021-11-16 7:35 UTC (permalink / raw
To: gentoo-commits
commit: f24edffce4882a9a14ea5bad9c4b09954866046d
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 16 07:30:02 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Nov 16 07:30:02 2021 +0000
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 <asturm <AT> gentoo.org>
kde-apps/incidenceeditor/incidenceeditor-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/kde-apps/incidenceeditor/incidenceeditor-9999.ebuild b/kde-apps/incidenceeditor/incidenceeditor-9999.ebuild
index 877c68a43a..bb4502e19e 100644
--- a/kde-apps/incidenceeditor/incidenceeditor-9999.ebuild
+++ b/kde-apps/incidenceeditor/incidenceeditor-9999.ebuild
@@ -3,6 +3,7 @@
EAPI=8
+ECM_QTHELP="true"
ECM_TEST="true"
PVCUT=$(ver_cut 1-3)
KFMIN=5.85.0
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/incidenceeditor/
@ 2021-11-16 7:35 Andreas Sturmlechner
0 siblings, 0 replies; 16+ messages in thread
From: Andreas Sturmlechner @ 2021-11-16 7:35 UTC (permalink / raw
To: gentoo-commits
commit: 61f1ea6a70f40b7a74f780bbbabff5ea8d1334bb
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 16 07:29:01 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Nov 16 07:29:01 2021 +0000
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 <asturm <AT> gentoo.org>
kde-apps/incidenceeditor/incidenceeditor-9999.ebuild | 7 -------
1 file changed, 7 deletions(-)
diff --git a/kde-apps/incidenceeditor/incidenceeditor-9999.ebuild b/kde-apps/incidenceeditor/incidenceeditor-9999.ebuild
index 4a4da6b69d..877c68a43a 100644
--- a/kde-apps/incidenceeditor/incidenceeditor-9999.ebuild
+++ b/kde-apps/incidenceeditor/incidenceeditor-9999.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=(
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/incidenceeditor/
@ 2021-02-21 21:27 Andreas Sturmlechner
0 siblings, 0 replies; 16+ messages in thread
From: Andreas Sturmlechner @ 2021-02-21 21:27 UTC (permalink / raw
To: gentoo-commits
commit: 9ce650ff83e99d3cdd2bd61b76cba98f92932b6a
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 21 20:42:34 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 21 21:27:29 2021 +0000
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 <asturm <AT> gentoo.org>
.../incidenceeditor-20.12.49.9999.ebuild | 18 ++++++++++++++++--
kde-apps/incidenceeditor/incidenceeditor-9999.ebuild | 18 ++++++++++++++++--
2 files changed, 32 insertions(+), 4 deletions(-)
diff --git a/kde-apps/incidenceeditor/incidenceeditor-20.12.49.9999.ebuild b/kde-apps/incidenceeditor/incidenceeditor-20.12.49.9999.ebuild
index d8e3e6d865..c16d565576 100644
--- a/kde-apps/incidenceeditor/incidenceeditor-20.12.49.9999.ebuild
+++ b/kde-apps/incidenceeditor/incidenceeditor-20.12.49.9999.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-9999.ebuild b/kde-apps/incidenceeditor/incidenceeditor-9999.ebuild
index d8e3e6d865..c16d565576 100644
--- a/kde-apps/incidenceeditor/incidenceeditor-9999.ebuild
+++ b/kde-apps/incidenceeditor/incidenceeditor-9999.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
+}
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/incidenceeditor/
@ 2020-06-15 23:03 Andreas Sturmlechner
0 siblings, 0 replies; 16+ messages in thread
From: Andreas Sturmlechner @ 2020-06-15 23:03 UTC (permalink / raw
To: gentoo-commits
commit: 798d7526abcc97dbe0dc3b6238aad04e53b25309
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 15 20:15:40 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jun 15 20:15:40 2020 +0000
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 <asturm <AT> gentoo.org>
kde-apps/incidenceeditor/incidenceeditor-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/kde-apps/incidenceeditor/incidenceeditor-9999.ebuild b/kde-apps/incidenceeditor/incidenceeditor-9999.ebuild
index 1d57ee9903..fcee207dfa 100644
--- a/kde-apps/incidenceeditor/incidenceeditor-9999.ebuild
+++ b/kde-apps/incidenceeditor/incidenceeditor-9999.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
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/incidenceeditor/
@ 2020-05-19 11:20 Andreas Sturmlechner
0 siblings, 0 replies; 16+ messages in thread
From: Andreas Sturmlechner @ 2020-05-19 11:20 UTC (permalink / raw
To: gentoo-commits
commit: a31df538a403aa0818d07f87ae3e3bb7570deb9d
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue May 19 11:08:11 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue May 19 11:08:11 2020 +0000
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 <asturm <AT> gentoo.org>
kde-apps/incidenceeditor/incidenceeditor-9999.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/kde-apps/incidenceeditor/incidenceeditor-9999.ebuild b/kde-apps/incidenceeditor/incidenceeditor-9999.ebuild
index 403a01da8f..7e4eb7be76 100644
--- a/kde-apps/incidenceeditor/incidenceeditor-9999.ebuild
+++ b/kde-apps/incidenceeditor/incidenceeditor-9999.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
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/incidenceeditor/
@ 2017-09-13 18:09 Andreas Sturmlechner
0 siblings, 0 replies; 16+ messages in thread
From: Andreas Sturmlechner @ 2017-09-13 18:09 UTC (permalink / raw
To: gentoo-commits
commit: 1e2407b113991e986ea5141bb3c7184d3fbf706a
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 13 18:09:06 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Sep 13 18:09:06 2017 +0000
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-9999.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/kde-apps/incidenceeditor/incidenceeditor-9999.ebuild b/kde-apps/incidenceeditor/incidenceeditor-9999.ebuild
index 55b04bf0d5..8e0fc67f85 100644
--- a/kde-apps/incidenceeditor/incidenceeditor-9999.ebuild
+++ b/kde-apps/incidenceeditor/incidenceeditor-9999.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)
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/incidenceeditor/
@ 2017-02-12 3:48 Michael Palimaka
0 siblings, 0 replies; 16+ messages in thread
From: Michael Palimaka @ 2017-02-12 3:48 UTC (permalink / raw
To: gentoo-commits
commit: eddba44d228d65a166ff102018a63d10507082a2
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 12 03:47:46 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Feb 12 03:47:52 2017 +0000
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.9999.ebuild | 4 +++-
kde-apps/incidenceeditor/incidenceeditor-9999.ebuild | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/kde-apps/incidenceeditor/incidenceeditor-16.12.49.9999.ebuild b/kde-apps/incidenceeditor/incidenceeditor-16.12.49.9999.ebuild
index 311cae1b11..7e8a77f21f 100644
--- a/kde-apps/incidenceeditor/incidenceeditor-16.12.49.9999.ebuild
+++ b/kde-apps/incidenceeditor/incidenceeditor-16.12.49.9999.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-9999.ebuild b/kde-apps/incidenceeditor/incidenceeditor-9999.ebuild
index 311cae1b11..7e8a77f21f 100644
--- a/kde-apps/incidenceeditor/incidenceeditor-9999.ebuild
+++ b/kde-apps/incidenceeditor/incidenceeditor-9999.ebuild
@@ -49,4 +49,6 @@ DEPEND="
$(add_qt_dep qtwidgets)
dev-libs/kdiagram:5
"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+ !kde-apps/kdepim-common-libs:4
+"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/incidenceeditor/
@ 2016-07-25 15:32 Michael Palimaka
0 siblings, 0 replies; 16+ messages in thread
From: Michael Palimaka @ 2016-07-25 15:32 UTC (permalink / raw
To: gentoo-commits
commit: 5c1987dcd948c385804f1effcac48e76473a2797
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Mon Jul 25 14:46:23 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Jul 25 15:32:11 2016 +0000
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-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/incidenceeditor/incidenceeditor-9999.ebuild b/kde-apps/incidenceeditor/incidenceeditor-9999.ebuild
index 9f6f70b..f66a6a4 100644
--- a/kde-apps/incidenceeditor/incidenceeditor-9999.ebuild
+++ b/kde-apps/incidenceeditor/incidenceeditor-9999.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)
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/incidenceeditor/
@ 2016-04-02 16:06 Michael Palimaka
0 siblings, 0 replies; 16+ messages in thread
From: Michael Palimaka @ 2016-04-02 16:06 UTC (permalink / raw
To: gentoo-commits
commit: 0147e69dcb06dcc9886f951de3ed71a52fdc0ca9
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sat Apr 2 10:04:41 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=0147e69d
kde-apps/incidenceeditor: Drop unused DEPENDs
Upstream commit ab9708d4a0c8478de78867b00ce777b5d7350070
Package-Manager: portage-2.2.27
kde-apps/incidenceeditor/incidenceeditor-16.04.49.9999.ebuild | 5 ++---
kde-apps/incidenceeditor/incidenceeditor-9999.ebuild | 4 +---
2 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/kde-apps/incidenceeditor/incidenceeditor-16.04.49.9999.ebuild b/kde-apps/incidenceeditor/incidenceeditor-16.04.49.9999.ebuild
index b3f6ae3..9c85984 100644
--- a/kde-apps/incidenceeditor/incidenceeditor-16.04.49.9999.ebuild
+++ b/kde-apps/incidenceeditor/incidenceeditor-16.04.49.9999.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-9999.ebuild b/kde-apps/incidenceeditor/incidenceeditor-9999.ebuild
index b3f6ae3..eb22e45 100644
--- a/kde-apps/incidenceeditor/incidenceeditor-9999.ebuild
+++ b/kde-apps/incidenceeditor/incidenceeditor-9999.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}
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/incidenceeditor/
@ 2015-10-22 10:13 Michael Palimaka
0 siblings, 0 replies; 16+ messages in thread
From: Michael Palimaka @ 2015-10-22 10:13 UTC (permalink / raw
To: gentoo-commits
commit: c57db11ca1988ec66605dc65b3987fcb9cb3927f
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sat Sep 26 19:23:48 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Oct 22 10:13:11 2015 +0000
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-9999.ebuild | 63 ++++++++++++++++++++++
kde-apps/incidenceeditor/metadata.xml | 5 ++
2 files changed, 68 insertions(+)
diff --git a/kde-apps/incidenceeditor/incidenceeditor-9999.ebuild b/kde-apps/incidenceeditor/incidenceeditor-9999.ebuild
new file mode 100644
index 0000000..4989c63
--- /dev/null
+++ b/kde-apps/incidenceeditor/incidenceeditor-9999.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}
+ !<kde-apps/kdepim-15.08.50:5
+ !kde-base/kdepim-common-libs:4
+"
+
+S="${WORKDIR}/${P}/${MY_PN}"
diff --git a/kde-apps/incidenceeditor/metadata.xml b/kde-apps/incidenceeditor/metadata.xml
new file mode 100644
index 0000000..a23f444
--- /dev/null
+++ b/kde-apps/incidenceeditor/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] 16+ messages in thread
end of thread, other threads:[~2024-09-12 19:30 UTC | newest]
Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-13 17:52 [gentoo-commits] proj/kde:master commit in: kde-apps/incidenceeditor/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2024-09-12 19:30 Andreas Sturmlechner
2024-08-11 6:58 Andreas Sturmlechner
2023-08-06 20:39 Andreas Sturmlechner
2022-04-10 21:21 Andreas Sturmlechner
2022-04-10 21:19 Andreas Sturmlechner
2021-11-16 7:35 Andreas Sturmlechner
2021-11-16 7:35 Andreas Sturmlechner
2021-02-21 21:27 Andreas Sturmlechner
2020-06-15 23:03 Andreas Sturmlechner
2020-05-19 11:20 Andreas Sturmlechner
2017-09-13 18:09 Andreas Sturmlechner
2017-02-12 3:48 Michael Palimaka
2016-07-25 15:32 Michael Palimaka
2016-04-02 16:06 Michael Palimaka
2015-10-22 10:13 Michael Palimaka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox