Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/clang-runtime/
Date: Mon, 20 Mar 2023 13:11:02
Message-Id: 1679317842.a71ad3066ab0662d21946eddf1439f28ff731bec.mgorny@gentoo
1 commit: a71ad3066ab0662d21946eddf1439f28ff731bec
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 20 13:08:46 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 20 13:10:42 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a71ad306
7
8 sys-devel/clang-runtime: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../clang-runtime/clang-runtime-16.0.0_rc3.ebuild | 40 ---------------------
13 .../clang-runtime/clang-runtime-16.0.0_rc4.ebuild | 40 ---------------------
14 .../clang-runtime-17.0.0_pre20230304.ebuild | 41 ----------------------
15 3 files changed, 121 deletions(-)
16
17 diff --git a/sys-devel/clang-runtime/clang-runtime-16.0.0_rc3.ebuild b/sys-devel/clang-runtime/clang-runtime-16.0.0_rc3.ebuild
18 deleted file mode 100644
19 index b4fc2669d5d7..000000000000
20 --- a/sys-devel/clang-runtime/clang-runtime-16.0.0_rc3.ebuild
21 +++ /dev/null
22 @@ -1,40 +0,0 @@
23 -# Copyright 1999-2023 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=8
27 -
28 -inherit multilib-build toolchain-funcs
29 -
30 -DESCRIPTION="Meta-ebuild for clang runtime libraries"
31 -HOMEPAGE="https://clang.llvm.org/"
32 -
33 -LICENSE="metapackage"
34 -SLOT="${PV%%.*}"
35 -KEYWORDS="~loong"
36 -IUSE="+compiler-rt libcxx openmp +sanitize"
37 -REQUIRED_USE="sanitize? ( compiler-rt )"
38 -
39 -RDEPEND="
40 - compiler-rt? (
41 - ~sys-libs/compiler-rt-${PV}:${SLOT}[abi_x86_32(+)?,abi_x86_64(+)?]
42 - sanitize? (
43 - ~sys-libs/compiler-rt-sanitizers-${PV}:${SLOT}[abi_x86_32(+)?,abi_x86_64(+)?]
44 - )
45 - )
46 - libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] )
47 - openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )
48 -"
49 -
50 -pkg_pretend() {
51 - if tc-is-clang; then
52 - ewarn "You seem to be using clang as a system compiler. As of clang-16,"
53 - ewarn "upstream has turned a few warnings that commonly occur during"
54 - ewarn "configure script runs into errors by default. This causes some"
55 - ewarn "configure tests to start failing, sometimes resulting in silent"
56 - ewarn "breakage, missing functionality or runtime misbehavior. It is"
57 - ewarn "not yet clear whether the change will remain or be reverted."
58 - ewarn
59 - ewarn "For more information, please see:"
60 - ewarn "https://discourse.llvm.org/t/configure-script-breakage-with-the-new-werror-implicit-function-declaration/65213"
61 - fi
62 -}
63
64 diff --git a/sys-devel/clang-runtime/clang-runtime-16.0.0_rc4.ebuild b/sys-devel/clang-runtime/clang-runtime-16.0.0_rc4.ebuild
65 deleted file mode 100644
66 index b4fc2669d5d7..000000000000
67 --- a/sys-devel/clang-runtime/clang-runtime-16.0.0_rc4.ebuild
68 +++ /dev/null
69 @@ -1,40 +0,0 @@
70 -# Copyright 1999-2023 Gentoo Authors
71 -# Distributed under the terms of the GNU General Public License v2
72 -
73 -EAPI=8
74 -
75 -inherit multilib-build toolchain-funcs
76 -
77 -DESCRIPTION="Meta-ebuild for clang runtime libraries"
78 -HOMEPAGE="https://clang.llvm.org/"
79 -
80 -LICENSE="metapackage"
81 -SLOT="${PV%%.*}"
82 -KEYWORDS="~loong"
83 -IUSE="+compiler-rt libcxx openmp +sanitize"
84 -REQUIRED_USE="sanitize? ( compiler-rt )"
85 -
86 -RDEPEND="
87 - compiler-rt? (
88 - ~sys-libs/compiler-rt-${PV}:${SLOT}[abi_x86_32(+)?,abi_x86_64(+)?]
89 - sanitize? (
90 - ~sys-libs/compiler-rt-sanitizers-${PV}:${SLOT}[abi_x86_32(+)?,abi_x86_64(+)?]
91 - )
92 - )
93 - libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] )
94 - openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )
95 -"
96 -
97 -pkg_pretend() {
98 - if tc-is-clang; then
99 - ewarn "You seem to be using clang as a system compiler. As of clang-16,"
100 - ewarn "upstream has turned a few warnings that commonly occur during"
101 - ewarn "configure script runs into errors by default. This causes some"
102 - ewarn "configure tests to start failing, sometimes resulting in silent"
103 - ewarn "breakage, missing functionality or runtime misbehavior. It is"
104 - ewarn "not yet clear whether the change will remain or be reverted."
105 - ewarn
106 - ewarn "For more information, please see:"
107 - ewarn "https://discourse.llvm.org/t/configure-script-breakage-with-the-new-werror-implicit-function-declaration/65213"
108 - fi
109 -}
110
111 diff --git a/sys-devel/clang-runtime/clang-runtime-17.0.0_pre20230304.ebuild b/sys-devel/clang-runtime/clang-runtime-17.0.0_pre20230304.ebuild
112 deleted file mode 100644
113 index 67b42357665e..000000000000
114 --- a/sys-devel/clang-runtime/clang-runtime-17.0.0_pre20230304.ebuild
115 +++ /dev/null
116 @@ -1,41 +0,0 @@
117 -# Copyright 1999-2023 Gentoo Authors
118 -# Distributed under the terms of the GNU General Public License v2
119 -
120 -EAPI=8
121 -
122 -inherit multilib-build toolchain-funcs
123 -
124 -DESCRIPTION="Meta-ebuild for clang runtime libraries"
125 -HOMEPAGE="https://clang.llvm.org/"
126 -
127 -LICENSE="metapackage"
128 -SLOT="${PV%%.*}"
129 -KEYWORDS=""
130 -IUSE="+compiler-rt libcxx openmp +sanitize"
131 -REQUIRED_USE="sanitize? ( compiler-rt )"
132 -PROPERTIES="live"
133 -
134 -RDEPEND="
135 - compiler-rt? (
136 - ~sys-libs/compiler-rt-${PV}:${SLOT}[abi_x86_32(+)?,abi_x86_64(+)?]
137 - sanitize? (
138 - ~sys-libs/compiler-rt-sanitizers-${PV}:${SLOT}[abi_x86_32(+)?,abi_x86_64(+)?]
139 - )
140 - )
141 - libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] )
142 - openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )
143 -"
144 -
145 -pkg_pretend() {
146 - if tc-is-clang; then
147 - ewarn "You seem to be using clang as a system compiler. As of clang-16,"
148 - ewarn "upstream has turned a few warnings that commonly occur during"
149 - ewarn "configure script runs into errors by default. This causes some"
150 - ewarn "configure tests to start failing, sometimes resulting in silent"
151 - ewarn "breakage, missing functionality or runtime misbehavior. It is"
152 - ewarn "not yet clear whether the change will remain or be reverted."
153 - ewarn
154 - ewarn "For more information, please see:"
155 - ewarn "https://discourse.llvm.org/t/configure-script-breakage-with-the-new-werror-implicit-function-declaration/65213"
156 - fi
157 -}