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

2022-04-10 Thread Andreas Sturmlechner
commit: 5c289d4b13c835a426fa1b3d1035c58de07473dd
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Apr 10 21:19:19 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Apr 10 21:32:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c289d4b

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

Closes: 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-21.12.3.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-apps/incidenceeditor/incidenceeditor-21.12.3.ebuild 
b/kde-apps/incidenceeditor/incidenceeditor-21.12.3.ebuild
index 1cb545e833ed..63d271e4df7e 100644
--- a/kde-apps/incidenceeditor/incidenceeditor-21.12.3.ebuild
+++ b/kde-apps/incidenceeditor/incidenceeditor-21.12.3.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



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

2021-11-15 Thread Andreas Sturmlechner
commit: 2f3b4fc47dc112b85ce82a2713eb0a74e462b203
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Nov 16 07:31:42 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Nov 16 07:37:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f3b4fc4

kde-apps/incidenceeditor: Punt bogus dep

Upstream commit 5cef2f996173ea337b971e79d3a4b320a73502f3

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

 kde-apps/incidenceeditor/incidenceeditor-21.08.3.ebuild | 5 +
 1 file changed, 5 insertions(+)

diff --git a/kde-apps/incidenceeditor/incidenceeditor-21.08.3.ebuild 
b/kde-apps/incidenceeditor/incidenceeditor-21.08.3.ebuild
index f90316d7cb4f..3f58f95df97b 100644
--- a/kde-apps/incidenceeditor/incidenceeditor-21.08.3.ebuild
+++ b/kde-apps/incidenceeditor/incidenceeditor-21.08.3.ebuild
@@ -59,6 +59,11 @@ BDEPEND="
test? ( >=kde-apps/akonadi-${PVCUT}:5[tools] )
 "
 
+src_prepare() {
+   ecm_src_prepare
+   ecm_punt_bogus_dep KF5 GrantleeTheme
+}
+
 src_configure() {
local mycmakeargs=(
-DKDEPIM_RUN_AKONADI_TEST=OFF



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

2021-02-21 Thread Andreas Sturmlechner
commit: 923384ceebbb32c6cf9b8120aaff980ff47ff4eb
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Feb 21 20:42:34 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb 21 21:07:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=923384ce

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

Bug: https://bugs.gentoo.org/770775
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../incidenceeditor/incidenceeditor-20.12.2.ebuild | 18 --
 1 file changed, 16 insertions(+), 2 deletions(-)

diff --git a/kde-apps/incidenceeditor/incidenceeditor-20.12.2.ebuild 
b/kde-apps/incidenceeditor/incidenceeditor-20.12.2.ebuild
index abaf121ed4a..70a6db0af84 100644
--- a/kde-apps/incidenceeditor/incidenceeditor-20.12.2.ebuild
+++ b/kde-apps/incidenceeditor/incidenceeditor-20.12.2.ebuild
@@ -17,7 +17,7 @@ SLOT="5"
 KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
 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] repo/gentoo:master commit in: kde-apps/incidenceeditor/

2019-04-06 Thread Mikle Kolyada
commit: 70070801cf87989ecdb08f063f4b1abbb6738ab8
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Apr  6 15:36:00 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Apr  6 15:36:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70070801

kde-apps/incidenceeditor: x86 stable wrt bug #682452

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"

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

diff --git a/kde-apps/incidenceeditor/incidenceeditor-18.12.3-r1.ebuild 
b/kde-apps/incidenceeditor/incidenceeditor-18.12.3-r1.ebuild
index 4700223c87e..fc8ef34ae38 100644
--- a/kde-apps/incidenceeditor/incidenceeditor-18.12.3-r1.ebuild
+++ b/kde-apps/incidenceeditor/incidenceeditor-18.12.3-r1.ebuild
@@ -9,7 +9,7 @@ inherit kde5
 
 DESCRIPTION="Incidence editor for korganizer"
 LICENSE="GPL-2+"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE=""
 
 DEPEND="



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

2018-12-01 Thread Mikle Kolyada
commit: 077710e359475fed4781bfeb94c238885b20c13d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Dec  1 16:15:27 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Dec  1 17:00:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=077710e3

kde-apps/incidenceeditor: amd64 stable wrt bug 670862

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

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

diff --git a/kde-apps/incidenceeditor/incidenceeditor-18.08.3.ebuild 
b/kde-apps/incidenceeditor/incidenceeditor-18.08.3.ebuild
index b1d1e2fe348..49cd66de82d 100644
--- a/kde-apps/incidenceeditor/incidenceeditor-18.08.3.ebuild
+++ b/kde-apps/incidenceeditor/incidenceeditor-18.08.3.ebuild
@@ -9,7 +9,7 @@ inherit kde5
 
 DESCRIPTION="Incidence editor for korganizer"
 LICENSE="GPL-2+"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 DEPEND="



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

2017-02-11 Thread Michael Palimaka
commit: 6f148fc211709dd7c084114ba2aceda3a57b1437
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Feb 12 03:47:21 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Feb 12 03:47:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f148fc2

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

Gentoo-bug: 609028

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-apps/incidenceeditor/incidenceeditor-16.12.2.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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