From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7D30C13835C for ; Mon, 28 Sep 2020 21:26:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C247BE082B; Mon, 28 Sep 2020 21:26:46 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AC63BE082B for ; Mon, 28 Sep 2020 21:26:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C77DC34069F for ; Mon, 28 Sep 2020 21:26:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7CF4D388 for ; Mon, 28 Sep 2020 21:26:44 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1601319480.7b8fb4f3a63eabeac6dcd673990aad8f1f081167.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/ark/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/ark/ark-20.08.49.9999.ebuild kde-apps/ark/ark-9999.ebuild X-VCS-Directories: kde-apps/ark/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7b8fb4f3a63eabeac6dcd673990aad8f1f081167 X-VCS-Branch: master Date: Mon, 28 Sep 2020 21:26:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 91c2452d-2f4d-48b6-a29a-f29286b31350 X-Archives-Hash: 89b95f19a6d362f0b9e79157843cee72 commit: 7b8fb4f3a63eabeac6dcd673990aad8f1f081167 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Sep 28 18:58:00 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Sep 28 18:58:00 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7b8fb4f3 kde-apps/ark: Try unrestrict tests again, but disable failing Bug: https://bugs.gentoo.org/560548 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/ark/ark-20.08.49.9999.ebuild | 11 ++++++++--- kde-apps/ark/ark-9999.ebuild | 11 ++++++++--- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/kde-apps/ark/ark-20.08.49.9999.ebuild b/kde-apps/ark/ark-20.08.49.9999.ebuild index c446d472d8..60582f5a5e 100644 --- a/kde-apps/ark/ark-20.08.49.9999.ebuild +++ b/kde-apps/ark/ark-20.08.49.9999.ebuild @@ -50,9 +50,6 @@ DEPEND="${RDEPEND} >=dev-qt/qtconcurrent-${QTMIN}:5 " -# bug #560548, last checked with 16.04.1 -RESTRICT+=" test" - src_configure() { local mycmakeargs=( $(cmake_use_find_package zip LibZip) @@ -61,6 +58,14 @@ src_configure() { ecm_src_configure } +src_test() { + local myctestargs=( + -E "(plugins-clirartest)" + ) + + ecm_src_test +} + pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then elog "Optional dependencies:" diff --git a/kde-apps/ark/ark-9999.ebuild b/kde-apps/ark/ark-9999.ebuild index 5efa6db373..6f36ce2246 100644 --- a/kde-apps/ark/ark-9999.ebuild +++ b/kde-apps/ark/ark-9999.ebuild @@ -50,9 +50,6 @@ DEPEND="${RDEPEND} >=dev-qt/qtconcurrent-${QTMIN}:5 " -# bug #560548, last checked with 16.04.1 -RESTRICT+=" test" - src_configure() { local mycmakeargs=( $(cmake_use_find_package zip LibZip) @@ -61,6 +58,14 @@ src_configure() { ecm_src_configure } +src_test() { + local myctestargs=( + -E "(plugins-clirartest)" + ) + + ecm_src_test +} + pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then elog "Optional dependencies:"