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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C5EC8158089 for ; Mon, 18 Sep 2023 04:30:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D2882BC014; Mon, 18 Sep 2023 04:30:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 0301D2BC014 for ; Mon, 18 Sep 2023 04:30:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 smtp.gentoo.org (Postfix) with ESMTPS id 3D0F4335C9F for ; Mon, 18 Sep 2023 04:30:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A231411D8 for ; Mon, 18 Sep 2023 04:30:01 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1695011008.421ad224a895f8edf0a27c3cf2b70fc72c1f44e9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/inkscape/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/inkscape/inkscape-1.2.2-r4.ebuild media-gfx/inkscape/inkscape-1.2.2.ebuild media-gfx/inkscape/inkscape-1.3.ebuild media-gfx/inkscape/inkscape-9999.ebuild X-VCS-Directories: media-gfx/inkscape/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 421ad224a895f8edf0a27c3cf2b70fc72c1f44e9 X-VCS-Branch: master Date: Mon, 18 Sep 2023 04:30:01 +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: d0b44c36-dc59-4295-9d8e-0d7d4b744dd8 X-Archives-Hash: fcc24fe8f8788fbe791dd23fb693bb51 commit: 421ad224a895f8edf0a27c3cf2b70fc72c1f44e9 Author: Sam James gentoo org> AuthorDate: Mon Sep 18 03:50:28 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Sep 18 04:23:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=421ad224 media-gfx/inkscape: disable tests We need to figure out the test failures (see the hint in the bug). Bug: https://bugs.gentoo.org/871621 Signed-off-by: Sam James gentoo.org> media-gfx/inkscape/inkscape-1.2.2-r4.ebuild | 8 +++----- media-gfx/inkscape/inkscape-1.2.2.ebuild | 8 +++----- media-gfx/inkscape/inkscape-1.3.ebuild | 8 +++----- media-gfx/inkscape/inkscape-9999.ebuild | 8 +++----- 4 files changed, 12 insertions(+), 20 deletions(-) diff --git a/media-gfx/inkscape/inkscape-1.2.2-r4.ebuild b/media-gfx/inkscape/inkscape-1.2.2-r4.ebuild index d1745d96109b..dad95b005747 100644 --- a/media-gfx/inkscape/inkscape-1.2.2-r4.ebuild +++ b/media-gfx/inkscape/inkscape-1.2.2-r4.ebuild @@ -21,10 +21,10 @@ HOMEPAGE="https://inkscape.org/ https://gitlab.com/inkscape/inkscape/" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -IUSE="cdr dia exif graphicsmagick imagemagick inkjar jemalloc jpeg -openmp postscript readline spell svg2 test visio wpg X" - +IUSE="cdr dia exif graphicsmagick imagemagick inkjar jemalloc jpeg openmp postscript readline spell svg2 test visio wpg X" REQUIRED_USE="${PYTHON_REQUIRED_USE}" +# Lots of test failures which need investigating, bug #871621 +RESTRICT="!test? ( test ) test" BDEPEND=" dev-util/glib-utils @@ -103,8 +103,6 @@ DEPEND="${COMMON_DEPEND} test? ( dev-cpp/gtest ) " -RESTRICT="!test? ( test )" - S="${WORKDIR}/${MY_P}" PATCHES=( diff --git a/media-gfx/inkscape/inkscape-1.2.2.ebuild b/media-gfx/inkscape/inkscape-1.2.2.ebuild index a5abc5d13f0a..1d5d7d1ddda9 100644 --- a/media-gfx/inkscape/inkscape-1.2.2.ebuild +++ b/media-gfx/inkscape/inkscape-1.2.2.ebuild @@ -21,10 +21,10 @@ HOMEPAGE="https://inkscape.org/ https://gitlab.com/inkscape/inkscape/" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -IUSE="cdr dia exif graphicsmagick imagemagick inkjar jemalloc jpeg -openmp postscript readline spell svg2 test visio wpg X" - +IUSE="cdr dia exif graphicsmagick imagemagick inkjar jemalloc jpeg openmp postscript readline spell svg2 test visio wpg X" REQUIRED_USE="${PYTHON_REQUIRED_USE}" +# Lots of test failures which need investigating, bug #871621 +RESTRICT="!test? ( test ) test" BDEPEND=" dev-util/glib-utils @@ -104,8 +104,6 @@ DEPEND="${COMMON_DEPEND} test? ( dev-cpp/gtest ) " -RESTRICT="!test? ( test )" - S="${WORKDIR}/${MY_P}" pkg_pretend() { diff --git a/media-gfx/inkscape/inkscape-1.3.ebuild b/media-gfx/inkscape/inkscape-1.3.ebuild index 491ac24b157a..8f86e17bc1c1 100644 --- a/media-gfx/inkscape/inkscape-1.3.ebuild +++ b/media-gfx/inkscape/inkscape-1.3.ebuild @@ -21,10 +21,10 @@ HOMEPAGE="https://inkscape.org/ https://gitlab.com/inkscape/inkscape/" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -IUSE="cdr dia exif graphicsmagick imagemagick inkjar jpeg -openmp postscript readline spell svg2 test visio wpg X" - +IUSE="cdr dia exif graphicsmagick imagemagick inkjar jpeg openmp postscript readline spell svg2 test visio wpg X" REQUIRED_USE="${PYTHON_REQUIRED_USE}" +# Lots of test failures which need investigating, bug #871621 +RESTRICT="!test? ( test ) test" BDEPEND=" dev-util/glib-utils @@ -103,8 +103,6 @@ DEPEND="${COMMON_DEPEND} test? ( dev-cpp/gtest ) " -RESTRICT="!test? ( test )" - S="${WORKDIR}/${MY_P}" pkg_pretend() { diff --git a/media-gfx/inkscape/inkscape-9999.ebuild b/media-gfx/inkscape/inkscape-9999.ebuild index 176dc00840be..7954fbf3efac 100644 --- a/media-gfx/inkscape/inkscape-9999.ebuild +++ b/media-gfx/inkscape/inkscape-9999.ebuild @@ -21,10 +21,10 @@ HOMEPAGE="https://inkscape.org/ https://gitlab.com/inkscape/inkscape/" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -IUSE="cdr dia exif graphicsmagick imagemagick inkjar jpeg -openmp postscript readline spell svg2 test visio wpg X" - +IUSE="cdr dia exif graphicsmagick imagemagick inkjar jpeg openmp postscript readline spell svg2 test visio wpg X" REQUIRED_USE="${PYTHON_REQUIRED_USE}" +# Lots of test failures which need investigating, bug #871621 +RESTRICT="!test? ( test ) test" BDEPEND=" dev-util/glib-utils @@ -103,8 +103,6 @@ DEPEND="${COMMON_DEPEND} test? ( dev-cpp/gtest ) " -RESTRICT="!test? ( test )" - S="${WORKDIR}/${MY_P}" pkg_pretend() {