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 6C96715815E for ; Wed, 7 Feb 2024 12:48:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EDDAC2BC023; Wed, 7 Feb 2024 12:48:35 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BFA892BC023 for ; Wed, 7 Feb 2024 12:48:35 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CB766343108 for ; Wed, 7 Feb 2024 12:48:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E116114C8 for ; Wed, 7 Feb 2024 12:48:32 +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: <1707310095.d6d199ad069573f4f5c4a6af97f7f3d5140e936c.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/metadata.xml dev-cpp/simdutf/simdutf-4.0.9.ebuild X-VCS-Directories: dev-cpp/simdutf/ X-VCS-Committer: stffn.mobil X-VCS-Committer-Name: Steffen Winter X-VCS-Revision: d6d199ad069573f4f5c4a6af97f7f3d5140e936c X-VCS-Branch: dev Date: Wed, 7 Feb 2024 12:48:32 +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: 6733a98d-535a-4274-91eb-d9dcea5583a8 X-Archives-Hash: e7691a11bda37987930f193ca9af3c2a commit: d6d199ad069573f4f5c4a6af97f7f3d5140e936c Author: Steffen Winter proton me> AuthorDate: Wed Feb 7 12:37:27 2024 +0000 Commit: Steffen Winter freenet de> CommitDate: Wed Feb 7 12:48:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d6d199ad dev-cpp/simdutf: new package, add 4.0.9 Signed-off-by: Steffen Winter proton.me> dev-cpp/simdutf/Manifest | 1 + dev-cpp/simdutf/metadata.xml | 11 +++++++++++ dev-cpp/simdutf/simdutf-4.0.9.ebuild | 26 ++++++++++++++++++++++++++ 3 files changed, 38 insertions(+) diff --git a/dev-cpp/simdutf/Manifest b/dev-cpp/simdutf/Manifest new file mode 100644 index 0000000000..507118cadf --- /dev/null +++ b/dev-cpp/simdutf/Manifest @@ -0,0 +1 @@ +DIST simdutf-4.0.9.tar.gz 1868141 BLAKE2B 4c326a3c79c38058761e7c8fa39bad2c540a231c52b98cbba9f8e8aa1c691cba86d6d826c8196627ec504088b525c6dce65ae3643b3c4679e170568bc3cfc358 SHA512 39ffc41d8d6889603b72bbcdcb5bce6b0a98cd41299568cf9bd34f5cbc0d5950f96907eae21c0975b10d701c49d80bb839911672909c802e7f6d3b616fe6279c diff --git a/dev-cpp/simdutf/metadata.xml b/dev-cpp/simdutf/metadata.xml new file mode 100644 index 0000000000..660df2035d --- /dev/null +++ b/dev-cpp/simdutf/metadata.xml @@ -0,0 +1,11 @@ + + + + + stffn.mobil@freenet.de + Steffen Winter + + + simdutf/simdutf + + diff --git a/dev-cpp/simdutf/simdutf-4.0.9.ebuild b/dev-cpp/simdutf/simdutf-4.0.9.ebuild new file mode 100644 index 0000000000..3875eae9bb --- /dev/null +++ b/dev-cpp/simdutf/simdutf-4.0.9.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 +}