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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 997F715812D for ; Sun, 05 Jan 2025 19:00:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CCF49E0729; Sun, 05 Jan 2025 19:00:52 +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 AFFECE0729 for ; Sun, 05 Jan 2025 19:00:52 +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 A20B3340C33 for ; Sun, 05 Jan 2025 19:00:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D1D3E1993 for ; Sun, 05 Jan 2025 19:00:49 +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: <1736103620.832ac55e8bf28296ca16124377f359ea63b0184e.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/gprbuild/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ada/gprbuild/gprbuild-25.0.0-r1.ebuild X-VCS-Directories: dev-ada/gprbuild/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 832ac55e8bf28296ca16124377f359ea63b0184e X-VCS-Branch: master Date: Sun, 05 Jan 2025 19:00:49 +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: 2ada5db0-1466-4829-a8ee-0df266cbc810 X-Archives-Hash: 2b2e7c64af3df510f417633a3e84d53f commit: 832ac55e8bf28296ca16124377f359ea63b0184e Author: Alfredo Tupone gentoo org> AuthorDate: Sun Jan 5 18:58:25 2025 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sun Jan 5 19:00:20 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=832ac55e dev-ada/gprbuild: fix gnatbind executable name Signed-off-by: Alfredo Tupone gentoo.org> dev-ada/gprbuild/gprbuild-25.0.0-r1.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dev-ada/gprbuild/gprbuild-25.0.0-r1.ebuild b/dev-ada/gprbuild/gprbuild-25.0.0-r1.ebuild index bdd62d2fe9e0..82f8651e0b1a 100644 --- a/dev-ada/gprbuild/gprbuild-25.0.0-r1.ebuild +++ b/dev-ada/gprbuild/gprbuild-25.0.0-r1.ebuild @@ -10,7 +10,7 @@ inherit ada multiprocessing XMLADA=xmlada-${PV} DESCRIPTION="Multi-Language Management" -HOMEPAGE="http://libre.adacore.com/" +HOMEPAGE="https://github.com/AdaCore/gprbuild" SRC_URI=" https://github.com/AdaCore/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz @@ -35,6 +35,10 @@ src_prepare() { -e "s:@GNATBIND@:${GNATBIND}:g" \ src/gprlib.adb \ || die + sed -i \ + -e "s|\"gnatbind\"|\"gnatbind-${GCC_PV}\"|" \ + src/gprbind.adb \ + || die cd gpr/src || die ln -s gpr-util-put_resource_usage__unix.adb \ gpr-util-put_resource_usage.adb