commit:     426094ff6d9112110253bab6784533a32012ad51
Author:     Brett A C Sheffield <bacs <AT> librecast <DOT> net>
AuthorDate: Sun Mar  8 17:18:31 2026 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 11 13:48:54 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=426094ff

dev-libs/blake3: drop 1.8.2-r1

Signed-off-by: Brett A C Sheffield <bacs <AT> librecast.net>
Part-of: https://codeberg.org/gentoo/gentoo/pulls/258
Merges: https://codeberg.org/gentoo/gentoo/pulls/258
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/blake3/Manifest               |  1 -
 dev-libs/blake3/blake3-1.8.2-r1.ebuild | 37 ----------------------------------
 2 files changed, 38 deletions(-)

diff --git a/dev-libs/blake3/Manifest b/dev-libs/blake3/Manifest
index c184bd1baa54..0a5b38114478 100644
--- a/dev-libs/blake3/Manifest
+++ b/dev-libs/blake3/Manifest
@@ -1,2 +1 @@
-DIST blake3-1.8.2.tar.gz 264657 BLAKE2B 
a3dddd7dc5ff2aee0cf80fd8a3ffd7b6412ae01b4fc78a0ef1f4eb6f83e5071d345caecce94c6d1eab5e4d0ec4cfea4bf0021714ff489b27793f576ba32a7320
 SHA512 
5832d15373a0ec224e3c8dc86e1540e9246efbdf8db88fc2cce8924552f632532d9b74eeb15e1d31e3f13676656b5230d009151b4c57eb9d84224a9e385ba839
 DIST blake3-1.8.3.tar.gz 266132 BLAKE2B 
d455def42ef3ec6946d9928da3c00cb0207c281bbefb35c3992d56e430e41e9a1c5a178df332271596b3986051028804682233711ca00c178a814fb2869eb875
 SHA512 
d0861c3c0294d84a46a3760e5e51734f4040036aa74d72d32242adb9311c0f85f580c17fbee9ca17dc2b3818ff68048b3156a19b8d11fe5c459c5e9266709fb9

diff --git a/dev-libs/blake3/blake3-1.8.2-r1.ebuild 
b/dev-libs/blake3/blake3-1.8.2-r1.ebuild
deleted file mode 100644
index c2ad3cb983ca..000000000000
--- a/dev-libs/blake3/blake3-1.8.2-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2023-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{11..14} )
-inherit cmake python-any-r1
-
-DESCRIPTION="a fast cryptographic hash function"
-HOMEPAGE="https://github.com/BLAKE3-team/BLAKE3";
-SRC_URI="https://github.com/BLAKE3-team/BLAKE3/archive/refs/tags/${PV}.tar.gz 
-> ${P}.tar.gz"
-S="${WORKDIR}/BLAKE3-${PV}/c"
-
-LICENSE="|| ( CC0-1.0 Apache-2.0 )"
-SLOT="0/0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86 ~arm64-macos ~x64-macos"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="test? ( ${PYTHON_DEPS} )"
-
-PATCHES=(
-       "${FILESDIR}/${PN}-1.5.3-backport-pr405.patch"
-       "${FILESDIR}/${PN}-1.8.2-x32.patch"
-)
-
-pkg_setup() {
-       use test && python-any-r1_pkg_setup
-}
-
-src_configure() {
-       local mycmakeargs=(
-               -DBLAKE3_BUILD_TESTING="$(usex test)"
-               -DBLAKE3_USE_TBB=OFF # TODO
-       )
-       cmake_src_configure
-}

Reply via email to