summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-07-29 13:48:17 +0200
committerMichał Górny <mgorny@gentoo.org>2020-07-31 00:09:53 +0200
commitf9bb461b60a0dc89020d24719a9f7ba68d9f57cb (patch)
treef5681f1d5f391ae9ffefa49a72f4605e0951a3b5
parentmedia-libs/osl: Remove old (LLVM 8) (diff)
downloadgentoo-f9bb461b60a0dc89020d24719a9f7ba68d9f57cb.tar.gz
gentoo-f9bb461b60a0dc89020d24719a9f7ba68d9f57cb.tar.bz2
gentoo-f9bb461b60a0dc89020d24719a9f7ba68d9f57cb.zip
sys-devel/clang-runtime: Remove 8*
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--sys-devel/clang-runtime/clang-runtime-8.0.1.ebuild28
-rw-r--r--sys-devel/clang-runtime/metadata.xml2
2 files changed, 0 insertions, 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 e652b2f4a85b..000000000000
--- 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 bf616d36427c..f761b620168e 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>