commit:     f623bed273049722300dda0566ada13f09222a07
Author:     Brett A C Sheffield <bacs <AT> librecast <DOT> net>
AuthorDate: Sat Jan 10 10:23:58 2026 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan 15 20:42:04 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f623bed2

dev-libs/blake3: drop 1.5.0 1.5.1 1.5.3 1.8.2

Signed-off-by: Brett A C Sheffield <bacs <AT> librecast.net>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/blake3/Manifest            |  3 ---
 dev-libs/blake3/blake3-1.5.0.ebuild | 18 ------------------
 dev-libs/blake3/blake3-1.5.1.ebuild | 15 ---------------
 dev-libs/blake3/blake3-1.5.3.ebuild | 31 -------------------------------
 dev-libs/blake3/blake3-1.8.2.ebuild | 34 ----------------------------------
 5 files changed, 101 deletions(-)

diff --git a/dev-libs/blake3/Manifest b/dev-libs/blake3/Manifest
index 0e6fecd30a62..c184bd1baa54 100644
--- a/dev-libs/blake3/Manifest
+++ b/dev-libs/blake3/Manifest
@@ -1,5 +1,2 @@
-DIST blake3-1.5.0.tar.gz 228053 BLAKE2B 
04405b0bea5e0a5a774c84e712f36c61fd695c4cbe203a327741db7138af38fc4deda7c75a149f1850a1ca01a519897fb8e84c2cbe38f9cc084357c5ed61a1ed
 SHA512 
eb782d48240cf2fa8cc3cddd699dce3a362eb480b3ca58a97d54cd3595a0c969e51fe14374b91136036e8e29c8f745efbd5a4d1aaed2c17f23cb89fb756645d0
-DIST blake3-1.5.1.tar.gz 242161 BLAKE2B 
12712bcc6413f90bd9d79ee87d73b45ee611032ccfa3f9e73b2c41b080c2a9451db028c9ff32efa546bef19b85e4aa9fc5ecd9fc6b76c34fd347cbc5fe337649
 SHA512 
a2ac662b0e45d1f4c4ee01a5e556a47c49ab5407a6057034033ce6fd0fc6b88f66dd428d80f5e7c4a8413356cb4b5ab655924d96138213499893e0204d7c8d24
-DIST blake3-1.5.3.tar.gz 244775 BLAKE2B 
8d6cfd9b4829d1b0aed790b3e27a5dc8e4e4eb19d9b635faf07bd89bfc99545e9a4c2c362c7a55b44e6ff6d1dad0dc166ba34baf488ed094ed5cff56df21b6ff
 SHA512 
5e8f9ef523735819e9def19911fce906d62d000b4146e7b7a28896f68c925715dbf42da369b1630929b0d2012abb972f0611ffac6184b49c157641bf5b5b1362
 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.5.0.ebuild 
b/dev-libs/blake3/blake3-1.5.0.ebuild
deleted file mode 100644
index 59165fe5556a..000000000000
--- a/dev-libs/blake3/blake3-1.5.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-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="amd64 ~arm ~arm64 ~loong ~riscv ~sparc ~x86"
-
-RDEPEND=""
-DEPEND="${RDEPEND}"

diff --git a/dev-libs/blake3/blake3-1.5.1.ebuild 
b/dev-libs/blake3/blake3-1.5.1.ebuild
deleted file mode 100644
index 8990f2e592f0..000000000000
--- a/dev-libs/blake3/blake3-1.5.1.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 2023-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-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="amd64 arm arm64 ~hppa ~loong ~m68k ppc ppc64 ~riscv ~s390 ~sparc x86"

diff --git a/dev-libs/blake3/blake3-1.5.3.ebuild 
b/dev-libs/blake3/blake3-1.5.3.ebuild
deleted file mode 100644
index a05ad72012ae..000000000000
--- a/dev-libs/blake3/blake3-1.5.3.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2023-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{11..13} )
-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 )"
-PATCHES=( "${FILESDIR}/${PN}-1.5.3-backport-pr405.patch" )
-BDEPEND="test? ( ${PYTHON_DEPS} )"
-
-pkg_setup() {
-       use test && python-any-r1_pkg_setup
-}
-
-src_configure() {
-       local mycmakeargs=(
-               -DBLAKE3_BUILD_TESTING="$(usex test)"
-       )
-       cmake_src_configure
-}

diff --git a/dev-libs/blake3/blake3-1.8.2.ebuild 
b/dev-libs/blake3/blake3-1.8.2.ebuild
deleted file mode 100644
index b6deb3dcc5eb..000000000000
--- a/dev-libs/blake3/blake3-1.8.2.ebuild
+++ /dev/null
@@ -1,34 +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" )
-
-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