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 57A3615808B for ; Sat, 7 Sep 2024 13:38:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4286EE29F1; Sat, 7 Sep 2024 13:38:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 27730E29F1 for ; Sat, 7 Sep 2024 13:38:14 +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 31C57343082 for ; Sat, 7 Sep 2024 13:38:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE4131CC9 for ; Sat, 7 Sep 2024 13:38:11 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1725708488.9ebf9d4cf28e53f58559fb1e01622b2820002509.davidroman@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-5.5.0.ebuild X-VCS-Directories: dev-cpp/simdutf/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 9ebf9d4cf28e53f58559fb1e01622b2820002509 X-VCS-Branch: master Date: Sat, 7 Sep 2024 13:38: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: 33b157d3-5041-4ac3-a649-c5fec5b5f5f7 X-Archives-Hash: c8912fc10bb8143506b926281f03838a commit: 9ebf9d4cf28e53f58559fb1e01622b2820002509 Author: Steffen Winter proton me> AuthorDate: Sat Sep 7 09:19:49 2024 +0000 Commit: David Roman gmail com> CommitDate: Sat Sep 7 11:28:08 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9ebf9d4c dev-cpp/simdutf: add 5.5.0 Signed-off-by: Steffen Winter proton.me> dev-cpp/simdutf/Manifest | 1 + dev-cpp/simdutf/simdutf-5.5.0.ebuild | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/dev-cpp/simdutf/Manifest b/dev-cpp/simdutf/Manifest index baba8807d..01b619cf2 100644 --- a/dev-cpp/simdutf/Manifest +++ b/dev-cpp/simdutf/Manifest @@ -1 +1,2 @@ DIST simdutf-5.4.14.tar.gz 1983854 BLAKE2B 478ca647657574f4528f8e61611b44f9a6c76e806d58e07a9eed31b367331643479c0464cfe9cf6e10dceaa3aab8210a7a7286477a7f3f58ddd5a1fb49263321 SHA512 18078e876b15d464b6fe30fca3796a9ac751e7823a7b384dcb6c54dac4622984529d22c30cad7dc9a8ebbb53cff8dda2e46963d532a96b258b75e63d8c8aea0a +DIST simdutf-5.5.0.tar.gz 1985362 BLAKE2B 20d17182c00a7bbaa5c1f82ed6161adfc5854239a325d3a01fe7c7ff67ef842105ec3a3dc68db1acd5112fae80b45ae93c5152426019aa50d6fa3e5bbcb425d1 SHA512 6a248214208602739975b7b6e50ffff3acc11ba37b9f0493a6b498a64520bd4f6cb4cfa51076a9d5b07cb749d073ba0d16df246308b196e1fea672f30c40a3e5 diff --git a/dev-cpp/simdutf/simdutf-5.5.0.ebuild b/dev-cpp/simdutf/simdutf-5.5.0.ebuild new file mode 100644 index 000000000..629fb4557 --- /dev/null +++ b/dev-cpp/simdutf/simdutf-5.5.0.ebuild @@ -0,0 +1,26 @@ +# 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 +}