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: Sat, 20 Apr 2019 23:28:55
Message-Id: 1555704656.4c494fcfb443b92c79036acc86e263cb776172cb.mgorny@gentoo
1 commit: 4c494fcfb443b92c79036acc86e263cb776172cb
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 19 19:48:51 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 19 20:10:56 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c494fcf
7
8 sys-devel/clang-runtime: Remove 7.0.9999
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../clang-runtime/clang-runtime-7.0.9999.ebuild | 32 ----------------------
13 1 file changed, 32 deletions(-)
14
15 diff --git a/sys-devel/clang-runtime/clang-runtime-7.0.9999.ebuild b/sys-devel/clang-runtime/clang-runtime-7.0.9999.ebuild
16 deleted file mode 100644
17 index aa2891ea6b4..00000000000
18 --- a/sys-devel/clang-runtime/clang-runtime-7.0.9999.ebuild
19 +++ /dev/null
20 @@ -1,32 +0,0 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -inherit multilib-build
27 -
28 -DESCRIPTION="Meta-ebuild for clang runtime libraries"
29 -HOMEPAGE="https://clang.llvm.org/"
30 -SRC_URI=""
31 -
32 -LICENSE="metapackage"
33 -# Note: keep it matching clang-9999 version
34 -SLOT="7.0.1"
35 -KEYWORDS=""
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 )"