public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/incidenceeditor/
Date: Sun, 21 Feb 2021 21:27:46 +0000 (UTC)	[thread overview]
Message-ID: <1613942849.9ce650ff83e99d3cdd2bd61b76cba98f92932b6a.asturm@gentoo> (raw)

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
+}


             reply	other threads:[~2021-02-21 21:27 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-21 21:27 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-12 19:30 [gentoo-commits] proj/kde:master commit in: kde-apps/incidenceeditor/ 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
2020-06-15 23:03 Andreas Sturmlechner
2020-05-19 11:20 Andreas Sturmlechner
2017-09-13 18:09 Andreas Sturmlechner
2017-09-13 17:52 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

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=1613942849.9ce650ff83e99d3cdd2bd61b76cba98f92932b6a.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