diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-09-06 10:00:08 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-09-06 10:00:08 +0200 |
commit | f0b141848c31af70a55a4915019ad31a01847378 (patch) | |
tree | af8056b4e7c0970f04bdae16352b808768055d0c /sys-devel/clang-runtime | |
parent | dev-libs/libclc: Remove 15.0.0 RCs (diff) | |
download | gentoo-f0b141848c31af70a55a4915019ad31a01847378.tar.gz gentoo-f0b141848c31af70a55a4915019ad31a01847378.tar.bz2 gentoo-f0b141848c31af70a55a4915019ad31a01847378.zip |
sys-devel/clang-runtime: Remove 15.0.0 RCs
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel/clang-runtime')
-rw-r--r-- | sys-devel/clang-runtime/clang-runtime-15.0.0_rc2.ebuild | 27 | ||||
-rw-r--r-- | sys-devel/clang-runtime/clang-runtime-15.0.0_rc3.ebuild | 27 |
2 files changed, 0 insertions, 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}] ) -" |