From 23ff643249987d6bdab748010c3c4669f21733c8 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 20 Dec 2017 21:45:25 +0100 Subject: sys-devel/clang-runtime: Bump to 5.0.1 (final) --- sys-devel/clang-runtime/clang-runtime-5.0.1.ebuild | 25 ++++++++++++++++++++++ .../clang-runtime/clang-runtime-5.0.1_rc2.ebuild | 25 ---------------------- 2 files changed, 25 insertions(+), 25 deletions(-) create mode 100644 sys-devel/clang-runtime/clang-runtime-5.0.1.ebuild delete mode 100644 sys-devel/clang-runtime/clang-runtime-5.0.1_rc2.ebuild (limited to 'sys-devel/clang-runtime') diff --git a/sys-devel/clang-runtime/clang-runtime-5.0.1.ebuild b/sys-devel/clang-runtime/clang-runtime-5.0.1.ebuild new file mode 100644 index 000000000000..6b19bc98151c --- /dev/null +++ b/sys-devel/clang-runtime/clang-runtime-5.0.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2017 Gentoo Foundation +# 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 ~arm64 ~x86" +IUSE="+compiler-rt libcxx openmp +sanitize" + +RDEPEND=" + compiler-rt? ( + ~sys-libs/compiler-rt-${PV}:${SLOT} + sanitize? ( ~sys-libs/compiler-rt-sanitizers-${PV}:${SLOT} ) + ) + 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/clang-runtime-5.0.1_rc2.ebuild b/sys-devel/clang-runtime/clang-runtime-5.0.1_rc2.ebuild deleted file mode 100644 index 013e661624c8..000000000000 --- a/sys-devel/clang-runtime/clang-runtime-5.0.1_rc2.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# 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="" -IUSE="+compiler-rt libcxx openmp +sanitize" - -RDEPEND=" - compiler-rt? ( - ~sys-libs/compiler-rt-${PV}:${SLOT} - sanitize? ( ~sys-libs/compiler-rt-sanitizers-${PV}:${SLOT} ) - ) - libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] ) - openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )" - -REQUIRED_USE="sanitize? ( compiler-rt )" -- cgit v1.2.3-65-gdbad