Gentoo Archives: gentoo-commits

From: WANG Xuerui <xen0n@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sun, 07 Aug 2022 10:40:09
Message-Id: 1659867345.73155d92fc8badab0a7dd41bde1430ec4837116c.xen0n@gentoo
1 commit: 73155d92fc8badab0a7dd41bde1430ec4837116c
2 Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 7 07:59:38 2022 +0000
4 Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 7 10:15:45 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73155d92
7
8 toolchain.eclass: add myself to the devspace URI mapping
9
10 Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
11
12 eclass/toolchain.eclass | 3 +++
13 1 file changed, 3 insertions(+)
14
15 diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
16 index a1093e0fb603..fe1e209fb2d5 100644
17 --- a/eclass/toolchain.eclass
18 +++ b/eclass/toolchain.eclass
19 @@ -371,11 +371,14 @@ if [[ ${TOOLCHAIN_SET_S} == yes ]] ; then
20 fi
21
22 gentoo_urls() {
23 + # the list is sorted by likelihood of getting the patches tarball from
24 + # respective devspace
25 # slyfox's distfiles are mirrored to sam's devspace
26 declare -A devspace_urls=(
27 [soap]=HTTP~soap/distfiles/URI
28 [sam]=HTTP~sam/distfiles/sys-devel/gcc/URI
29 [slyfox]=HTTP~sam/distfiles/URI
30 + [xen0n]=HTTP~xen0n/distfiles/sys-devel/gcc/URI
31 [tamiko]=HTTP~tamiko/distfiles/URI
32 [zorry]=HTTP~zorry/patches/gcc/URI
33 [vapier]=HTTP~vapier/dist/URI