From: "Steffen Winter" <stffn.mobil@freenet.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/simdutf/
Date: Wed, 7 Feb 2024 12:48:32 +0000 (UTC) [thread overview]
Message-ID: <1707310095.d6d199ad069573f4f5c4a6af97f7f3d5140e936c.stffn.mobil@gentoo> (raw)
commit: d6d199ad069573f4f5c4a6af97f7f3d5140e936c
Author: Steffen Winter <steffen.winter <AT> proton <DOT> me>
AuthorDate: Wed Feb 7 12:37:27 2024 +0000
Commit: Steffen Winter <stffn.mobil <AT> freenet <DOT> 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 <steffen.winter <AT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>stffn.mobil@freenet.de</email>
+ <name>Steffen Winter</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">simdutf/simdutf</remote-id>
+ </upstream>
+</pkgmetadata>
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
+}
next reply other threads:[~2024-02-07 12:48 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-07 12:48 Steffen Winter [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-03-22 12:45 [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/simdutf/ Steffen Winter
2024-04-03 21:32 Steffen Winter
2024-04-03 21:35 Steffen Winter
2024-04-11 16:49 Steffen Winter
2024-04-22 23:34 Steffen Winter
2024-04-24 6:58 Steffen Winter
2024-05-08 7:04 Steffen Winter
2024-05-08 7:04 Steffen Winter
2024-07-11 11:48 Steffen Winter
2024-07-11 12:00 Steffen Winter
2024-07-11 12:01 Steffen Winter
2024-08-01 7:23 Steffen Winter
2024-08-01 7:23 Steffen Winter
2024-08-23 17:30 Steffen Winter
2024-08-23 17:30 Steffen Winter
2024-09-07 11:29 Steffen Winter
2024-09-07 11:29 Steffen Winter
2024-10-15 10:40 Steffen Winter
2024-10-15 10:40 Steffen Winter
2024-12-23 19:52 Steffen Winter
2024-12-23 19:58 Steffen Winter
2024-12-30 13:07 Steffen Winter
2024-12-30 13:15 Steffen Winter
2025-02-28 7:36 Joe Kappus
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1707310095.d6d199ad069573f4f5c4a6af97f7f3d5140e936c.stffn.mobil@gentoo \
--to=stffn.mobil@freenet.de \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox