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: Fri, 01 Oct 2021 13:27:24
Message-Id: 1633094820.0b0947539261e1eae7d4f0d49ba0a09917a34f18.mgorny@gentoo
1 commit: 0b0947539261e1eae7d4f0d49ba0a09917a34f18
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 1 12:37:16 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 1 13:27:00 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b094753
7
8 sys-devel/clang-runtime: Remove 13.0.0 RCs
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../clang-runtime/clang-runtime-13.0.0_rc2.ebuild | 25 ----------------------
13 .../clang-runtime/clang-runtime-13.0.0_rc3.ebuild | 25 ----------------------
14 .../clang-runtime/clang-runtime-13.0.0_rc4.ebuild | 25 ----------------------
15 3 files changed, 75 deletions(-)
16
17 diff --git a/sys-devel/clang-runtime/clang-runtime-13.0.0_rc2.ebuild b/sys-devel/clang-runtime/clang-runtime-13.0.0_rc2.ebuild
18 deleted file mode 100644
19 index 218cdb1426f..00000000000
20 --- a/sys-devel/clang-runtime/clang-runtime-13.0.0_rc2.ebuild
21 +++ /dev/null
22 @@ -1,25 +0,0 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=7
27 -
28 -inherit multilib-build
29 -
30 -DESCRIPTION="Meta-ebuild for clang runtime libraries"
31 -HOMEPAGE="https://clang.llvm.org/"
32 -SRC_URI=""
33 -
34 -LICENSE="metapackage"
35 -SLOT="$(ver_cut 1-3)"
36 -KEYWORDS=""
37 -IUSE="+compiler-rt libcxx openmp +sanitize"
38 -REQUIRED_USE="sanitize? ( compiler-rt )"
39 -PROPERTIES="live"
40 -
41 -RDEPEND="
42 - compiler-rt? (
43 - ~sys-libs/compiler-rt-${PV}:${SLOT}
44 - sanitize? ( ~sys-libs/compiler-rt-sanitizers-${PV}:${SLOT} )
45 - )
46 - libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] )
47 - openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )"
48
49 diff --git a/sys-devel/clang-runtime/clang-runtime-13.0.0_rc3.ebuild b/sys-devel/clang-runtime/clang-runtime-13.0.0_rc3.ebuild
50 deleted file mode 100644
51 index 218cdb1426f..00000000000
52 --- a/sys-devel/clang-runtime/clang-runtime-13.0.0_rc3.ebuild
53 +++ /dev/null
54 @@ -1,25 +0,0 @@
55 -# Copyright 1999-2021 Gentoo Authors
56 -# Distributed under the terms of the GNU General Public License v2
57 -
58 -EAPI=7
59 -
60 -inherit multilib-build
61 -
62 -DESCRIPTION="Meta-ebuild for clang runtime libraries"
63 -HOMEPAGE="https://clang.llvm.org/"
64 -SRC_URI=""
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}
76 - sanitize? ( ~sys-libs/compiler-rt-sanitizers-${PV}:${SLOT} )
77 - )
78 - libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] )
79 - openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )"
80
81 diff --git a/sys-devel/clang-runtime/clang-runtime-13.0.0_rc4.ebuild b/sys-devel/clang-runtime/clang-runtime-13.0.0_rc4.ebuild
82 deleted file mode 100644
83 index 218cdb1426f..00000000000
84 --- a/sys-devel/clang-runtime/clang-runtime-13.0.0_rc4.ebuild
85 +++ /dev/null
86 @@ -1,25 +0,0 @@
87 -# Copyright 1999-2021 Gentoo Authors
88 -# Distributed under the terms of the GNU General Public License v2
89 -
90 -EAPI=7
91 -
92 -inherit multilib-build
93 -
94 -DESCRIPTION="Meta-ebuild for clang runtime libraries"
95 -HOMEPAGE="https://clang.llvm.org/"
96 -SRC_URI=""
97 -
98 -LICENSE="metapackage"
99 -SLOT="$(ver_cut 1-3)"
100 -KEYWORDS=""
101 -IUSE="+compiler-rt libcxx openmp +sanitize"
102 -REQUIRED_USE="sanitize? ( compiler-rt )"
103 -PROPERTIES="live"
104 -
105 -RDEPEND="
106 - compiler-rt? (
107 - ~sys-libs/compiler-rt-${PV}:${SLOT}
108 - sanitize? ( ~sys-libs/compiler-rt-sanitizers-${PV}:${SLOT} )
109 - )
110 - libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] )
111 - openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )"