Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sun, 28 Nov 2021 16:04:18
Message-Id: 1638115429.f6c55c47f0ba103e1d34762865c73fadac1381e9.sam@gentoo
1 commit: f6c55c47f0ba103e1d34762865c73fadac1381e9
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 27 23:04:10 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 28 16:03:49 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6c55c47
7
8 toolchain.eclass: add myself to GCC patches sources
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 eclass/toolchain.eclass | 14 +++++++++-----
14 1 file changed, 9 insertions(+), 5 deletions(-)
15
16 diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
17 index f2f16b7f804e..fd03ba176276 100644
18 --- a/eclass/toolchain.eclass
19 +++ b/eclass/toolchain.eclass
20 @@ -290,12 +290,16 @@ S=$(
21 )
22
23 gentoo_urls() {
24 - local devspace="HTTP~vapier/dist/URI HTTP~rhill/dist/URI
25 - HTTP~zorry/patches/gcc/URI HTTP~blueness/dist/URI
26 - HTTP~tamiko/distfiles/URI HTTP~sam/distfiles/URI
27 - HTTP~sam/distfiles/sys-devel/gcc/URI HTTP~slyfox/distfiles/URI"
28 + local devspace="
29 + HTTP~soap/distfiles/URI
30 + HTTP~sam/distfiles/URI
31 + HTTP~sam/distfiles/sys-devel/gcc/URI
32 + HTTP~tamiko/distfiles/URI
33 + HTTP~zorry/patches/gcc/URI
34 + HTTP~vapier/dist/URI
35 + HTTP~blueness/dist/URI"
36 devspace=${devspace//HTTP/https:\/\/dev.gentoo.org\/}
37 - echo mirror://gentoo/$1 ${devspace//URI/$1}
38 + echo ${devspace//URI/$1} mirror://gentoo/$1
39 }
40
41 # This function handles the basics of setting the SRC_URI for a gcc ebuild.