From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 9B04E1582EF for ; Mon, 24 Feb 2025 20:33:06 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 879B43431BA for ; Mon, 24 Feb 2025 20:33:06 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 4F38411037D; Mon, 24 Feb 2025 20:33:01 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 4516111037D for ; Mon, 24 Feb 2025 20:33:01 +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 F422E3431B0 for ; Mon, 24 Feb 2025 20:33:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 644832741 for ; Mon, 24 Feb 2025 20:32:59 +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: <1740429081.5adf8805717b4f38ccf6956f819806faea7c8847.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/gnatcoll-core/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ada/gnatcoll-core/gnatcoll-core-24.0.0-r3.ebuild dev-ada/gnatcoll-core/gnatcoll-core-24.0.0-r4.ebuild X-VCS-Directories: dev-ada/gnatcoll-core/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 5adf8805717b4f38ccf6956f819806faea7c8847 X-VCS-Branch: master Date: Mon, 24 Feb 2025 20:32:59 +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: 4cbc83ff-3509-4629-8e48-d1c59cb0abdd X-Archives-Hash: c32cac08cae926363e25ff1e736219ce commit: 5adf8805717b4f38ccf6956f819806faea7c8847 Author: Alfredo Tupone gentoo org> AuthorDate: Mon Feb 24 19:49:34 2025 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Mon Feb 24 20:31:21 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5adf8805 dev-ada/gnatcoll-core: drop gnat_2021 Signed-off-by: Alfredo Tupone gentoo.org> ...{gnatcoll-core-24.0.0-r3.ebuild => gnatcoll-core-24.0.0-r4.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ada/gnatcoll-core/gnatcoll-core-24.0.0-r3.ebuild b/dev-ada/gnatcoll-core/gnatcoll-core-24.0.0-r4.ebuild similarity index 95% rename from dev-ada/gnatcoll-core/gnatcoll-core-24.0.0-r3.ebuild rename to dev-ada/gnatcoll-core/gnatcoll-core-24.0.0-r4.ebuild index e66ad050b55c..773e769f93a2 100644 --- a/dev-ada/gnatcoll-core/gnatcoll-core-24.0.0-r3.ebuild +++ b/dev-ada/gnatcoll-core/gnatcoll-core-24.0.0-r4.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -ADA_COMPAT=( gnat_2021 gcc_12 gcc_13 gcc_14 ) +ADA_COMPAT=( gcc_12 gcc_13 gcc_14 ) inherit ada multiprocessing DESCRIPTION="GNAT Component Collection Core packages"