Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/gcc-config/
Date: Fri, 01 Oct 2021 07:14:10
Message-Id: 1633072349.62eb3941f63e4c157d9abf23f199516503e8f0be.sam@gentoo
1 commit: 62eb3941f63e4c157d9abf23f199516503e8f0be
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 1 07:12:29 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 1 07:12:29 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62eb3941
7
8 sys-devel/gcc-config: update SRC_URI
9
10 slyfox@ has retired and I've archived the distfiles
11 in my devspace.
12
13 Package-Manager: Portage-3.0.26, Repoman-3.0.3
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 sys-devel/gcc-config/gcc-config-2.4.ebuild | 2 +-
17 sys-devel/gcc-config/gcc-config-9999.ebuild | 4 ++--
18 2 files changed, 3 insertions(+), 3 deletions(-)
19
20 diff --git a/sys-devel/gcc-config/gcc-config-2.4.ebuild b/sys-devel/gcc-config/gcc-config-2.4.ebuild
21 index 2a704b191de..7eccdffac24 100644
22 --- a/sys-devel/gcc-config/gcc-config-2.4.ebuild
23 +++ b/sys-devel/gcc-config/gcc-config-2.4.ebuild
24 @@ -9,7 +9,7 @@ if [[ ${PV} == 9999 ]]; then
25 EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/gcc-config.git"
26 inherit git-r3
27 else
28 - SRC_URI="https://dev.gentoo.org/~slyfox/distfiles/${P}.tar.xz"
29 + SRC_URI="https://dev.gentoo.org/~sam/distfiles/${P}.tar.xz"
30 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
31 fi
32
33
34 diff --git a/sys-devel/gcc-config/gcc-config-9999.ebuild b/sys-devel/gcc-config/gcc-config-9999.ebuild
35 index 2af22f6a633..a2b5cb73526 100644
36 --- a/sys-devel/gcc-config/gcc-config-9999.ebuild
37 +++ b/sys-devel/gcc-config/gcc-config-9999.ebuild
38 @@ -1,4 +1,4 @@
39 -# Copyright 1999-2020 Gentoo Authors
40 +# Copyright 1999-2021 Gentoo Authors
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI=7
44 @@ -9,7 +9,7 @@ if [[ ${PV} == 9999 ]]; then
45 EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/gcc-config.git"
46 inherit git-r3
47 else
48 - SRC_URI="https://dev.gentoo.org/~slyfox/distfiles/${P}.tar.xz"
49 + SRC_URI="https://dev.gentoo.org/~sam/distfiles/${P}.tar.xz"
50 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
51 fi