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, 06 Sep 2022 08:01:11
Message-Id: 1662451208.f0b141848c31af70a55a4915019ad31a01847378.mgorny@gentoo
1 commit: f0b141848c31af70a55a4915019ad31a01847378
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 6 08:00:08 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 6 08:00:08 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0b14184
7
8 sys-devel/clang-runtime: Remove 15.0.0 RCs
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../clang-runtime/clang-runtime-15.0.0_rc2.ebuild | 27 ----------------------
13 .../clang-runtime/clang-runtime-15.0.0_rc3.ebuild | 27 ----------------------
14 2 files changed, 54 deletions(-)
15
16 diff --git a/sys-devel/clang-runtime/clang-runtime-15.0.0_rc2.ebuild b/sys-devel/clang-runtime/clang-runtime-15.0.0_rc2.ebuild
17 deleted file mode 100644
18 index e4ff9326ddcb..000000000000
19 --- a/sys-devel/clang-runtime/clang-runtime-15.0.0_rc2.ebuild
20 +++ /dev/null
21 @@ -1,27 +0,0 @@
22 -# Copyright 1999-2022 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=8
26 -
27 -inherit multilib-build
28 -
29 -DESCRIPTION="Meta-ebuild for clang runtime libraries"
30 -HOMEPAGE="https://clang.llvm.org/"
31 -
32 -LICENSE="metapackage"
33 -SLOT="$(ver_cut 1-3)"
34 -KEYWORDS=""
35 -IUSE="+compiler-rt libcxx openmp +sanitize"
36 -REQUIRED_USE="sanitize? ( compiler-rt )"
37 -PROPERTIES="live"
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 diff --git a/sys-devel/clang-runtime/clang-runtime-15.0.0_rc3.ebuild b/sys-devel/clang-runtime/clang-runtime-15.0.0_rc3.ebuild
51 deleted file mode 100644
52 index e4ff9326ddcb..000000000000
53 --- a/sys-devel/clang-runtime/clang-runtime-15.0.0_rc3.ebuild
54 +++ /dev/null
55 @@ -1,27 +0,0 @@
56 -# Copyright 1999-2022 Gentoo Authors
57 -# Distributed under the terms of the GNU General Public License v2
58 -
59 -EAPI=8
60 -
61 -inherit multilib-build
62 -
63 -DESCRIPTION="Meta-ebuild for clang runtime libraries"
64 -HOMEPAGE="https://clang.llvm.org/"
65 -
66 -LICENSE="metapackage"
67 -SLOT="$(ver_cut 1-3)"
68 -KEYWORDS=""
69 -IUSE="+compiler-rt libcxx openmp +sanitize"
70 -REQUIRED_USE="sanitize? ( compiler-rt )"
71 -PROPERTIES="live"
72 -
73 -RDEPEND="
74 - compiler-rt? (
75 - ~sys-libs/compiler-rt-${PV}:${SLOT}[abi_x86_32(+)?,abi_x86_64(+)?]
76 - sanitize? (
77 - ~sys-libs/compiler-rt-sanitizers-${PV}:${SLOT}[abi_x86_32(+)?,abi_x86_64(+)?]
78 - )
79 - )
80 - libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] )
81 - openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )
82 -"