commit: f60c08df65f8d6b05149749f21d811202f2f4bcf
Author: Steffen Winter <steffen.winter <AT> proton <DOT> me>
AuthorDate: Wed Apr 3 21:35:08 2024 +0000
Commit: Steffen Winter <stffn.mobil <AT> freenet <DOT> de>
CommitDate: Wed Apr 3 21:35:08 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f60c08df
dev-cpp/simdutf: drop 4.0.9
Signed-off-by: Steffen Winter <steffen.winter <AT> proton.me>
dev-cpp/simdutf/Manifest | 1 -
dev-cpp/simdutf/simdutf-4.0.9.ebuild | 26 --------------------------
2 files changed, 27 deletions(-)
diff --git a/dev-cpp/simdutf/Manifest b/dev-cpp/simdutf/Manifest
index 756b95a15c..159695ae60 100644
--- a/dev-cpp/simdutf/Manifest
+++ b/dev-cpp/simdutf/Manifest
@@ -1,2 +1 @@
-DIST simdutf-4.0.9.tar.gz 1868141 BLAKE2B
4c326a3c79c38058761e7c8fa39bad2c540a231c52b98cbba9f8e8aa1c691cba86d6d826c8196627ec504088b525c6dce65ae3643b3c4679e170568bc3cfc358
SHA512
39ffc41d8d6889603b72bbcdcb5bce6b0a98cd41299568cf9bd34f5cbc0d5950f96907eae21c0975b10d701c49d80bb839911672909c802e7f6d3b616fe6279c
DIST simdutf-5.2.2.tar.gz 1939211 BLAKE2B
bd49d8a9455ba2ed7b8c51748897c4988e60f386de18cfbcc5aa2dfca2595bf58a8dea7c926c9f4c5b0538b8e6acc4affc73d9054a2b34fda9460b8aca9330fc
SHA512
56c19e52eb8dd3736e984cdc49a92909ffa3240b115c0ea0c3cfd29eca79a2bec1f8489ac030c27cd1f8446bbed27daf3e83e214a0871f4e78d85d1f8ebb964f
diff --git a/dev-cpp/simdutf/simdutf-4.0.9.ebuild
b/dev-cpp/simdutf/simdutf-4.0.9.ebuild
deleted file mode 100644
index 3875eae9bb..0000000000
--- a/dev-cpp/simdutf/simdutf-4.0.9.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit cmake python-any-r1
-
-DESCRIPTION="simdutf: Unicode validation and transcoding at billions of
characters per second"
-HOMEPAGE="https://simdutf.github.io/simdutf/"
-SRC_URI="https://github.com/simdutf/simdutf/archive/refs/tags/v${PV}.tar.gz ->
${P}.tar.gz"
-
-LICENSE="|| ( Apache-2.0 MIT )"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-BDEPEND="${PYTHON_DEPS}"
-
-RESTRICT="!test? ( test )"
-
-src_configure() {
- local mycmakeargs=( -DSIMDUTF_TESTS=$(usex test ON OFF) )
- cmake_src_configure
-}