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