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: Wed, 06 Jan 2021 21:23:58
Message-Id: 1609968199.90af8804b98c45b722df0e91197bf07a8502ffbb.mgorny@gentoo
1 commit: 90af8804b98c45b722df0e91197bf07a8502ffbb
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 6 17:18:57 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 6 21:23:19 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90af8804
7
8 sys-devel/clang-runtime: Remove 11.0.1 RCs and live
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../clang-runtime/clang-runtime-11.0.1.9999.ebuild | 25 ----------------------
13 .../clang-runtime/clang-runtime-11.0.1_rc1.ebuild | 25 ----------------------
14 .../clang-runtime/clang-runtime-11.0.1_rc2.ebuild | 25 ----------------------
15 3 files changed, 75 deletions(-)
16
17 diff --git a/sys-devel/clang-runtime/clang-runtime-11.0.1.9999.ebuild b/sys-devel/clang-runtime/clang-runtime-11.0.1.9999.ebuild
18 deleted file mode 100644
19 index 2713d1f397f..00000000000
20 --- a/sys-devel/clang-runtime/clang-runtime-11.0.1.9999.ebuild
21 +++ /dev/null
22 @@ -1,25 +0,0 @@
23 -# Copyright 1999-2020 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-11.0.1_rc1.ebuild b/sys-devel/clang-runtime/clang-runtime-11.0.1_rc1.ebuild
50 deleted file mode 100644
51 index 2713d1f397f..00000000000
52 --- a/sys-devel/clang-runtime/clang-runtime-11.0.1_rc1.ebuild
53 +++ /dev/null
54 @@ -1,25 +0,0 @@
55 -# Copyright 1999-2020 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-11.0.1_rc2.ebuild b/sys-devel/clang-runtime/clang-runtime-11.0.1_rc2.ebuild
82 deleted file mode 100644
83 index 2713d1f397f..00000000000
84 --- a/sys-devel/clang-runtime/clang-runtime-11.0.1_rc2.ebuild
85 +++ /dev/null
86 @@ -1,25 +0,0 @@
87 -# Copyright 1999-2020 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}] )"