From b75187e8d1c3c12403dae101bf2c4b3001e95035 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 3 May 2025 00:34:40 +0100 Subject: [PATCH] dev-libs/xalan-c: update SRC_URI * Use mirror://apache * Add archive.apache.org, as apache prunes old distfiles and moves them here Signed-off-by: Sam James --- dev-libs/xalan-c/xalan-c-1.12-r2.ebuild | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/dev-libs/xalan-c/xalan-c-1.12-r2.ebuild b/dev-libs/xalan-c/xalan-c-1.12-r2.ebuild index ce92a2b0e6c68..c4e8834d54f99 100644 --- a/dev-libs/xalan-c/xalan-c-1.12-r2.ebuild +++ b/dev-libs/xalan-c/xalan-c-1.12-r2.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 @@ -16,8 +16,12 @@ if [[ ${PV} == *9999 ]]; then else inherit verify-sig SRC_URI=" - https://dlcdn.apache.org/xalan/xalan-c/sources/${MY_PN}-${PV}.tar.gz - verify-sig? ( https://dlcdn.apache.org/xalan/xalan-c/sources/${MY_PN}-${PV}.tar.gz.asc ) + mirror://apache/xalan/xalan-c/sources/${MY_PN}-${PV}.tar.gz + https://archive.apache.org/dist/xalan/xalan-c/sources/${MY_PN}-${PV}.tar.gz + verify-sig? ( + mirror://apache/xalan/xalan-c/sources/${MY_PN}-${PV}.tar.gz.asc + https://archive.apache.org/dist/xalan/xalan-c/sources/${MY_PN}-${PV}.tar.gz.asc + ) " VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/apache-xalan-c.asc