From 4bd0921ddce36baf1a78dba335332d7ead32cdef Mon Sep 17 00:00:00 2001 From: Steffen Winter Date: Mon, 23 Dec 2024 20:55:38 +0100 Subject: [PATCH] dev-cpp/simdutf: drop 5.6.0 Signed-off-by: Steffen Winter --- dev-cpp/simdutf/Manifest | 1 - dev-cpp/simdutf/simdutf-5.6.0.ebuild | 26 -------------------------- 2 files changed, 27 deletions(-) delete mode 100644 dev-cpp/simdutf/simdutf-5.6.0.ebuild diff --git a/dev-cpp/simdutf/Manifest b/dev-cpp/simdutf/Manifest index 91971d3d98..c74dfeb227 100644 --- a/dev-cpp/simdutf/Manifest +++ b/dev-cpp/simdutf/Manifest @@ -1,2 +1 @@ -DIST simdutf-5.6.0.tar.gz 2003297 BLAKE2B 26a9aa9e8c49e4a2d9fbc5fcd5222a1db8cc5370f513eb2f2b0d88664684b632883adaee5a16ca567aa0419e0b3c8c609d22034763cd30fedf29e0dde7645afe SHA512 57748cadd07a265e7297408f20ab7a7e899f8676972027b09b168464f7b68de82790a6877bfad8197501be95a754b18458be4c36740bafb7e0a32630c7bd1d2d DIST simdutf-5.7.1.tar.gz 2078811 BLAKE2B 3a78b0fad12877d900f435f00fc4360ad918d60297e4ca8a37f578cf002682a620b4f5086c02b2b89553be89cf4c2dac89760be01004e4e0d8d63b20925e8820 SHA512 4452bf3151cc680e7a8730b7f5e76feb9a14bf044df6081a71845b9ad92650fcd4e880ae9a2a4a784ecd4aab031f89831b5694c7a9ae00ad28c2ab8ee3e95986 diff --git a/dev-cpp/simdutf/simdutf-5.6.0.ebuild b/dev-cpp/simdutf/simdutf-5.6.0.ebuild deleted file mode 100644 index 629fb45570..0000000000 --- a/dev-cpp/simdutf/simdutf-5.6.0.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..13} ) - -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 -}