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 0E807158020 for ; Tue, 6 Dec 2022 12:02:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C07EDE0828; Tue, 6 Dec 2022 12:02:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id A4639E0828 for ; Tue, 6 Dec 2022 12:02: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 74D9E34110D for ; Tue, 6 Dec 2022 12:02:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A224177C for ; Tue, 6 Dec 2022 12:02:31 +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: <1670328131.e8193b177eb10c32899f3819af0f5c6d48122453.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/gnucash/files/, app-office/gnucash/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/gnucash/files/gnucash-4.12-drop-broken-test.patch app-office/gnucash/files/gnucash-4.12-fix-test.patch app-office/gnucash/gnucash-4.12.ebuild X-VCS-Directories: app-office/gnucash/files/ app-office/gnucash/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e8193b177eb10c32899f3819af0f5c6d48122453 X-VCS-Branch: master Date: Tue, 6 Dec 2022 12:02:31 +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: 48437068-4e1a-404f-b50d-35c47cd5a8aa X-Archives-Hash: adf22ebb7e87699fb9db3e4343cb94be commit: e8193b177eb10c32899f3819af0f5c6d48122453 Author: Sam James gentoo org> AuthorDate: Tue Dec 6 12:01:53 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Dec 6 12:02:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8193b17 app-office/gnucash: style fixes Signed-off-by: Sam James gentoo.org> .../files/gnucash-4.12-drop-broken-test.patch | 8 ++----- .../gnucash/files/gnucash-4.12-fix-test.patch | 8 ++----- app-office/gnucash/gnucash-4.12.ebuild | 26 ++++++++-------------- 3 files changed, 13 insertions(+), 29 deletions(-) diff --git a/app-office/gnucash/files/gnucash-4.12-drop-broken-test.patch b/app-office/gnucash/files/gnucash-4.12-drop-broken-test.patch index c2b396bcf04f..970d423c7b31 100644 --- a/app-office/gnucash/files/gnucash-4.12-drop-broken-test.patch +++ b/app-office/gnucash/files/gnucash-4.12-drop-broken-test.patch @@ -1,15 +1,11 @@ +https://github.com/Gnucash/gnucash/pull/1472 + From a52795b022e040d7a93bb4dc352780d832c55390 Mon Sep 17 00:00:00 2001 From: Marco Scardovi Date: Sat, 26 Nov 2022 22:38:02 +0100 Subject: [PATCH] Fix test Signed-off-by: Marco Scardovi ---- - libgnucash/core-utils/test/CMakeLists.txt | 5 +---- - 1 file changed, 1 insertion(+), 4 deletions(-) - -diff --git a/libgnucash/core-utils/test/CMakeLists.txt b/libgnucash/core-utils/test/CMakeLists.txt -index 3b724c7c632..07add8b8699 100644 --- a/libgnucash/core-utils/test/CMakeLists.txt +++ b/libgnucash/core-utils/test/CMakeLists.txt @@ -19,9 +19,6 @@ endmacro() diff --git a/app-office/gnucash/files/gnucash-4.12-fix-test.patch b/app-office/gnucash/files/gnucash-4.12-fix-test.patch index e80c712214e6..03b4bba29c24 100644 --- a/app-office/gnucash/files/gnucash-4.12-fix-test.patch +++ b/app-office/gnucash/files/gnucash-4.12-fix-test.patch @@ -1,15 +1,11 @@ +https://github.com/Gnucash/gnucash/pull/1472 + From 6fe2028bca49f455b7841d178a712baec8f72919 Mon Sep 17 00:00:00 2001 From: Marco Scardovi Date: Thu, 24 Nov 2022 23:20:07 +0100 Subject: [PATCH] Fix test Signed-off-by: Marco Scardovi ---- - libgnucash/engine/mocks/fake-qofquery.cpp | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/libgnucash/engine/mocks/fake-qofquery.cpp b/libgnucash/engine/mocks/fake-qofquery.cpp -index 15341189aa8..a82dadebf02 100644 --- a/libgnucash/engine/mocks/fake-qofquery.cpp +++ b/libgnucash/engine/mocks/fake-qofquery.cpp @@ -59,8 +59,8 @@ static class QofFakeQueryPool diff --git a/app-office/gnucash/gnucash-4.12.ebuild b/app-office/gnucash/gnucash-4.12.ebuild index d19d9983eb5e..702eadfdd4b6 100644 --- a/app-office/gnucash/gnucash-4.12.ebuild +++ b/app-office/gnucash/gnucash-4.12.ebuild @@ -75,7 +75,6 @@ RDEPEND=" dev-db/libdbi-drivers[sqlite] ) " - DEPEND=" ${RDEPEND} >=sys-devel/gettext-0.20 @@ -84,36 +83,29 @@ DEPEND=" sys-devel/libtool test? ( >=dev-cpp/gtest-1.8.0 ) " - BDEPEND=" dev-lang/swig dev-util/cmake virtual/pkgconfig - || ( - >=sys-devel/gcc-8:* - >=sys-devel/clang-6:* - ) " - -# For 4.10, they released gnucash-docs-4.10.1 to fix an issue. PDEPEND=" doc? ( - ~app-doc/gnucash-docs-"${PV}" + ~app-doc/gnucash-docs-${PV} gnome-extra/yelp ) " PATCHES=( - "${FILESDIR}/${PN}"-3.8-examples-subdir.patch - "${FILESDIR}/${PN}"-3.8-exclude-license.patch - "${FILESDIR}/${P}"-drop-broken-test.patch + "${FILESDIR}"/${PN}-3.8-examples-subdir.patch + "${FILESDIR}"/${PN}-3.8-exclude-license.patch + "${FILESDIR}"/${P}-drop-broken-test.patch # will be fixed on future version, see # https://github.com/Gnucash/gnucash/pull/1472 - "${FILESDIR}/${P}"-fix-test.patch + "${FILESDIR}"/${P}-fix-test.patch ) # guile generates ELF files without use of C or machine code -# It's a portage's false positive. bug #677600 +# It's a portage false positive, bug #677600 QA_PREBUILT='*[.]go' pkg_setup() { @@ -161,7 +153,7 @@ src_configure() { -DWITH_AQBANKING=$(usex aqbanking) -DWITH_OFX=$(usex ofx) -DWITH_PYTHON=$(usex python) - -DWITH_SQL="${sql_on_off}" + -DWITH_SQL=${sql_on_off} -DWITH_GNUCASH=$(usex gui) ) @@ -198,9 +190,9 @@ src_install() { cmake_src_install if use examples ; then - docompress -x /usr/share/doc/"${PF}"/examples + docompress -x /usr/share/doc/${PF}/examples else - rm -r "${ED}"/usr/share/doc/"${PF}"/examples + rm -r "${ED}"/usr/share/doc/${PF}/examples fi if use python ; then