commit:     f9bb461b60a0dc89020d24719a9f7ba68d9f57cb
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 29 11:48:17 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jul 30 22:09:53 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9bb461b

sys-devel/clang-runtime: Remove 8*

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 sys-devel/clang-runtime/clang-runtime-8.0.1.ebuild | 28 ----------------------
 sys-devel/clang-runtime/metadata.xml               |  2 --
 2 files changed, 30 deletions(-)

diff --git a/sys-devel/clang-runtime/clang-runtime-8.0.1.ebuild 
b/sys-devel/clang-runtime/clang-runtime-8.0.1.ebuild
deleted file mode 100644
index e652b2f4a85..00000000000
--- a/sys-devel/clang-runtime/clang-runtime-8.0.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit multilib-build
-
-DESCRIPTION="Meta-ebuild for clang runtime libraries"
-HOMEPAGE="https://clang.llvm.org/";
-SRC_URI=""
-
-LICENSE="metapackage"
-SLOT="${PV%_*}"
-KEYWORDS="amd64 arm arm64 ppc64 x86 ~amd64-linux ~ppc-macos ~x64-macos 
~x86-macos"
-IUSE="+compiler-rt crt libcxx openmp +sanitize"
-
-RDEPEND="
-       compiler-rt? (
-               ~sys-libs/compiler-rt-${PV}:${SLOT}
-               sanitize? ( ~sys-libs/compiler-rt-sanitizers-${PV}:${SLOT} )
-       )
-       crt? (
-               sys-libs/netbsd-csu[${MULTILIB_USEDEP}]
-       )
-       libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] )
-       openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )"
-
-REQUIRED_USE="sanitize? ( compiler-rt )"

diff --git a/sys-devel/clang-runtime/metadata.xml 
b/sys-devel/clang-runtime/metadata.xml
index bf616d36427..f761b620168 100644
--- a/sys-devel/clang-runtime/metadata.xml
+++ b/sys-devel/clang-runtime/metadata.xml
@@ -6,8 +6,6 @@
        </maintainer>
        <use>
                <flag name="compiler-rt">Install 
<pkg>sys-libs/compiler-rt</pkg> for -rtlib=compiler-rt</flag>
-               <flag name="crt">Require a package providing crt*.o files to 
make it possible to build
-                       software without GCC installed</flag>
                <flag name="libcxx">Install <pkg>sys-libs/libcxx</pkg> for 
-stdlib=libc++</flag>
                <flag name="openmp">Install <pkg>sys-libs/libomp</pkg> for 
-fopenmp support</flag>
                <flag name="sanitize">Enable compiler-rt sanitizer 
(-fsanitize*) support</flag>

Reply via email to