commit:     bbf074a8d10041e8696d6a89c2b5dead279cf858
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 16 09:59:44 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar 16 21:13:50 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbf074a8

dev-libs/check: drop 0.15.2-r1

Closes: https://bugs.gentoo.org/950956
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-libs/check/check-0.15.2-r1.ebuild | 59 -----------------------------------
 1 file changed, 59 deletions(-)

diff --git a/dev-libs/check/check-0.15.2-r1.ebuild 
b/dev-libs/check/check-0.15.2-r1.ebuild
deleted file mode 100644
index 4003f08cbde1..000000000000
--- a/dev-libs/check/check-0.15.2-r1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake-multilib
-
-DESCRIPTION="A unit test framework for C"
-HOMEPAGE="https://libcheck.github.io/check/";
-SRC_URI="https://github.com/libcheck/check/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-IUSE="doc subunit test"
-
-# Tests seem to timeout on ppc* systems, #736661
-RESTRICT="ppc? ( test )
-       ppc64? ( test )
-       !test? ( test )"
-
-RDEPEND="subunit? ( dev-python/python-subunit[${MULTILIB_USEDEP}] )"
-DEPEND="${RDEPEND}
-       sys-apps/texinfo"
-BDEPEND="doc? ( app-text/doxygen )"
-
-PATCHES=(
-       "${FILESDIR}"/check-0.14.0-r2-disable-automagic-dep.patch
-       "${FILESDIR}"/${P}-Fix-pkgconfig-file-s-libdir-value.patch
-)
-
-#src_prepare() {
-#      cmake_src_prepare
-#}
-
-multilib_src_configure() {
-       local mycmakeargs=(
-               -DBUILD_TESTING=$(usex test ON OFF)
-               -DCHECK_ENABLE_SUBUNIT=$(usex subunit ON OFF)
-       )
-
-       cmake_src_configure
-}
-
-multilib_src_compile() {
-       cmake_src_compile
-
-       if use doc && multilib_is_native_abi; then
-               cd "${S}"/doc/ || die "Failed to switch directories."
-               doxygen "." || die "Failed to run doxygen to generate docs."
-       fi
-}
-
-multilib_src_install_all() {
-       use doc && local HTML_DOCS=( "${S}"/doc/html/. )
-       einstalldocs
-
-       find "${ED}" \( -name "*.a" -o -name "*.la" \) -delete || die
-}

Reply via email to