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 EB5B415808B for ; Fri, 18 Feb 2022 15:00:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 220D5E07EC; Fri, 18 Feb 2022 15:00:35 +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 0C1AEE07EC for ; Fri, 18 Feb 2022 15:00:35 +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 E09D4343545 for ; Fri, 18 Feb 2022 15:00:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21807D3 for ; Fri, 18 Feb 2022 15:00:32 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1645196219.8e42c67dc7f8f9923bbd8750a0cbb1b9d7b07ec5.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/pencil/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/pencil/Manifest media-gfx/pencil/pencil-0.6.6-r1.ebuild media-gfx/pencil/pencil-0.6.6.ebuild X-VCS-Directories: media-gfx/pencil/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 8e42c67dc7f8f9923bbd8750a0cbb1b9d7b07ec5 X-VCS-Branch: master Date: Fri, 18 Feb 2022 15:00:32 +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: 97cedb2b-ab69-41a6-94ca-805fe1fc6c62 X-Archives-Hash: 2aef34046ebf3bac9268622485e63f6f commit: 8e42c67dc7f8f9923bbd8750a0cbb1b9d7b07ec5 Author: Ben Kohler gentoo org> AuthorDate: Fri Feb 18 14:56:42 2022 +0000 Commit: Ben Kohler gentoo org> CommitDate: Fri Feb 18 14:56:59 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e42c67d media-gfx/pencil: bump bundled catch.hpp header to fix tests Per upstream's recommendation: https://github.com/pencil2d/pencil/issues/1695#issuecomment-1043440984 Closes: https://bugs.gentoo.org/833288 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Ben Kohler gentoo.org> media-gfx/pencil/Manifest | 1 + media-gfx/pencil/{pencil-0.6.6.ebuild => pencil-0.6.6-r1.ebuild} | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/media-gfx/pencil/Manifest b/media-gfx/pencil/Manifest index 0f75af962fb3..88628580173c 100644 --- a/media-gfx/pencil/Manifest +++ b/media-gfx/pencil/Manifest @@ -1,2 +1,3 @@ +DIST catch.hpp 656886 BLAKE2B 590fabc7970b97f333457f409276688f69a66de7fa3c43d767994ed212a3b5bde6e6c113c36a0ff03dd95bbb0cdb38cc12b43a96d16644525ea7425e028485a6 SHA512 ca401efb224e87c4f9d9f3bd58102d3223ef3356149837be2474fa2dbae645272c1ecb17d7db96c2b43b97034aacb63f840f4ebec16f2f3d447c1cc80a500d40 DIST pencil-0.6.5.tar.gz 3714951 BLAKE2B 0b3ba5165f4a6778588eed3141c6260a29470ccf277e42612e68e8b4daf5b9cf32f6a4343c038d6014ceb1e99f7ce8c2a398130ea55e7ef16e2d006de3661625 SHA512 6d95dc4157ea0f5da829f40cdf99c682e560ca74af6964693d221321e7b3e923893957fc30475a725f09c18dc4667968ec6cd92e5ffb56999ea70a927266b637 DIST pencil-0.6.6.tar.gz 3807612 BLAKE2B a4933399ea7f3103eb097756684f42061f5db4c419983458ce8ad317e7eab667ccc5c29c6bf9a3dec5fe57887c4456b64c6e93be889684bd2b567c247aa6dfeb SHA512 1cb976011a1270a2715568fc740db28e6b1a0f050ff7cc2630687edb6e4b57245bf8f58e69721dabab0a2bd65f58780176e2a59691ed0b19f7276c1aad950e7d diff --git a/media-gfx/pencil/pencil-0.6.6.ebuild b/media-gfx/pencil/pencil-0.6.6-r1.ebuild similarity index 85% rename from media-gfx/pencil/pencil-0.6.6.ebuild rename to media-gfx/pencil/pencil-0.6.6-r1.ebuild index e162f1c52770..5eb1e6e06838 100644 --- a/media-gfx/pencil/pencil-0.6.6.ebuild +++ b/media-gfx/pencil/pencil-0.6.6-r1.ebuild @@ -7,7 +7,8 @@ inherit qmake-utils xdg-utils DESCRIPTION="2D animation and drawing program based on Qt5" HOMEPAGE="https://www.pencil2d.org/" -SRC_URI="https://github.com/pencil2d/${PN}/archive/v${PV/_/-}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/pencil2d/${PN}/archive/v${PV/_/-}.tar.gz -> ${P}.tar.gz + https://raw.githubusercontent.com/pencil2d/pencil/617c8868fd27ce540de285ff75c8946fba0c975b/tests/src/catch.hpp" LICENSE="GPL-2" SLOT="0" @@ -32,6 +33,7 @@ DEPEND="${RDEPEND} S="${WORKDIR}/${P/_/-}" src_prepare() { + cp "${DISTDIR}"/catch.hpp tests/src/ default sed -e "/^QT/s/xmlpatterns //" \ -i core_lib/core_lib.pro tests/tests.pro || die