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 7A4531584AD for ; Fri, 02 May 2025 23:42:29 +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 5EF083430D7 for ; Fri, 02 May 2025 23:42:29 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id C97121103AD; Fri, 02 May 2025 23:42:22 +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 C37731103AD for ; Fri, 02 May 2025 23:42:22 +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 778BD3430B1 for ; Fri, 02 May 2025 23:42:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC3C82667 for ; Fri, 02 May 2025 23:42:20 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1746229300.2dc82df063128e1b0c91bf3d03c4b9ed2b81b4fc.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/subversion/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/subversion/subversion-1.14.5-r1.ebuild dev-vcs/subversion/subversion-1.14.5-r2.ebuild X-VCS-Directories: dev-vcs/subversion/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2dc82df063128e1b0c91bf3d03c4b9ed2b81b4fc X-VCS-Branch: master Date: Fri, 02 May 2025 23:42:20 +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: 4caf4309-d855-420c-9d4a-925f37947d4a X-Archives-Hash: d3c7c55fe380780554c3653a78fbeb29 commit: 2dc82df063128e1b0c91bf3d03c4b9ed2b81b4fc Author: Sam James gentoo org> AuthorDate: Fri May 2 23:41:40 2025 +0000 Commit: Sam James gentoo org> CommitDate: Fri May 2 23:41:40 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dc82df0 dev-vcs/subversion: add archive.apache.org as fallback SRC_URI Signed-off-by: Sam James gentoo.org> dev-vcs/subversion/subversion-1.14.5-r1.ebuild | 5 ++++- dev-vcs/subversion/subversion-1.14.5-r2.ebuild | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/dev-vcs/subversion/subversion-1.14.5-r1.ebuild b/dev-vcs/subversion/subversion-1.14.5-r1.ebuild index 7a39024f5cc9..4bed93f23a48 100644 --- a/dev-vcs/subversion/subversion-1.14.5-r1.ebuild +++ b/dev-vcs/subversion/subversion-1.14.5-r1.ebuild @@ -14,7 +14,10 @@ inherit libtool multilib multiprocessing perl-module prefix python-any-r1 ruby-s MY_P="${P/_/-}" DESCRIPTION="Advanced version control system" HOMEPAGE="https://subversion.apache.org/" -SRC_URI="mirror://apache/${PN}/${MY_P}.tar.bz2" +SRC_URI=" + mirror://apache/${PN}/${MY_P}.tar.bz2 + https://archive.apache.org/dist/${PN}/${MY_P}.tar.bz2 +" S="${WORKDIR}/${MY_P}" LICENSE="Apache-2.0 BSD MIT BSD-2 FSFAP unicode" diff --git a/dev-vcs/subversion/subversion-1.14.5-r2.ebuild b/dev-vcs/subversion/subversion-1.14.5-r2.ebuild index f3c2a5d1b52e..23287ac835d8 100644 --- a/dev-vcs/subversion/subversion-1.14.5-r2.ebuild +++ b/dev-vcs/subversion/subversion-1.14.5-r2.ebuild @@ -14,7 +14,10 @@ inherit libtool multilib multiprocessing perl-module prefix python-any-r1 ruby-s MY_P="${P/_/-}" DESCRIPTION="Advanced version control system" HOMEPAGE="https://subversion.apache.org/" -SRC_URI="mirror://apache/${PN}/${MY_P}.tar.bz2" +SRC_URI=" + mirror://apache/${PN}/${MY_P}.tar.bz2 + https://archive.apache.org/dist/${PN}/${MY_P}.tar.bz2 +" S="${WORKDIR}/${MY_P}" LICENSE="Apache-2.0 BSD MIT BSD-2 FSFAP unicode"