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 665A813835A for ; Fri, 7 May 2021 16:24:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6349E0845; Fri, 7 May 2021 16:24:31 +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 9F818E0845 for ; Fri, 7 May 2021 16:24:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D1FE4340E63 for ; Fri, 7 May 2021 16:24:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7EFED745 for ; Fri, 7 May 2021 16:24:28 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1620404631.2cc8464bee64e99e38f5a875c56da51fb6a61bc9.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/boost-build/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/boost-build/boost-build-1.75.0.ebuild dev-util/boost-build/boost-build-1.76.0.ebuild X-VCS-Directories: dev-util/boost-build/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 2cc8464bee64e99e38f5a875c56da51fb6a61bc9 X-VCS-Branch: master Date: Fri, 7 May 2021 16:24:28 +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: 239e37f2-5291-4b45-bbbd-938355422054 X-Archives-Hash: d4309a59da44f01309f4b0776513ef9e commit: 2cc8464bee64e99e38f5a875c56da51fb6a61bc9 Author: David Seifert gentoo org> AuthorDate: Fri May 7 16:23:51 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Fri May 7 16:23:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cc8464b dev-util/boost-build: Update SRC_URI Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: David Seifert gentoo.org> dev-util/boost-build/boost-build-1.75.0.ebuild | 2 +- dev-util/boost-build/boost-build-1.76.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/boost-build/boost-build-1.75.0.ebuild b/dev-util/boost-build/boost-build-1.75.0.ebuild index e1e963171bd..e00d0b86d37 100644 --- a/dev-util/boost-build/boost-build-1.75.0.ebuild +++ b/dev-util/boost-build/boost-build-1.75.0.ebuild @@ -9,7 +9,7 @@ MY_PV="$(ver_rs 1- _)" DESCRIPTION="A system for large project software construction, simple to use and powerful" HOMEPAGE="https://boostorg.github.io/build/" -SRC_URI="https://dl.bintray.com/boostorg/release/${PV}/source/boost_${MY_PV}.tar.bz2" +SRC_URI="https://boostorg.jfrog.io/artifactory/main/release/${PV}/source/boost_${MY_PV}.tar.bz2" LICENSE="Boost-1.0" SLOT="0" diff --git a/dev-util/boost-build/boost-build-1.76.0.ebuild b/dev-util/boost-build/boost-build-1.76.0.ebuild index 39c312debe8..efcd3d2b1a1 100644 --- a/dev-util/boost-build/boost-build-1.76.0.ebuild +++ b/dev-util/boost-build/boost-build-1.76.0.ebuild @@ -9,7 +9,7 @@ MY_PV="$(ver_rs 1- _)" DESCRIPTION="A system for large project software construction, simple to use and powerful" HOMEPAGE="https://boostorg.github.io/build/" -SRC_URI="https://dl.bintray.com/boostorg/release/${PV}/source/boost_${MY_PV}.tar.bz2" +SRC_URI="https://boostorg.jfrog.io/artifactory/main/release/${PV}/source/boost_${MY_PV}.tar.bz2" S="${WORKDIR}/boost_${MY_PV}/tools/build/src" LICENSE="Boost-1.0"