commit: cb200156d421df27df0206c2fc6f7be552bc4d76 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Feb 8 19:05:48 2026 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Feb 8 19:05:48 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb200156
llvm-runtimes/clang-runtime: Remove old Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> .../clang-runtime/clang-runtime-15.0.7.ebuild | 26 ---------------------- 1 file changed, 26 deletions(-) diff --git a/llvm-runtimes/clang-runtime/clang-runtime-15.0.7.ebuild b/llvm-runtimes/clang-runtime/clang-runtime-15.0.7.ebuild deleted file mode 100644 index d612bfbd91fc..000000000000 --- a/llvm-runtimes/clang-runtime/clang-runtime-15.0.7.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2025 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="amd64 arm arm64 ppc ppc64 ~riscv ~sparc x86 ~x64-macos" -IUSE="+compiler-rt libcxx openmp +sanitize" -REQUIRED_USE="sanitize? ( compiler-rt )" - -RDEPEND=" - compiler-rt? ( - ~llvm-runtimes/compiler-rt-${PV}:${SLOT}[abi_x86_32(+)?,abi_x86_64(+)?] - sanitize? ( - ~llvm-runtimes/compiler-rt-sanitizers-${PV}:${SLOT}[abi_x86_32(+)?,abi_x86_64(+)?] - ) - ) - libcxx? ( >=llvm-runtimes/libcxx-${PV}[${MULTILIB_USEDEP}] ) - openmp? ( >=llvm-runtimes/openmp-${PV}[${MULTILIB_USEDEP}] ) -"
