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, 01 Feb 2023 05:15:25
Message-Id: 1675228283.a1a5009a4e237ff16f1e7eb026d1dcce8d1f88a2.mgorny@gentoo
1 commit: a1a5009a4e237ff16f1e7eb026d1dcce8d1f88a2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 1 05:11:23 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 1 05:11:23 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1a5009a
7
8 sys-devel/clang-runtime: Remove 13.x
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../clang-runtime/clang-runtime-13.0.1.ebuild | 24 ----------------------
13 1 file changed, 24 deletions(-)
14
15 diff --git a/sys-devel/clang-runtime/clang-runtime-13.0.1.ebuild b/sys-devel/clang-runtime/clang-runtime-13.0.1.ebuild
16 deleted file mode 100644
17 index a81ecc3327a9..000000000000
18 --- a/sys-devel/clang-runtime/clang-runtime-13.0.1.ebuild
19 +++ /dev/null
20 @@ -1,24 +0,0 @@
21 -# Copyright 1999-2022 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
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 -SLOT="$(ver_cut 1-3)"
34 -KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~ppc-macos ~x64-macos"
35 -IUSE="+compiler-rt libcxx openmp +sanitize"
36 -REQUIRED_USE="sanitize? ( compiler-rt )"
37 -
38 -RDEPEND="
39 - compiler-rt? (
40 - ~sys-libs/compiler-rt-${PV}:${SLOT}
41 - sanitize? ( ~sys-libs/compiler-rt-sanitizers-${PV}:${SLOT} )
42 - )
43 - libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] )
44 - openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )"