From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/libkgapi/
Date: Tue, 19 Jul 2022 11:05:34 +0000 (UTC) [thread overview]
Message-ID: <1658228708.12b0fbb93ca52446f86307ad81f6c4f01bd87355.asturm@gentoo> (raw)
commit: 12b0fbb93ca52446f86307ad81f6c4f01bd87355
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 19 10:46:09 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jul 19 11:05:08 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=12b0fbb9
kde-apps/libkgapi: Disable failing tests
Bug: https://bugs.gentoo.org/852593
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/libkgapi/libkgapi-22.07.80.ebuild | 11 +++++------
kde-apps/libkgapi/libkgapi-22.08.49.9999.ebuild | 11 +++++------
kde-apps/libkgapi/libkgapi-9999.ebuild | 11 +++++------
3 files changed, 15 insertions(+), 18 deletions(-)
diff --git a/kde-apps/libkgapi/libkgapi-22.07.80.ebuild b/kde-apps/libkgapi/libkgapi-22.07.80.ebuild
index 6c4162221e..a4d2963117 100644
--- a/kde-apps/libkgapi/libkgapi-22.07.80.ebuild
+++ b/kde-apps/libkgapi/libkgapi-22.07.80.ebuild
@@ -17,9 +17,6 @@ SLOT="5"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
IUSE="nls"
-BDEPEND="
- nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
-"
DEPEND="
dev-libs/cyrus-sasl:2
>=dev-qt/qtgui-${QTMIN}:5
@@ -31,14 +28,16 @@ DEPEND="
>=kde-frameworks/kwallet-${KFMIN}:5
"
RDEPEND="${DEPEND}"
+BDEPEND="nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )"
src_test() {
local myctestargs=(
# Both fail for multiple distros, see bug #832709 for more discussion
# Revisit at least once Qt 5.15.3 is in wider distribution (in Gentoo at least):
- # - contacts-contactcreatejobtest
- # - contacts-contactmodifyjobtest
- -E "(contacts-contactcreatejobtest|contacts-contactmodifyjobtest)"
+ # contacts-contactcreatejobtest, contacts-contactmodifyjobtest
+ # More failures not specific to Gentoo, bug #852593, KDE-bug #440648:
+ # calendar-eventcreatejobtest, calendar-eventfetchjobtest, calendar-eventmodifyjobtest
+ -E "(contacts-contactcreatejobtest|contacts-contactmodifyjobtest|calendar-eventcreatejobtest|calendar-eventfetchjobtest|calendar-eventmodifyjobtest)"
)
virtx cmake_src_test
diff --git a/kde-apps/libkgapi/libkgapi-22.08.49.9999.ebuild b/kde-apps/libkgapi/libkgapi-22.08.49.9999.ebuild
index 952726feea..aec9c3cee2 100644
--- a/kde-apps/libkgapi/libkgapi-22.08.49.9999.ebuild
+++ b/kde-apps/libkgapi/libkgapi-22.08.49.9999.ebuild
@@ -17,9 +17,6 @@ SLOT="5"
KEYWORDS=""
IUSE="nls"
-BDEPEND="
- nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
-"
DEPEND="
dev-libs/cyrus-sasl:2
>=dev-qt/qtgui-${QTMIN}:5
@@ -31,14 +28,16 @@ DEPEND="
>=kde-frameworks/kwallet-${KFMIN}:5
"
RDEPEND="${DEPEND}"
+BDEPEND="nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )"
src_test() {
local myctestargs=(
# Both fail for multiple distros, see bug #832709 for more discussion
# Revisit at least once Qt 5.15.3 is in wider distribution (in Gentoo at least):
- # - contacts-contactcreatejobtest
- # - contacts-contactmodifyjobtest
- -E "(contacts-contactcreatejobtest|contacts-contactmodifyjobtest)"
+ # contacts-contactcreatejobtest, contacts-contactmodifyjobtest
+ # More failures not specific to Gentoo, bug #852593, KDE-bug #440648:
+ # calendar-eventcreatejobtest, calendar-eventfetchjobtest, calendar-eventmodifyjobtest
+ -E "(contacts-contactcreatejobtest|contacts-contactmodifyjobtest|calendar-eventcreatejobtest|calendar-eventfetchjobtest|calendar-eventmodifyjobtest)"
)
virtx cmake_src_test
diff --git a/kde-apps/libkgapi/libkgapi-9999.ebuild b/kde-apps/libkgapi/libkgapi-9999.ebuild
index 952726feea..aec9c3cee2 100644
--- a/kde-apps/libkgapi/libkgapi-9999.ebuild
+++ b/kde-apps/libkgapi/libkgapi-9999.ebuild
@@ -17,9 +17,6 @@ SLOT="5"
KEYWORDS=""
IUSE="nls"
-BDEPEND="
- nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
-"
DEPEND="
dev-libs/cyrus-sasl:2
>=dev-qt/qtgui-${QTMIN}:5
@@ -31,14 +28,16 @@ DEPEND="
>=kde-frameworks/kwallet-${KFMIN}:5
"
RDEPEND="${DEPEND}"
+BDEPEND="nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )"
src_test() {
local myctestargs=(
# Both fail for multiple distros, see bug #832709 for more discussion
# Revisit at least once Qt 5.15.3 is in wider distribution (in Gentoo at least):
- # - contacts-contactcreatejobtest
- # - contacts-contactmodifyjobtest
- -E "(contacts-contactcreatejobtest|contacts-contactmodifyjobtest)"
+ # contacts-contactcreatejobtest, contacts-contactmodifyjobtest
+ # More failures not specific to Gentoo, bug #852593, KDE-bug #440648:
+ # calendar-eventcreatejobtest, calendar-eventfetchjobtest, calendar-eventmodifyjobtest
+ -E "(contacts-contactcreatejobtest|contacts-contactmodifyjobtest|calendar-eventcreatejobtest|calendar-eventfetchjobtest|calendar-eventmodifyjobtest)"
)
virtx cmake_src_test
next reply other threads:[~2022-07-19 11:05 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-19 11:05 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-30 22:51 [gentoo-commits] proj/kde:master commit in: kde-apps/libkgapi/ Andreas Sturmlechner
2024-02-28 9:09 Andreas Sturmlechner
2024-02-25 23:25 Sam James
2023-12-17 12:04 Sam James
2023-08-06 20:39 Andreas Sturmlechner
2023-06-05 13:51 Andreas Sturmlechner
2023-05-25 20:22 Andreas Sturmlechner
2022-03-17 17:33 Sam James
2022-03-16 21:55 Sam James
2022-03-16 21:55 Sam James
2021-12-09 11:28 Andreas Sturmlechner
2020-12-22 11:10 Andreas Sturmlechner
2020-12-12 18:08 Andreas Sturmlechner
2020-10-10 21:39 Andreas Sturmlechner
2018-04-22 8:49 Andreas Sturmlechner
2017-11-07 18:44 Andreas Sturmlechner
2017-04-27 19:36 Andreas Sturmlechner
2017-03-09 23:38 Andreas Sturmlechner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1658228708.12b0fbb93ca52446f86307ad81f6c4f01bd87355.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox