commit:     f0b141848c31af70a55a4915019ad31a01847378
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  6 08:00:08 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Sep  6 08:00:08 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0b14184

sys-devel/clang-runtime: Remove 15.0.0 RCs

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

 .../clang-runtime/clang-runtime-15.0.0_rc2.ebuild  | 27 ----------------------
 .../clang-runtime/clang-runtime-15.0.0_rc3.ebuild  | 27 ----------------------
 2 files changed, 54 deletions(-)

diff --git a/sys-devel/clang-runtime/clang-runtime-15.0.0_rc2.ebuild 
b/sys-devel/clang-runtime/clang-runtime-15.0.0_rc2.ebuild
deleted file mode 100644
index e4ff9326ddcb..000000000000
--- a/sys-devel/clang-runtime/clang-runtime-15.0.0_rc2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit multilib-build
-
-DESCRIPTION="Meta-ebuild for clang runtime libraries"
-HOMEPAGE="https://clang.llvm.org/";
-
-LICENSE="metapackage"
-SLOT="$(ver_cut 1-3)"
-KEYWORDS=""
-IUSE="+compiler-rt libcxx openmp +sanitize"
-REQUIRED_USE="sanitize? ( compiler-rt )"
-PROPERTIES="live"
-
-RDEPEND="
-       compiler-rt? (
-               
~sys-libs/compiler-rt-${PV}:${SLOT}[abi_x86_32(+)?,abi_x86_64(+)?]
-               sanitize? (
-                       
~sys-libs/compiler-rt-sanitizers-${PV}:${SLOT}[abi_x86_32(+)?,abi_x86_64(+)?]
-               )
-       )
-       libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] )
-       openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )
-"

diff --git a/sys-devel/clang-runtime/clang-runtime-15.0.0_rc3.ebuild 
b/sys-devel/clang-runtime/clang-runtime-15.0.0_rc3.ebuild
deleted file mode 100644
index e4ff9326ddcb..000000000000
--- a/sys-devel/clang-runtime/clang-runtime-15.0.0_rc3.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit multilib-build
-
-DESCRIPTION="Meta-ebuild for clang runtime libraries"
-HOMEPAGE="https://clang.llvm.org/";
-
-LICENSE="metapackage"
-SLOT="$(ver_cut 1-3)"
-KEYWORDS=""
-IUSE="+compiler-rt libcxx openmp +sanitize"
-REQUIRED_USE="sanitize? ( compiler-rt )"
-PROPERTIES="live"
-
-RDEPEND="
-       compiler-rt? (
-               
~sys-libs/compiler-rt-${PV}:${SLOT}[abi_x86_32(+)?,abi_x86_64(+)?]
-               sanitize? (
-                       
~sys-libs/compiler-rt-sanitizers-${PV}:${SLOT}[abi_x86_32(+)?,abi_x86_64(+)?]
-               )
-       )
-       libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] )
-       openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )
-"

Reply via email to