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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3EE8D1382C5 for ; Sun, 30 May 2021 13:46:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4EE27E076B; Sun, 30 May 2021 13:46:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 30A43E076B for ; Sun, 30 May 2021 13:46:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A4512335D29 for ; Sun, 30 May 2021 13:46:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E627A59C for ; Sun, 30 May 2021 13:46:43 +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: <1622382384.b58c0a4d42f755c021ab105b6101891948b10867.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/gnat-gpl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/gnat-gpl/gnat-gpl-2021.ebuild X-VCS-Directories: dev-lang/gnat-gpl/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: b58c0a4d42f755c021ab105b6101891948b10867 X-VCS-Branch: master Date: Sun, 30 May 2021 13:46:43 +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: 96627ea2-bdaa-4e4e-9526-8157c75413ee X-Archives-Hash: a75d88235cf32c542e0f86d955dd31f1 commit: b58c0a4d42f755c021ab105b6101891948b10867 Author: Alfredo Tupone gentoo org> AuthorDate: Sun May 30 13:46:24 2021 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sun May 30 13:46:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b58c0a4d dev-lang/gnat-gpl: Change uri for bootstrap block against sys-devel/gcc-10.3.1 Closes: https://bugs.gentoo.org/792981 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Alfredo Tupone gentoo.org> dev-lang/gnat-gpl/gnat-gpl-2021.ebuild | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/dev-lang/gnat-gpl/gnat-gpl-2021.ebuild b/dev-lang/gnat-gpl/gnat-gpl-2021.ebuild index 81b52d26bad..42c764ca8fd 100644 --- a/dev-lang/gnat-gpl/gnat-gpl-2021.ebuild +++ b/dev-lang/gnat-gpl/gnat-gpl-2021.ebuild @@ -12,25 +12,26 @@ REL=10 MYP=gcc-${REL}-${PV}-20210519-19A74-src GNATDIR=gnat-${PV}-20210519-19A70-src INTFDIR=gcc-interface-${REL}-${PV}-20210519-19A75-src + BTSTRP_X86=gnat-gpl-2014-x86-linux-bin BTSTRP_AMD64=gnat-gpl-2014-x86_64-linux-bin - +BASE_URI=https://community.download.adacore.com/v1 # we provide own tarball below GCC_TARBALL_SRC_URI=" - https://community.download.adacore.com/v1/005d2b2eff627177986d2517eb31e1959bec6f3a?filename=${GNATDIR}.tar.gz + ${BASE_URI}/005d2b2eff627177986d2517eb31e1959bec6f3a?filename=${GNATDIR}.tar.gz -> ${GNATDIR}.tar.gz - https://community.download.adacore.com/v1/44cd393be0b468cc253bf2cf9cf7804c993e7b5b?filename=${MYP}.tar.gz + ${BASE_URI}/44cd393be0b468cc253bf2cf9cf7804c993e7b5b?filename=${MYP}.tar.gz -> ${MYP}.tar.gz - https://community.download.adacore.com/v1/8ace7d06e469d36d726cc8badb0ed78411e727f3?filename=${INTFDIR}.tar.gz + ${BASE_URI}/8ace7d06e469d36d726cc8badb0ed78411e727f3?filename=${INTFDIR}.tar.gz -> ${INTFDIR}.tar.gz bootstrap? ( amd64? ( - http://mirrors.cdn.adacore.com/art/564b3ebec8e196b040fbe66c -> - ${BTSTRP_AMD64}.tar.gz + ${BASE_URI}/6eb6eef6bb897e4c743a519bfebe0b1d6fc409c6?filename=${BTSTRP_AMD64}.tar.gz&rand=1193 + -> ${BTSTRP_AMD64}.tar.gz ) x86? ( - http://mirrors.cdn.adacore.com/art/564b3e9dc8e196b040fbe248 -> - ${BTSTRP_X86}.tar.gz + ${BASE_URI}/c5e9e6fdff5cb77ed90cf8c62536653e27c0bed6?filename=${BTSTRP_X86}.tar.gz&rand=436 + -> ${BTSTRP_X86}.tar.gz ) )" @@ -44,7 +45,7 @@ KEYWORDS="~amd64 ~x86" IUSE="+ada +bootstrap" RESTRICT="test" -RDEPEND="!sys-devel/gcc:${TOOLCHAIN_GCC_PV}" +RDEPEND="!~sys-devel/gcc-${TOOLCHAIN_GCC_PV}" BDEPEND=sys-devel/binutils S="${WORKDIR}"/${MYP}