commit:     295f7dc113195b4ce1e87712421cf6839ce9fd5c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 12 09:36:55 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Apr 12 09:36:55 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=295f7dc1

dev-libs/c-blosc2: Remove old

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

 dev-libs/c-blosc2/Manifest               |  1 -
 dev-libs/c-blosc2/c-blosc2-2.17.0.ebuild | 63 --------------------------------
 2 files changed, 64 deletions(-)

diff --git a/dev-libs/c-blosc2/Manifest b/dev-libs/c-blosc2/Manifest
index accb8c22db37..568a4a193efe 100644
--- a/dev-libs/c-blosc2/Manifest
+++ b/dev-libs/c-blosc2/Manifest
@@ -1,2 +1 @@
-DIST c-blosc2-2.17.0.gh.tar.gz 3291090 BLAKE2B 
cace89b5ca171eed4fb703db6afae9712eeac7ca768a321feeb264df08b153b21b2b49e8df079605023baf6a9a371901100c39415b619e3da94bf716b36058f7
 SHA512 
741bf3a816507613114512eec10f5de32383c3c139fa1b6fdac36fc4d7d11e575e8f9b6b0372011598a787e98a12ff5b8451b08a23afca3a12da5e27823aeb3b
 DIST c-blosc2-2.17.1.gh.tar.gz 3292519 BLAKE2B 
00adf947ed7f42bae807bb5b85f23e0be08df87ed0d05032e83b61726f520b542233672e9d5efc18dd842e509a67dfc49d6d5adccdb36cd5966a300fe754cc74
 SHA512 
f5f55cd7aecc397e57183e3000ccfef12544b69493d8f0d055ac18878d7b39b06a1c3ecacfef663b120b13170a822dce8e29c2903d18307b2fe30644826d88f7

diff --git a/dev-libs/c-blosc2/c-blosc2-2.17.0.ebuild 
b/dev-libs/c-blosc2/c-blosc2-2.17.0.ebuild
deleted file mode 100644
index 29b8919c5113..000000000000
--- a/dev-libs/c-blosc2/c-blosc2-2.17.0.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Blocking, shuffling and lossless compression library"
-HOMEPAGE="
-       https://www.blosc.org/c-blosc2/c-blosc2.html
-       https://github.com/Blosc/c-blosc2/
-"
-SRC_URI="
-       https://github.com/Blosc/c-blosc2/archive/v${PV}.tar.gz
-               -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0/4"
-KEYWORDS="amd64 arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~x86-linux"
-IUSE="test +zlib +zstd"
-REQUIRED_USE="test? ( zlib zstd )"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-       >=app-arch/lz4-1.7.5:=
-       zlib? ( sys-libs/zlib:= )
-       zstd? ( app-arch/zstd:= )
-"
-RDEPEND="
-       ${DEPEND}
-"
-
-src_configure() {
-       # remove bundled libs (just in case)
-       rm -rf internal-complibs || die
-
-       local mycmakeargs=(
-               -DBUILD_STATIC=OFF
-               -DBUILD_TESTS=$(usex test)
-               -DBUILD_BENCHMARKS=OFF
-               -DBUILD_EXAMPLES=OFF
-               -DBUILD_FUZZERS=OFF
-               -DDEACTIVATE_ZLIB=$(usex !zlib)
-               -DDEACTIVATE_ZSTD=$(usex !zstd)
-               -DPREFER_EXTERNAL_LZ4=ON
-               -DPREFER_EXTERNAL_ZLIB=ON
-               -DPREFER_EXTERNAL_ZSTD=ON
-
-               # force regular zlib, at least for  the time being
-               -DCMAKE_DISABLE_FIND_PACKAGE_ZLIB_NG=ON
-
-               # upstream overrides CMAKE_C_FLAGS, preventing ${CFLAGS} 
defaults
-               # from applying, https://github.com/Blosc/c-blosc2/issues/433
-               -DCMAKE_C_FLAGS="${CFLAGS}"
-       )
-       cmake_src_configure
-}
-
-src_test() {
-       # Tests fail in parallel, https://github.com/Blosc/c-blosc2/issues/432
-       MAKEOPTS=-j1 cmake_src_test
-}

Reply via email to