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: Thu, 22 Sep 2022 23:48:02
Message-Id: 1663890447.cc6a27ec99c1e08ac51c69ff0ab4c2b8a5578e2e.sam@gentoo
1 commit: cc6a27ec99c1e08ac51c69ff0ab4c2b8a5578e2e
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 22 23:46:57 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 22 23:47:27 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc6a27ec
7
8 sys-devel/gcc-config: add 2.6
9
10 Creates ${CTARGET}-cc symlink.
11
12 We need this because configure scripts may look for ${CTARGET}-cc first,
13 and while this wasn't a problem in the past, LLVM installs fallback
14 symlinks in /usr/lib/llvm/${SLOT}/bin for the benefit of llvm-only profiles,
15 and configure has started finding these rather than falling back to say,
16 ${CTARGET}-gcc like it has been all this time.
17
18 Bug: https://bugs.gentoo.org/870577
19 Bug: https://bugs.gentoo.org/872416
20 Signed-off-by: Sam James <sam <AT> gentoo.org>
21
22 sys-devel/gcc-config/Manifest | 1 +
23 .../gcc-config/{gcc-config-9999.ebuild => gcc-config-2.6.ebuild} | 6 +++---
24 sys-devel/gcc-config/gcc-config-9999.ebuild | 6 +++---
25 3 files changed, 7 insertions(+), 6 deletions(-)
26
27 diff --git a/sys-devel/gcc-config/Manifest b/sys-devel/gcc-config/Manifest
28 index 96afcff2b4a5..92a9393a2a8d 100644
29 --- a/sys-devel/gcc-config/Manifest
30 +++ b/sys-devel/gcc-config/Manifest
31 @@ -1,2 +1,3 @@
32 DIST gcc-config-2.4.tar.xz 17552 BLAKE2B 631645a5cc9f3e7ab0ff089960ee3d0b2ecea29aa96f839a03a86985db512bf0d182b67a7b1bb73b95808c04523f32d6b8c122cdfbe8dbf94e7d319a1e49a23c SHA512 852b4aefaccfae1d91c551e226ac28110fa23f9668075c190a5fb9129c86d2f3e4994e96b7a5e8a2801883c5a5b16d9fbf3e9066e6b6a423055fdefa490793c7
33 DIST gcc-config-2.5.tar.xz 17664 BLAKE2B fa7133a54d3b49df20d3ae6036a65602c8a0d9e8668e2874a87d080add241a31322a3f4694bff8a5fe61957740603862539c0d9750e446d36beb2fb42ff0ba27 SHA512 20a8d62192faf54101352cfb6ca00503c9b2ab83aefecd94c4c887302a000d78334545a3424603a66a50e5f3ff07b67b16828813407893df5d94051776252b83
34 +DIST gcc-config-2.6.tar.xz 17772 BLAKE2B 5f06ac46c64fd241be9e7b95e277395623f015016c5abbe5e3275dce3fbf326d998a897a915b87387c878a1b57cdc847a6f95fa0b7ca00aa954c13d00a6e7d09 SHA512 27de726b266b2f58f28a4eab0a77141a8c0cfc9e939f4f0ee8dd382578a1cdececd30a4ae15bab858fec01a533c41248c9858f25d5d7314c36e8f2fcd57df429
35
36 diff --git a/sys-devel/gcc-config/gcc-config-9999.ebuild b/sys-devel/gcc-config/gcc-config-2.6.ebuild
37 similarity index 91%
38 copy from sys-devel/gcc-config/gcc-config-9999.ebuild
39 copy to sys-devel/gcc-config/gcc-config-2.6.ebuild
40 index 67c6a7ee6316..7ff12f007e38 100644
41 --- a/sys-devel/gcc-config/gcc-config-9999.ebuild
42 +++ b/sys-devel/gcc-config/gcc-config-2.6.ebuild
43 @@ -1,14 +1,14 @@
44 -# Copyright 1999-2021 Gentoo Authors
45 +# Copyright 1999-2022 Gentoo Authors
46 # Distributed under the terms of the GNU General Public License v2
47
48 -EAPI=7
49 +EAPI=8
50
51 if [[ ${PV} == 9999 ]]; then
52 EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/gcc-config.git"
53 inherit git-r3
54 else
55 SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz"
56 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
57 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
58 fi
59
60 DESCRIPTION="Utility to manage compilers"
61
62 diff --git a/sys-devel/gcc-config/gcc-config-9999.ebuild b/sys-devel/gcc-config/gcc-config-9999.ebuild
63 index 67c6a7ee6316..7ff12f007e38 100644
64 --- a/sys-devel/gcc-config/gcc-config-9999.ebuild
65 +++ b/sys-devel/gcc-config/gcc-config-9999.ebuild
66 @@ -1,14 +1,14 @@
67 -# Copyright 1999-2021 Gentoo Authors
68 +# Copyright 1999-2022 Gentoo Authors
69 # Distributed under the terms of the GNU General Public License v2
70
71 -EAPI=7
72 +EAPI=8
73
74 if [[ ${PV} == 9999 ]]; then
75 EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/gcc-config.git"
76 inherit git-r3
77 else
78 SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz"
79 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
80 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
81 fi
82
83 DESCRIPTION="Utility to manage compilers"