From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5A080158041 for ; Thu, 4 Apr 2024 10:09:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66C37E2AE5; Thu, 4 Apr 2024 10:09:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 116DCE2AE5 for ; Thu, 4 Apr 2024 10:09:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 596E1343254 for ; Thu, 4 Apr 2024 10:09:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 62D491671 for ; Thu, 4 Apr 2024 10:09:11 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1712180108.f60c08df65f8d6b05149749f21d811202f2f4bcf.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/simdutf/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-cpp/simdutf/Manifest dev-cpp/simdutf/simdutf-4.0.9.ebuild X-VCS-Directories: dev-cpp/simdutf/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: f60c08df65f8d6b05149749f21d811202f2f4bcf X-VCS-Branch: master Date: Thu, 4 Apr 2024 10:09:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 815fb998-b409-4a80-b7b2-ea3677e2e976 X-Archives-Hash: c0de3c5f41c67c10ad8916296c57a727 commit: f60c08df65f8d6b05149749f21d811202f2f4bcf Author: Steffen Winter proton me> AuthorDate: Wed Apr 3 21:35:08 2024 +0000 Commit: Florian Schmaus gentoo org> 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 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 -}