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: Thu, 30 Jul 2020 22:11:38
Message-Id: 1596146993.f9bb461b60a0dc89020d24719a9f7ba68d9f57cb.mgorny@gentoo
1 commit: f9bb461b60a0dc89020d24719a9f7ba68d9f57cb
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 29 11:48:17 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 30 22:09:53 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9bb461b
7
8 sys-devel/clang-runtime: Remove 8*
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-devel/clang-runtime/clang-runtime-8.0.1.ebuild | 28 ----------------------
13 sys-devel/clang-runtime/metadata.xml | 2 --
14 2 files changed, 30 deletions(-)
15
16 diff --git a/sys-devel/clang-runtime/clang-runtime-8.0.1.ebuild b/sys-devel/clang-runtime/clang-runtime-8.0.1.ebuild
17 deleted file mode 100644
18 index e652b2f4a85..00000000000
19 --- a/sys-devel/clang-runtime/clang-runtime-8.0.1.ebuild
20 +++ /dev/null
21 @@ -1,28 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
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="${PV%_*}"
35 -KEYWORDS="amd64 arm arm64 ppc64 x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
36 -IUSE="+compiler-rt crt libcxx openmp +sanitize"
37 -
38 -RDEPEND="
39 - compiler-rt? (
40 - ~sys-libs/compiler-rt-${PV}:${SLOT}
41 - sanitize? ( ~sys-libs/compiler-rt-sanitizers-${PV}:${SLOT} )
42 - )
43 - crt? (
44 - sys-libs/netbsd-csu[${MULTILIB_USEDEP}]
45 - )
46 - libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] )
47 - openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )"
48 -
49 -REQUIRED_USE="sanitize? ( compiler-rt )"
50
51 diff --git a/sys-devel/clang-runtime/metadata.xml b/sys-devel/clang-runtime/metadata.xml
52 index bf616d36427..f761b620168 100644
53 --- a/sys-devel/clang-runtime/metadata.xml
54 +++ b/sys-devel/clang-runtime/metadata.xml
55 @@ -6,8 +6,6 @@
56 </maintainer>
57 <use>
58 <flag name="compiler-rt">Install <pkg>sys-libs/compiler-rt</pkg> for -rtlib=compiler-rt</flag>
59 - <flag name="crt">Require a package providing crt*.o files to make it possible to build
60 - software without GCC installed</flag>
61 <flag name="libcxx">Install <pkg>sys-libs/libcxx</pkg> for -stdlib=libc++</flag>
62 <flag name="openmp">Install <pkg>sys-libs/libomp</pkg> for -fopenmp support</flag>
63 <flag name="sanitize">Enable compiler-rt sanitizer (-fsanitize*) support</flag>