commit: b75187e8d1c3c12403dae101bf2c4b3001e95035
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri May 2 23:34:40 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri May 2 23:34:40 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b75187e8
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 <sam <AT> gentoo.org>
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 ce92a2b0e6c6..c4e8834d54f9 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