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 0B3D515838C for ; Sat, 27 Jan 2024 00:48:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD3FCE29CE; Sat, 27 Jan 2024 00:48:06 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BC481E29AC for ; Sat, 27 Jan 2024 00:48:06 +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 9D66F343426 for ; Sat, 27 Jan 2024 00:48:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06F261494 for ; Sat, 27 Jan 2024 00:48:04 +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: <1706316353.ec631ab8e3a9ca8de5e31c16cc618c5629e2f87f.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/liborcus/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/liborcus/Manifest dev-libs/liborcus/liborcus-0.19.2.ebuild dev-libs/liborcus/liborcus-9999.ebuild X-VCS-Directories: dev-libs/liborcus/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ec631ab8e3a9ca8de5e31c16cc618c5629e2f87f X-VCS-Branch: master Date: Sat, 27 Jan 2024 00:48:04 +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: 9e7667d0-af64-4d96-beab-b4b9a53a977d X-Archives-Hash: e1aeb789ab7029df0d6fe29440c29877 commit: ec631ab8e3a9ca8de5e31c16cc618c5629e2f87f Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Jan 26 22:02:17 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jan 27 00:45:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec631ab8 dev-libs/liborcus: 0.19.2 version bump, python3_12 Tests passed. Bug: https://bugs.gentoo.org/919900 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-libs/liborcus/Manifest | 1 + .../{liborcus-9999.ebuild => liborcus-0.19.2.ebuild} | 12 +++++------- dev-libs/liborcus/liborcus-9999.ebuild | 13 ++++++------- 3 files changed, 12 insertions(+), 14 deletions(-) diff --git a/dev-libs/liborcus/Manifest b/dev-libs/liborcus/Manifest index a10f5c5f0982..521c0a55f1a7 100644 --- a/dev-libs/liborcus/Manifest +++ b/dev-libs/liborcus/Manifest @@ -1 +1,2 @@ DIST liborcus-0.17.2.tar.xz 1839188 BLAKE2B d274e3af71df16866e305403d63d3978613915753412ac9de19d7de7802930c3886d8653d6d48a8d9a971dc0ee284f8f83af8dc07850b5f28fcdab2815b6d9b2 SHA512 8ad8db46c23673260057aff555286d95ebfeff0a027bdeae24f11f8aa12456284f7f4446edddb91936b3011eb1227cfe1618ab3c4d909f8356c8c151f5739d79 +DIST liborcus-0.19.2.tar.xz 2211268 BLAKE2B 4ee3fd2fb122d3a9840cb92452bf8a6d3d54b7b50a32be84e1bb08dfe2e2abc2de80098d9460b6bd82d0249304a7ba5c39b18ace3f69150ba71e16ef14795ca4 SHA512 c955490f57e91615278a83bb48726025cd5f8059b97ed5532f770199e134ca511c7ee6b0cd0a9d3a2d54208a5fdd19117054e95e818162ea568052fa11b21d4e diff --git a/dev-libs/liborcus/liborcus-9999.ebuild b/dev-libs/liborcus/liborcus-0.19.2.ebuild similarity index 84% copy from dev-libs/liborcus/liborcus-9999.ebuild copy to dev-libs/liborcus/liborcus-0.19.2.ebuild index 53b0600bb160..8649b24fcab1 100644 --- a/dev-libs/liborcus/liborcus-9999.ebuild +++ b/dev-libs/liborcus/liborcus-0.19.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit autotools python-single-r1 DESCRIPTION="Standalone file import filter library for spreadsheet documents" @@ -14,9 +14,9 @@ if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://gitlab.com/orcus/orcus.git" inherit git-r3 else - MDDS_SLOT="1/2.0" + MDDS_SLOT="1/2.1" SRC_URI="https://kohei.us/files/orcus/src/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" fi LICENSE="MIT" @@ -41,9 +41,6 @@ pkg_setup() { } src_prepare() { - # bug 713586 - use test && eapply "${FILESDIR}/${P}-test-fix.patch" - default eautoreconf } @@ -60,5 +57,6 @@ src_configure() { src_install() { default + python_optimize find "${D}" -name '*.la' -type f -delete || die } diff --git a/dev-libs/liborcus/liborcus-9999.ebuild b/dev-libs/liborcus/liborcus-9999.ebuild index 53b0600bb160..a23ce4dca5a3 100644 --- a/dev-libs/liborcus/liborcus-9999.ebuild +++ b/dev-libs/liborcus/liborcus-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit autotools python-single-r1 DESCRIPTION="Standalone file import filter library for spreadsheet documents" @@ -14,9 +14,9 @@ if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://gitlab.com/orcus/orcus.git" inherit git-r3 else - MDDS_SLOT="1/2.0" + MDDS_SLOT="1/2.1" SRC_URI="https://kohei.us/files/orcus/src/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" fi LICENSE="MIT" @@ -41,15 +41,13 @@ pkg_setup() { } src_prepare() { - # bug 713586 - use test && eapply "${FILESDIR}/${P}-test-fix.patch" - default eautoreconf } src_configure() { local myeconfargs=( + --without-benchmark --disable-werror $(use_enable python) $(use_enable spreadsheet-model) @@ -60,5 +58,6 @@ src_configure() { src_install() { default + python_optimize find "${D}" -name '*.la' -type f -delete || die }