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: Sun, 02 Jun 2019 07:20:20
Message-Id: 1559459946.ac0eca8bb3692fdb388e4a42c9c8ddac32a68b43.mgorny@gentoo
1 commit: ac0eca8bb3692fdb388e4a42c9c8ddac32a68b43
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 2 06:19:23 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 2 07:19:06 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac0eca8b
7
8 sys-devel/clang-runtime: Remove 4.0.1
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../clang-runtime/clang-runtime-4.0.1-r1.ebuild | 31 ----------------------
13 sys-devel/clang-runtime/clang-runtime-4.0.1.ebuild | 25 -----------------
14 2 files changed, 56 deletions(-)
15
16 diff --git a/sys-devel/clang-runtime/clang-runtime-4.0.1-r1.ebuild b/sys-devel/clang-runtime/clang-runtime-4.0.1-r1.ebuild
17 deleted file mode 100644
18 index 34393f3f5c3..00000000000
19 --- a/sys-devel/clang-runtime/clang-runtime-4.0.1-r1.ebuild
20 +++ /dev/null
21 @@ -1,31 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
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 ~arm64 ~x86"
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-4.0.1.ebuild b/sys-devel/clang-runtime/clang-runtime-4.0.1.ebuild
55 deleted file mode 100644
56 index dae37fda523..00000000000
57 --- a/sys-devel/clang-runtime/clang-runtime-4.0.1.ebuild
58 +++ /dev/null
59 @@ -1,25 +0,0 @@
60 -# Copyright 1999-2017 Gentoo Foundation
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 ~arm64 x86"
74 -IUSE="+compiler-rt 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 - libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] )
82 - openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )"
83 -
84 -REQUIRED_USE="sanitize? ( compiler-rt )"