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