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 C8CDA158064 for ; Wed, 8 May 2024 07:04:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18139E2C5F; Wed, 8 May 2024 07:04:08 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 EBE47E2C5F for ; Wed, 8 May 2024 07:04:07 +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 1C4993430D2 for ; Wed, 8 May 2024 07:04:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B4FA119F1 for ; Wed, 8 May 2024 07:04:05 +0000 (UTC) From: "Steffen Winter" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Steffen Winter" Message-ID: <1715151828.a86548848766a31ccd19cfe3adfafa8e32d845f9.stffn.mobil@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/simdutf/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-cpp/simdutf/Manifest dev-cpp/simdutf/simdutf-5.2.8.ebuild X-VCS-Directories: dev-cpp/simdutf/ X-VCS-Committer: stffn.mobil X-VCS-Committer-Name: Steffen Winter X-VCS-Revision: a86548848766a31ccd19cfe3adfafa8e32d845f9 X-VCS-Branch: dev Date: Wed, 8 May 2024 07:04:05 +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: 7b132351-a2df-496c-8d63-fba68214d3ea X-Archives-Hash: fb3d4cae1d5cf81c0d80e91690166eaf commit: a86548848766a31ccd19cfe3adfafa8e32d845f9 Author: Steffen Winter proton me> AuthorDate: Wed May 8 07:01:22 2024 +0000 Commit: Steffen Winter freenet de> CommitDate: Wed May 8 07:03:48 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a8654884 dev-cpp/simdutf: add 5.2.8 Signed-off-by: Steffen Winter proton.me> dev-cpp/simdutf/Manifest | 1 + dev-cpp/simdutf/simdutf-5.2.8.ebuild | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/dev-cpp/simdutf/Manifest b/dev-cpp/simdutf/Manifest index e9a4c547fb..8a6125957c 100644 --- a/dev-cpp/simdutf/Manifest +++ b/dev-cpp/simdutf/Manifest @@ -1 +1,2 @@ DIST simdutf-5.2.6.tar.gz 1941333 BLAKE2B d2b8d83cfea722c4a1632da06379d7d37a1a3398399fa4148f65b3faa3ac98c7b27414f36cc824d10c69e097d0684bccee65fc5ff85ddbca3c214670b2eaa799 SHA512 d7b48d78eb33fde071fb8265256d5797ade7435503141457f40d1131f2dcc93e9c6ed1a5b43c6a0e712424765c60c161b87005c0efc828a77d43bf1cc30e6865 +DIST simdutf-5.2.8.tar.gz 1941240 BLAKE2B ce31343f83b96f4a5010e2373f2433db7d836d97ce81acc9d1babf5e47e2018f8789c3f810475e4c8181a470fafbe35b434c45d6de7a14e661b665f9e1514d14 SHA512 cd967640ce7a587ba7d0fbf1311bbced04beab341c03875f541179619e561773dffc8feb4b4e685ef549e7ae915b2bbd67f8b0100fd354d77ff0e068b896593f diff --git a/dev-cpp/simdutf/simdutf-5.2.8.ebuild b/dev-cpp/simdutf/simdutf-5.2.8.ebuild new file mode 100644 index 0000000000..3875eae9bb --- /dev/null +++ b/dev-cpp/simdutf/simdutf-5.2.8.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..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 +}