mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user