public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kalarmcal/
@ 2018-11-29 11:41 Andreas Sturmlechner
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2018-11-29 11:41 UTC (permalink / raw
  To: gentoo-commits

commit:     fc4851f26efc3aba5cf3400751efd584bf9d93a3
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 29 10:38:57 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Nov 29 11:41:04 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc4851f2

kde-apps/kalarmcal: Restrict tests

Working fine except inside Plasma session.

KDE-Bug: https://bugs.kde.org/show_bug.cgi?id=401526
Bug: https://bugs.gentoo.org/665626
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/kalarmcal/kalarmcal-18.08.3.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/kde-apps/kalarmcal/kalarmcal-18.08.3.ebuild b/kde-apps/kalarmcal/kalarmcal-18.08.3.ebuild
index c4abff879e9..55d7b715e11 100644
--- a/kde-apps/kalarmcal/kalarmcal-18.08.3.ebuild
+++ b/kde-apps/kalarmcal/kalarmcal-18.08.3.ebuild
@@ -28,3 +28,5 @@ RDEPEND="${COMMON_DEPEND}
 	!kde-apps/kdepim-l10n
 	!<kde-apps/kdepim-runtime-18.03.80
 "
+
+RESTRICT+=" test" # broken within Plasma session, bug 665626


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kalarmcal/
@ 2019-04-01 11:28 Michael Palimaka
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Palimaka @ 2019-04-01 11:28 UTC (permalink / raw
  To: gentoo-commits

commit:     10ef8b9d53608cb1e71a85addda818f92166bedc
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  1 11:28:26 2019 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Apr  1 11:28:35 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10ef8b9d

kde-apps/kalarmcal: fix tests

Closes: https://bugs.gentoo.org/665626
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Michael Palimaka <kensington <AT> gentoo.org>

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

diff --git a/kde-apps/kalarmcal/kalarmcal-18.12.3.ebuild b/kde-apps/kalarmcal/kalarmcal-18.12.3.ebuild
index f5041384612..b9e70184f8a 100644
--- a/kde-apps/kalarmcal/kalarmcal-18.12.3.ebuild
+++ b/kde-apps/kalarmcal/kalarmcal-18.12.3.ebuild
@@ -29,4 +29,6 @@ RDEPEND="${COMMON_DEPEND}
 	!<kde-apps/kdepim-runtime-18.03.80
 "
 
-RESTRICT+=" test" # broken within Plasma session, bug #665626
+src_test() {
+	LANG="C" kde5_src_test #bug 665626
+}


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kalarmcal/
@ 2019-04-06 15:37 Mikle Kolyada
  0 siblings, 0 replies; 6+ messages in thread
From: Mikle Kolyada @ 2019-04-06 15:37 UTC (permalink / raw
  To: gentoo-commits

commit:     7312aae95855d1125cd8e780b4b7637cdfd25c2b
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  6 15:36:04 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Apr  6 15:36:04 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7312aae9

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

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

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

diff --git a/kde-apps/kalarmcal/kalarmcal-18.12.3-r1.ebuild b/kde-apps/kalarmcal/kalarmcal-18.12.3-r1.ebuild
index a12a1089630..e4e5b88b2ce 100644
--- a/kde-apps/kalarmcal/kalarmcal-18.12.3-r1.ebuild
+++ b/kde-apps/kalarmcal/kalarmcal-18.12.3-r1.ebuild
@@ -8,7 +8,7 @@ inherit kde5
 
 DESCRIPTION="Client library to access and handling of KAlarm calendar data"
 LICENSE="GPL-2+ LGPL-2.1+"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE=""
 
 COMMON_DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kalarmcal/
@ 2020-07-11  8:55 Andreas Sturmlechner
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2020-07-11  8:55 UTC (permalink / raw
  To: gentoo-commits

commit:     a835f25a42a861738f30debf8af6988bf1fe5bbb
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 11 08:50:50 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jul 11 08:51:12 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a835f25a

kde-apps/kalarmcal: Switch to LC_TIME=C in src_test

Bug: https://bugs.gentoo.org/665626
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

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

diff --git a/kde-apps/kalarmcal/kalarmcal-20.04.3.ebuild b/kde-apps/kalarmcal/kalarmcal-20.04.3.ebuild
index 71225daea22..0180609a875 100644
--- a/kde-apps/kalarmcal/kalarmcal-20.04.3.ebuild
+++ b/kde-apps/kalarmcal/kalarmcal-20.04.3.ebuild
@@ -34,5 +34,5 @@ RDEPEND="${COMMON_DEPEND}
 "
 
 src_test() {
-	LANG="C" ecm_src_test #bug 665626
+	LC_TIME="C" ecm_src_test #bug 665626
 }


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kalarmcal/
@ 2021-09-27 14:14 Yixun Lan
  0 siblings, 0 replies; 6+ messages in thread
From: Yixun Lan @ 2021-09-27 14:14 UTC (permalink / raw
  To: gentoo-commits

commit:     1c6187da92b741153cba6f1e41ef33db85762e29
Author:     Alex Fan <alexfanqi <AT> yahoo <DOT> com>
AuthorDate: Mon Sep 27 09:24:02 2021 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Mon Sep 27 14:04:47 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c6187da

kde-apps/kalarmcal: keyword 21.08.1 for ~riscv

Signed-off-by: Alex Fan <alexfanqi <AT> yahoo.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

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

diff --git a/kde-apps/kalarmcal/kalarmcal-21.08.1.ebuild b/kde-apps/kalarmcal/kalarmcal-21.08.1.ebuild
index 3df89d50c1c..2d6f9bc10c1 100644
--- a/kde-apps/kalarmcal/kalarmcal-21.08.1.ebuild
+++ b/kde-apps/kalarmcal/kalarmcal-21.08.1.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Client library to access and handling of KAlarm calendar data"
 
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
 IUSE=""
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kalarmcal/
@ 2021-11-19  5:00 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2021-11-19  5:00 UTC (permalink / raw
  To: gentoo-commits

commit:     2521b4748727b2b63c99f3e9beedb3d7f7f68b51
Author:     James Beddek <telans <AT> posteo <DOT> de>
AuthorDate: Fri Nov 19 04:56:59 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 19 04:59:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2521b474

kde-apps/kalarmcal: force TZ=UTC for tests

See: https://bugs.kde.org/show_bug.cgi?id=445734

Signed-off-by: James Beddek <telans <AT> posteo.de>
Closes: https://github.com/gentoo/gentoo/pull/22999
Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/kde-apps/kalarmcal/kalarmcal-21.08.3.ebuild b/kde-apps/kalarmcal/kalarmcal-21.08.3.ebuild
index 2d6f9bc10c13..83d42b73cd3d 100644
--- a/kde-apps/kalarmcal/kalarmcal-21.08.3.ebuild
+++ b/kde-apps/kalarmcal/kalarmcal-21.08.3.ebuild
@@ -31,5 +31,7 @@ DEPEND="${RDEPEND}
 "
 
 src_test() {
-	LC_TIME="C" ecm_src_test #bug 665626
+	# LC_TIME bug 665626
+	# TZ bug https://bugs.kde.org/show_bug.cgi?id=445734
+	LC_TIME="C" TZ=UTC ecm_src_test
 }


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

end of thread, other threads:[~2021-11-19  5:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-11  8:55 [gentoo-commits] repo/gentoo:master commit in: kde-apps/kalarmcal/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2021-11-19  5:00 Sam James
2021-09-27 14:14 Yixun Lan
2019-04-06 15:37 Mikle Kolyada
2019-04-01 11:28 Michael Palimaka
2018-11-29 11:41 Andreas Sturmlechner

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