commit: 669e6d0454be7539029122eee0f87a0847a82a01 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Apr 24 20:12:25 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Apr 24 20:14:31 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=669e6d04
sys-cluster/zookeeper-bin: add archive.apache.org as fallback SRC_URI Closes: https://bugs.gentoo.org/911774 Closes: https://bugs.gentoo.org/942151 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-cluster/zookeeper-bin/zookeeper-bin-3.8.4.ebuild | 7 +++++-- sys-cluster/zookeeper-bin/zookeeper-bin-3.9.2.ebuild | 7 +++++-- sys-cluster/zookeeper-bin/zookeeper-bin-3.9.3.ebuild | 7 +++++-- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/sys-cluster/zookeeper-bin/zookeeper-bin-3.8.4.ebuild b/sys-cluster/zookeeper-bin/zookeeper-bin-3.8.4.ebuild index 2dd8f4a27049..06ae4b0b3425 100644 --- a/sys-cluster/zookeeper-bin/zookeeper-bin-3.8.4.ebuild +++ b/sys-cluster/zookeeper-bin/zookeeper-bin-3.8.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,7 +10,10 @@ MY_P="${MY_PN}-${PV}" DESCRIPTION="A high-performance coordination service for distributed applications" HOMEPAGE="https://zookeeper.apache.org/" -SRC_URI="https://downloads.apache.org/${MY_PN}/${MY_P}/apache-${MY_P}-bin.tar.gz -> ${P}.tar.gz" +SRC_URI=" + https://downloads.apache.org/${MY_PN}/${MY_P}/apache-${MY_P}-bin.tar.gz -> ${P}.tar.gz + https://archive.apache.org/dist/${MY_PN}/${MY_P}/apache-${MY_P}-bin.tar.gz -> ${P}.tar.gz +" S="${WORKDIR}/apache-${MY_P}-bin" LICENSE="Apache-2.0" diff --git a/sys-cluster/zookeeper-bin/zookeeper-bin-3.9.2.ebuild b/sys-cluster/zookeeper-bin/zookeeper-bin-3.9.2.ebuild index 5e8587dd1cf9..97bfe4ada9b9 100644 --- a/sys-cluster/zookeeper-bin/zookeeper-bin-3.9.2.ebuild +++ b/sys-cluster/zookeeper-bin/zookeeper-bin-3.9.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,7 +10,10 @@ MY_P="${MY_PN}-${PV}" DESCRIPTION="A high-performance coordination service for distributed applications" HOMEPAGE="https://zookeeper.apache.org/" -SRC_URI="https://downloads.apache.org/${MY_PN}/${MY_P}/apache-${MY_P}-bin.tar.gz -> ${P}.tar.gz" +SRC_URI=" + https://downloads.apache.org/${MY_PN}/${MY_P}/apache-${MY_P}-bin.tar.gz -> ${P}.tar.gz + https://archive.apache.org/dist/${MY_PN}/${MY_P}/apache-${MY_P}-bin.tar.gz -> ${P}.tar.gz +" S="${WORKDIR}/apache-${MY_P}-bin" LICENSE="Apache-2.0" diff --git a/sys-cluster/zookeeper-bin/zookeeper-bin-3.9.3.ebuild b/sys-cluster/zookeeper-bin/zookeeper-bin-3.9.3.ebuild index 5e8587dd1cf9..97bfe4ada9b9 100644 --- a/sys-cluster/zookeeper-bin/zookeeper-bin-3.9.3.ebuild +++ b/sys-cluster/zookeeper-bin/zookeeper-bin-3.9.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,7 +10,10 @@ MY_P="${MY_PN}-${PV}" DESCRIPTION="A high-performance coordination service for distributed applications" HOMEPAGE="https://zookeeper.apache.org/" -SRC_URI="https://downloads.apache.org/${MY_PN}/${MY_P}/apache-${MY_P}-bin.tar.gz -> ${P}.tar.gz" +SRC_URI=" + https://downloads.apache.org/${MY_PN}/${MY_P}/apache-${MY_P}-bin.tar.gz -> ${P}.tar.gz + https://archive.apache.org/dist/${MY_PN}/${MY_P}/apache-${MY_P}-bin.tar.gz -> ${P}.tar.gz +" S="${WORKDIR}/apache-${MY_P}-bin" LICENSE="Apache-2.0"
