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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9D4F0158086 for ; Thu, 25 Nov 2021 13:17:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6875E07B2; Thu, 25 Nov 2021 13:17:33 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B9977E07B2 for ; Thu, 25 Nov 2021 13:17:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B35DB342E59 for ; Thu, 25 Nov 2021 13:17:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6606132 for ; Thu, 25 Nov 2021 13:17:24 +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: <1637846065.c01522cb187535b2c6c77f4765a756d1964f8225.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-21.11.80.ebuild kde-apps/ark/ark-21.12.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: c01522cb187535b2c6c77f4765a756d1964f8225 X-VCS-Branch: master Date: Thu, 25 Nov 2021 13:17:24 +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: 3d7662d4-e4ef-4148-aab8-86901813c384 X-Archives-Hash: 6430d571ab978614cdbd7f8be4db7036 commit: c01522cb187535b2c6c77f4765a756d1964f8225 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Nov 25 13:13:56 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Nov 25 13:14:25 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c01522cb kde-apps/ark: Add missing test BDEPEND, skip segfaulting/hanging test plugins-clirartest requires app-arch/rar. kerfuffle-addtoarchivetest may segfault or hang indefinitely. Bug: https://bugs.gentoo.org/822177 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/ark/ark-21.11.80.ebuild | 10 ++++++++++ kde-apps/ark/ark-21.12.49.9999.ebuild | 10 ++++++++++ kde-apps/ark/ark-9999.ebuild | 10 ++++++++++ 3 files changed, 30 insertions(+) diff --git a/kde-apps/ark/ark-21.11.80.ebuild b/kde-apps/ark/ark-21.11.80.ebuild index 9f2b5f6342..62a067e8b6 100644 --- a/kde-apps/ark/ark-21.11.80.ebuild +++ b/kde-apps/ark/ark-21.11.80.ebuild @@ -48,6 +48,7 @@ DEPEND="${RDEPEND} " BDEPEND=" sys-devel/gettext + test? ( app-arch/rar ) " src_configure() { @@ -58,6 +59,15 @@ src_configure() { ecm_src_configure } +src_test() { + local myctestargs=( + # bug 822177: may segfault or hang indefinitely + -E "(kerfuffle-addtoarchivetest)" + ) + + ecm_src_test +} + pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then optfeature "rar archive creation/extraction" app-arch/rar diff --git a/kde-apps/ark/ark-21.12.49.9999.ebuild b/kde-apps/ark/ark-21.12.49.9999.ebuild index 8df5593319..24d9413758 100644 --- a/kde-apps/ark/ark-21.12.49.9999.ebuild +++ b/kde-apps/ark/ark-21.12.49.9999.ebuild @@ -48,6 +48,7 @@ DEPEND="${RDEPEND} " BDEPEND=" sys-devel/gettext + test? ( app-arch/rar ) " src_configure() { @@ -58,6 +59,15 @@ src_configure() { ecm_src_configure } +src_test() { + local myctestargs=( + # bug 822177: may segfault or hang indefinitely + -E "(kerfuffle-addtoarchivetest)" + ) + + ecm_src_test +} + pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then optfeature "rar archive creation/extraction" app-arch/rar diff --git a/kde-apps/ark/ark-9999.ebuild b/kde-apps/ark/ark-9999.ebuild index 8df5593319..24d9413758 100644 --- a/kde-apps/ark/ark-9999.ebuild +++ b/kde-apps/ark/ark-9999.ebuild @@ -48,6 +48,7 @@ DEPEND="${RDEPEND} " BDEPEND=" sys-devel/gettext + test? ( app-arch/rar ) " src_configure() { @@ -58,6 +59,15 @@ src_configure() { ecm_src_configure } +src_test() { + local myctestargs=( + # bug 822177: may segfault or hang indefinitely + -E "(kerfuffle-addtoarchivetest)" + ) + + ecm_src_test +} + pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then optfeature "rar archive creation/extraction" app-arch/rar