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 E5F9B1584AD for ; Mon, 21 Apr 2025 11:52:16 +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 CFFB833F9FD for ; Mon, 21 Apr 2025 11:52:16 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id B24071104B1; Mon, 21 Apr 2025 11:52:12 +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 AB3A11104B1 for ; Mon, 21 Apr 2025 11:52:12 +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 5371D33F9FD for ; Mon, 21 Apr 2025 11:52:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B48161C2B for ; Mon, 21 Apr 2025 11:52:10 +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: <1745236280.16bbb4ba9ade8f130bfb7039ba7512a79f7f0a2e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/xerces-c/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/xerces-c/xerces-c-3.2.5.ebuild dev-libs/xerces-c/xerces-c-9999.ebuild X-VCS-Directories: dev-libs/xerces-c/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 16bbb4ba9ade8f130bfb7039ba7512a79f7f0a2e X-VCS-Branch: master Date: Mon, 21 Apr 2025 11:52:10 +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: d38926a7-73e0-423e-82a5-2cb6c0cc52af X-Archives-Hash: ca10799363ea27e65d02a16861c7c83a commit: 16bbb4ba9ade8f130bfb7039ba7512a79f7f0a2e Author: Sam James gentoo org> AuthorDate: Mon Apr 21 11:44:10 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Apr 21 11:51:20 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16bbb4ba dev-libs/xerces-c: add fallback SRC_URI Per https://dlcdn.apache.org/ > The directories linked below contain current software releases from the > Apache Software Foundation projects. Older non-recommended releases can > be found on our archive site. Closes: https://bugs.gentoo.org/946318 Signed-off-by: Sam James gentoo.org> dev-libs/xerces-c/xerces-c-3.2.5.ebuild | 5 ++++- dev-libs/xerces-c/xerces-c-9999.ebuild | 7 +++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/dev-libs/xerces-c/xerces-c-3.2.5.ebuild b/dev-libs/xerces-c/xerces-c-3.2.5.ebuild index 4109425814e2..2deed2ea7d2b 100644 --- a/dev-libs/xerces-c/xerces-c-3.2.5.ebuild +++ b/dev-libs/xerces-c/xerces-c-3.2.5.ebuild @@ -12,7 +12,10 @@ if [[ ${PV} == *9999 ]] ; then ESVN_REPO_URI="https://svn.apache.org/repos/asf/xerces/c/trunk" inherit subversion else - SRC_URI="mirror://apache/xerces/c/3/sources/${P}.tar.xz" + SRC_URI=" + mirror://apache/xerces/c/3/sources/${P}.tar.xz + https://archive.apache.org/dist/xerces/c/3/sources/${P}.tar.xz + " KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" fi diff --git a/dev-libs/xerces-c/xerces-c-9999.ebuild b/dev-libs/xerces-c/xerces-c-9999.ebuild index 3e727e79df6b..2d2eb3cb1e99 100644 --- a/dev-libs/xerces-c/xerces-c-9999.ebuild +++ b/dev-libs/xerces-c/xerces-c-9999.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 @@ -12,7 +12,10 @@ if [[ ${PV} == *9999 ]] ; then ESVN_REPO_URI="https://svn.apache.org/repos/asf/xerces/c/trunk" inherit subversion else - SRC_URI="mirror://apache/xerces/c/3/sources/${P}.tar.xz" + SRC_URI=" + mirror://apache/xerces/c/3/sources/${P}.tar.xz + https://archive.apache.org/dist/xerces/c/3/sources/${P}.tar.xz + " KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" fi