From 03aee93418ffe1aafa722e819c3b73cda5d43419 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 13 Jan 2023 09:01:08 +0100 Subject: sys-libs/libcxxabi: Remove 15.x live ebuild MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- sys-libs/libcxxabi/libcxxabi-15.0.6.9999.ebuild | 116 ------------------------ 1 file changed, 116 deletions(-) delete mode 100644 sys-libs/libcxxabi/libcxxabi-15.0.6.9999.ebuild (limited to 'sys-libs/libcxxabi') diff --git a/sys-libs/libcxxabi/libcxxabi-15.0.6.9999.ebuild b/sys-libs/libcxxabi/libcxxabi-15.0.6.9999.ebuild deleted file mode 100644 index 8d8f8212d31e..000000000000 --- a/sys-libs/libcxxabi/libcxxabi-15.0.6.9999.ebuild +++ /dev/null @@ -1,116 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..11} ) -inherit cmake-multilib flag-o-matic llvm llvm.org python-any-r1 \ - toolchain-funcs - -DESCRIPTION="Low level support for a standard C++ library" -HOMEPAGE="https://libcxxabi.llvm.org/" - -LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" -SLOT="0" -KEYWORDS="" -IUSE="+clang static-libs test" -REQUIRED_USE="test? ( clang )" -RESTRICT="!test? ( test )" - -# in 15.x, cxxabi.h is moving from libcxx to libcxxabi -RDEPEND+=" - !