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 0A391158030 for ; Sun, 26 Feb 2023 16:23:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12595E082B; Sun, 26 Feb 2023 16:23:16 +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 EA1CEE082B for ; Sun, 26 Feb 2023 16:23:15 +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 A34E2340D2B for ; Sun, 26 Feb 2023 16:23:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E462807 for ; Sun, 26 Feb 2023 16:23:12 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1677428565.78332276fb6993d830c1c869970f66726969921b.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/libadalang/files/, dev-ada/libadalang/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ada/libadalang/files/libadalang-23.0.0-test.patch dev-ada/libadalang/libadalang-23.0.0-r1.ebuild dev-ada/libadalang/libadalang-23.0.0.ebuild X-VCS-Directories: dev-ada/libadalang/ dev-ada/libadalang/files/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 78332276fb6993d830c1c869970f66726969921b X-VCS-Branch: master Date: Sun, 26 Feb 2023 16:23:12 +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: 75c53cde-221e-4d52-9092-c92d74787975 X-Archives-Hash: 3a09886567ea9f13400bdfa6eb1d7204 commit: 78332276fb6993d830c1c869970f66726969921b Author: Alfredo Tupone gentoo org> AuthorDate: Sun Feb 26 16:21:50 2023 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sun Feb 26 16:22:45 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78332276 dev-ada/libadalang: py3.11, gcc_12 & EAPI 8 Closes: https://bugs.gentoo.org/896668 Signed-off-by: Alfredo Tupone gentoo.org> dev-ada/libadalang/files/libadalang-23.0.0-test.patch | 11 +++++++++++ .../{libadalang-23.0.0.ebuild => libadalang-23.0.0-r1.ebuild} | 8 +++++--- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/dev-ada/libadalang/files/libadalang-23.0.0-test.patch b/dev-ada/libadalang/files/libadalang-23.0.0-test.patch new file mode 100644 index 000000000000..ac5738d5a685 --- /dev/null +++ b/dev-ada/libadalang/files/libadalang-23.0.0-test.patch @@ -0,0 +1,11 @@ +--- a/user_manual/changes/V325-006.yaml 2022-09-15 14:51:28.000000000 +0200 ++++ b/user_manual/changes/V325-006.yaml 2023-02-26 16:41:25.121927720 +0100 +@@ -1,7 +1,7 @@ + type: bugfix + title: Fix exponentiation in Ada integer literal decoding + description: | +- Libadalang’s decoder for integer literals (the ++ Libadalang's decoder for integer literals (the + ``Libadalang.Sources.Decode_Integer_Literal`` procedure) applied the exponent + in base 10 regardless of the base of the literal being evaluated. This is + wrong, as the ARM (2.4.2) states: diff --git a/dev-ada/libadalang/libadalang-23.0.0.ebuild b/dev-ada/libadalang/libadalang-23.0.0-r1.ebuild similarity index 95% rename from dev-ada/libadalang/libadalang-23.0.0.ebuild rename to dev-ada/libadalang/libadalang-23.0.0-r1.ebuild index 7ebaec865511..6df305d7916c 100644 --- a/dev-ada/libadalang/libadalang-23.0.0.ebuild +++ b/dev-ada/libadalang/libadalang-23.0.0-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_10 ) -ADA_COMPAT=( gnat_2021 gcc_12_2_0 ) +PYTHON_COMPAT=( python3_{10..11} ) +ADA_COMPAT=( gnat_2021 gcc_12 gcc_12_2_0 ) inherit ada python-single-r1 multiprocessing @@ -43,6 +43,8 @@ BDEPEND="test? (