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: Tue, 28 Feb 2023 13:10:21
Message-Id: 1677589681.518067c2402e1a25f9f89a68b991502de3d018e3.mgorny@gentoo
1 commit: 518067c2402e1a25f9f89a68b991502de3d018e3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 28 13:08:01 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 28 13:08:01 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=518067c2
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_rc2.ebuild | 40 ---------------------
13 .../clang-runtime-17.0.0_pre20230211.ebuild | 41 ----------------------
14 .../clang-runtime-17.0.0_pre20230218.ebuild | 41 ----------------------
15 3 files changed, 122 deletions(-)
16
17 diff --git a/sys-devel/clang-runtime/clang-runtime-16.0.0_rc2.ebuild b/sys-devel/clang-runtime/clang-runtime-16.0.0_rc2.ebuild
18 deleted file mode 100644
19 index b4fc2669d5d7..000000000000
20 --- a/sys-devel/clang-runtime/clang-runtime-16.0.0_rc2.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-17.0.0_pre20230211.ebuild b/sys-devel/clang-runtime/clang-runtime-17.0.0_pre20230211.ebuild
65 deleted file mode 100644
66 index 67b42357665e..000000000000
67 --- a/sys-devel/clang-runtime/clang-runtime-17.0.0_pre20230211.ebuild
68 +++ /dev/null
69 @@ -1,41 +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=""
83 -IUSE="+compiler-rt libcxx openmp +sanitize"
84 -REQUIRED_USE="sanitize? ( compiler-rt )"
85 -PROPERTIES="live"
86 -
87 -RDEPEND="
88 - compiler-rt? (
89 - ~sys-libs/compiler-rt-${PV}:${SLOT}[abi_x86_32(+)?,abi_x86_64(+)?]
90 - sanitize? (
91 - ~sys-libs/compiler-rt-sanitizers-${PV}:${SLOT}[abi_x86_32(+)?,abi_x86_64(+)?]
92 - )
93 - )
94 - libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] )
95 - openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )
96 -"
97 -
98 -pkg_pretend() {
99 - if tc-is-clang; then
100 - ewarn "You seem to be using clang as a system compiler. As of clang-16,"
101 - ewarn "upstream has turned a few warnings that commonly occur during"
102 - ewarn "configure script runs into errors by default. This causes some"
103 - ewarn "configure tests to start failing, sometimes resulting in silent"
104 - ewarn "breakage, missing functionality or runtime misbehavior. It is"
105 - ewarn "not yet clear whether the change will remain or be reverted."
106 - ewarn
107 - ewarn "For more information, please see:"
108 - ewarn "https://discourse.llvm.org/t/configure-script-breakage-with-the-new-werror-implicit-function-declaration/65213"
109 - fi
110 -}
111
112 diff --git a/sys-devel/clang-runtime/clang-runtime-17.0.0_pre20230218.ebuild b/sys-devel/clang-runtime/clang-runtime-17.0.0_pre20230218.ebuild
113 deleted file mode 100644
114 index 67b42357665e..000000000000
115 --- a/sys-devel/clang-runtime/clang-runtime-17.0.0_pre20230218.ebuild
116 +++ /dev/null
117 @@ -1,41 +0,0 @@
118 -# Copyright 1999-2023 Gentoo Authors
119 -# Distributed under the terms of the GNU General Public License v2
120 -
121 -EAPI=8
122 -
123 -inherit multilib-build toolchain-funcs
124 -
125 -DESCRIPTION="Meta-ebuild for clang runtime libraries"
126 -HOMEPAGE="https://clang.llvm.org/"
127 -
128 -LICENSE="metapackage"
129 -SLOT="${PV%%.*}"
130 -KEYWORDS=""
131 -IUSE="+compiler-rt libcxx openmp +sanitize"
132 -REQUIRED_USE="sanitize? ( compiler-rt )"
133 -PROPERTIES="live"
134 -
135 -RDEPEND="
136 - compiler-rt? (
137 - ~sys-libs/compiler-rt-${PV}:${SLOT}[abi_x86_32(+)?,abi_x86_64(+)?]
138 - sanitize? (
139 - ~sys-libs/compiler-rt-sanitizers-${PV}:${SLOT}[abi_x86_32(+)?,abi_x86_64(+)?]
140 - )
141 - )
142 - libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] )
143 - openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )
144 -"
145 -
146 -pkg_pretend() {
147 - if tc-is-clang; then
148 - ewarn "You seem to be using clang as a system compiler. As of clang-16,"
149 - ewarn "upstream has turned a few warnings that commonly occur during"
150 - ewarn "configure script runs into errors by default. This causes some"
151 - ewarn "configure tests to start failing, sometimes resulting in silent"
152 - ewarn "breakage, missing functionality or runtime misbehavior. It is"
153 - ewarn "not yet clear whether the change will remain or be reverted."
154 - ewarn
155 - ewarn "For more information, please see:"
156 - ewarn "https://discourse.llvm.org/t/configure-script-breakage-with-the-new-werror-implicit-function-declaration/65213"
157 - fi
158 -}