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, 13 Mar 2019 08:22:28
Message-Id: 1552463391.f287b071abd557797ee79fe89074562f2dd64caa.mgorny@gentoo
1 commit: f287b071abd557797ee79fe89074562f2dd64caa
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 13 07:49:51 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 13 07:49:51 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f287b071
7
8 sys-devel/clang-runtime: Remove 8.0.0rc[23]
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../clang-runtime/clang-runtime-8.0.0_rc2.ebuild | 31 ----------------------
13 .../clang-runtime/clang-runtime-8.0.0_rc3.ebuild | 31 ----------------------
14 2 files changed, 62 deletions(-)
15
16 diff --git a/sys-devel/clang-runtime/clang-runtime-8.0.0_rc2.ebuild b/sys-devel/clang-runtime/clang-runtime-8.0.0_rc2.ebuild
17 deleted file mode 100644
18 index 97c0d55cf2a..00000000000
19 --- a/sys-devel/clang-runtime/clang-runtime-8.0.0_rc2.ebuild
20 +++ /dev/null
21 @@ -1,31 +0,0 @@
22 -# Copyright 1999-2019 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-fbsd ~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 - || (
45 - sys-libs/netbsd-csu[${MULTILIB_USEDEP}]
46 - sys-freebsd/freebsd-lib[${MULTILIB_USEDEP}]
47 - )
48 - )
49 - libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] )
50 - openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )"
51 -
52 -REQUIRED_USE="sanitize? ( compiler-rt )"
53
54 diff --git a/sys-devel/clang-runtime/clang-runtime-8.0.0_rc3.ebuild b/sys-devel/clang-runtime/clang-runtime-8.0.0_rc3.ebuild
55 deleted file mode 100644
56 index 97c0d55cf2a..00000000000
57 --- a/sys-devel/clang-runtime/clang-runtime-8.0.0_rc3.ebuild
58 +++ /dev/null
59 @@ -1,31 +0,0 @@
60 -# Copyright 1999-2019 Gentoo Authors
61 -# Distributed under the terms of the GNU General Public License v2
62 -
63 -EAPI=6
64 -
65 -inherit multilib-build
66 -
67 -DESCRIPTION="Meta-ebuild for clang runtime libraries"
68 -HOMEPAGE="https://clang.llvm.org/"
69 -SRC_URI=""
70 -
71 -LICENSE="metapackage"
72 -SLOT="${PV%_*}"
73 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
74 -IUSE="+compiler-rt crt libcxx openmp +sanitize"
75 -
76 -RDEPEND="
77 - compiler-rt? (
78 - ~sys-libs/compiler-rt-${PV}:${SLOT}
79 - sanitize? ( ~sys-libs/compiler-rt-sanitizers-${PV}:${SLOT} )
80 - )
81 - crt? (
82 - || (
83 - sys-libs/netbsd-csu[${MULTILIB_USEDEP}]
84 - sys-freebsd/freebsd-lib[${MULTILIB_USEDEP}]
85 - )
86 - )
87 - libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] )
88 - openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )"
89 -
90 -REQUIRED_USE="sanitize? ( compiler-rt )"