public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/simdutf/
@ 2024-03-22 13:38 David Roman
  0 siblings, 0 replies; 16+ messages in thread
From: David Roman @ 2024-03-22 13:38 UTC (permalink / raw
  To: gentoo-commits

commit:     da3ca0d091245b6e4e025529d2e0e89fb5e9abbe
Author:     Steffen Winter <steffen.winter <AT> proton <DOT> me>
AuthorDate: Fri Mar 22 12:45:11 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Fri Mar 22 12:45:11 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=da3ca0d0

dev-cpp/simdutf: add 5.0.0

Signed-off-by: Steffen Winter <steffen.winter <AT> proton.me>

 dev-cpp/simdutf/Manifest             |  1 +
 dev-cpp/simdutf/simdutf-5.0.0.ebuild | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/dev-cpp/simdutf/Manifest b/dev-cpp/simdutf/Manifest
index 507118cadf..59a32d3fb6 100644
--- a/dev-cpp/simdutf/Manifest
+++ b/dev-cpp/simdutf/Manifest
@@ -1 +1,2 @@
 DIST simdutf-4.0.9.tar.gz 1868141 BLAKE2B 4c326a3c79c38058761e7c8fa39bad2c540a231c52b98cbba9f8e8aa1c691cba86d6d826c8196627ec504088b525c6dce65ae3643b3c4679e170568bc3cfc358 SHA512 39ffc41d8d6889603b72bbcdcb5bce6b0a98cd41299568cf9bd34f5cbc0d5950f96907eae21c0975b10d701c49d80bb839911672909c802e7f6d3b616fe6279c
+DIST simdutf-5.0.0.tar.gz 1923633 BLAKE2B 05ca8b22ca8ed362dc47267b708d7c45d2ad6fbb258808c260ad4e857bce5bbd8a6f176d55da5acd0d8b3fa18f14fee887e087afa94927d1d5a7e9c56567063a SHA512 809ed80e963068191c6fb687f820c9c8e0b638f98d348f65bcf211c4bca1abd3a063adae15cfd7f807a977181f2c0428d61b9183307f5a3ce2ea21e31e6a06d2

diff --git a/dev-cpp/simdutf/simdutf-5.0.0.ebuild b/dev-cpp/simdutf/simdutf-5.0.0.ebuild
new file mode 100644
index 0000000000..3875eae9bb
--- /dev/null
+++ b/dev-cpp/simdutf/simdutf-5.0.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..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
+}


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/simdutf/
@ 2024-04-04 10:09 Florian Schmaus
  0 siblings, 0 replies; 16+ messages in thread
From: Florian Schmaus @ 2024-04-04 10:09 UTC (permalink / raw
  To: gentoo-commits

commit:     d6cd47df7ba1894344a80103d89a6430f9669201
Author:     Steffen Winter <steffen.winter <AT> proton <DOT> me>
AuthorDate: Wed Apr  3 21:26:02 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Apr  3 21:26:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d6cd47df

dev-cpp/simdutf: add 5.2.2, drop 5.0.0

Signed-off-by: Steffen Winter <steffen.winter <AT> proton.me>

 dev-cpp/simdutf/Manifest                                       | 2 +-
 dev-cpp/simdutf/{simdutf-5.0.0.ebuild => simdutf-5.2.2.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/simdutf/Manifest b/dev-cpp/simdutf/Manifest
index 59a32d3fb6..756b95a15c 100644
--- a/dev-cpp/simdutf/Manifest
+++ b/dev-cpp/simdutf/Manifest
@@ -1,2 +1,2 @@
 DIST simdutf-4.0.9.tar.gz 1868141 BLAKE2B 4c326a3c79c38058761e7c8fa39bad2c540a231c52b98cbba9f8e8aa1c691cba86d6d826c8196627ec504088b525c6dce65ae3643b3c4679e170568bc3cfc358 SHA512 39ffc41d8d6889603b72bbcdcb5bce6b0a98cd41299568cf9bd34f5cbc0d5950f96907eae21c0975b10d701c49d80bb839911672909c802e7f6d3b616fe6279c
-DIST simdutf-5.0.0.tar.gz 1923633 BLAKE2B 05ca8b22ca8ed362dc47267b708d7c45d2ad6fbb258808c260ad4e857bce5bbd8a6f176d55da5acd0d8b3fa18f14fee887e087afa94927d1d5a7e9c56567063a SHA512 809ed80e963068191c6fb687f820c9c8e0b638f98d348f65bcf211c4bca1abd3a063adae15cfd7f807a977181f2c0428d61b9183307f5a3ce2ea21e31e6a06d2
+DIST simdutf-5.2.2.tar.gz 1939211 BLAKE2B bd49d8a9455ba2ed7b8c51748897c4988e60f386de18cfbcc5aa2dfca2595bf58a8dea7c926c9f4c5b0538b8e6acc4affc73d9054a2b34fda9460b8aca9330fc SHA512 56c19e52eb8dd3736e984cdc49a92909ffa3240b115c0ea0c3cfd29eca79a2bec1f8489ac030c27cd1f8446bbed27daf3e83e214a0871f4e78d85d1f8ebb964f

diff --git a/dev-cpp/simdutf/simdutf-5.0.0.ebuild b/dev-cpp/simdutf/simdutf-5.2.2.ebuild
similarity index 100%
rename from dev-cpp/simdutf/simdutf-5.0.0.ebuild
rename to dev-cpp/simdutf/simdutf-5.2.2.ebuild


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/simdutf/
@ 2024-04-04 10:09 Florian Schmaus
  0 siblings, 0 replies; 16+ messages in thread
From: Florian Schmaus @ 2024-04-04 10:09 UTC (permalink / raw
  To: gentoo-commits

commit:     f60c08df65f8d6b05149749f21d811202f2f4bcf
Author:     Steffen Winter <steffen.winter <AT> proton <DOT> me>
AuthorDate: Wed Apr  3 21:35:08 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> 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 <steffen.winter <AT> 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
-}


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/simdutf/
@ 2024-04-11 21:19 Julien Roy
  0 siblings, 0 replies; 16+ messages in thread
From: Julien Roy @ 2024-04-11 21:19 UTC (permalink / raw
  To: gentoo-commits

commit:     27d880e3924dd785d0c000cffc668523abeccaf3
Author:     Steffen Winter <steffen.winter <AT> proton <DOT> me>
AuthorDate: Thu Apr 11 16:48:48 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Thu Apr 11 16:48:48 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=27d880e3

dev-cpp/simdutf: add 5.2.4, drop 5.2.2

Signed-off-by: Steffen Winter <steffen.winter <AT> proton.me>

 dev-cpp/simdutf/Manifest                                       | 2 +-
 dev-cpp/simdutf/{simdutf-5.2.2.ebuild => simdutf-5.2.4.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/simdutf/Manifest b/dev-cpp/simdutf/Manifest
index 159695ae60..321c6a1444 100644
--- a/dev-cpp/simdutf/Manifest
+++ b/dev-cpp/simdutf/Manifest
@@ -1 +1 @@
-DIST simdutf-5.2.2.tar.gz 1939211 BLAKE2B bd49d8a9455ba2ed7b8c51748897c4988e60f386de18cfbcc5aa2dfca2595bf58a8dea7c926c9f4c5b0538b8e6acc4affc73d9054a2b34fda9460b8aca9330fc SHA512 56c19e52eb8dd3736e984cdc49a92909ffa3240b115c0ea0c3cfd29eca79a2bec1f8489ac030c27cd1f8446bbed27daf3e83e214a0871f4e78d85d1f8ebb964f
+DIST simdutf-5.2.4.tar.gz 1941112 BLAKE2B 2e2dd2cb0d3703dbbf5b9a8a6104b07ba6052cfe82e5570ead5ade896db0afe50b0b4c8fc4373274ec610264410ef382fa0eac35090de9ceaf30f9953afc70ad SHA512 45ff2f8909fc19538766ddac1f9a444c1a7690c9cb6084807064ac2728d67623eeae2cc656687e37cc92ea9b02350e8f77798e42964981de8011aa4793937b10

diff --git a/dev-cpp/simdutf/simdutf-5.2.2.ebuild b/dev-cpp/simdutf/simdutf-5.2.4.ebuild
similarity index 100%
rename from dev-cpp/simdutf/simdutf-5.2.2.ebuild
rename to dev-cpp/simdutf/simdutf-5.2.4.ebuild


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/simdutf/
@ 2024-04-23 10:26 David Roman
  0 siblings, 0 replies; 16+ messages in thread
From: David Roman @ 2024-04-23 10:26 UTC (permalink / raw
  To: gentoo-commits

commit:     00293a3f96343f59d209470c9505a4b8d566e7b3
Author:     Steffen Winter <steffen.winter <AT> proton <DOT> me>
AuthorDate: Mon Apr 22 23:34:21 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Apr 22 23:34:21 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=00293a3f

dev-cpp/simdutf: add 5.2.5, drop 5.2.4

Signed-off-by: Steffen Winter <steffen.winter <AT> proton.me>

 dev-cpp/simdutf/Manifest                                       | 2 +-
 dev-cpp/simdutf/{simdutf-5.2.4.ebuild => simdutf-5.2.5.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/simdutf/Manifest b/dev-cpp/simdutf/Manifest
index 321c6a1444..136cefe17e 100644
--- a/dev-cpp/simdutf/Manifest
+++ b/dev-cpp/simdutf/Manifest
@@ -1 +1 @@
-DIST simdutf-5.2.4.tar.gz 1941112 BLAKE2B 2e2dd2cb0d3703dbbf5b9a8a6104b07ba6052cfe82e5570ead5ade896db0afe50b0b4c8fc4373274ec610264410ef382fa0eac35090de9ceaf30f9953afc70ad SHA512 45ff2f8909fc19538766ddac1f9a444c1a7690c9cb6084807064ac2728d67623eeae2cc656687e37cc92ea9b02350e8f77798e42964981de8011aa4793937b10
+DIST simdutf-5.2.5.tar.gz 1941018 BLAKE2B 0a3af3dc01f22d6946b7bc44bd7b86ac3f523b99defa2068af1f556dc9e75d2d52900440a60b34cb728bfef9881cfcfe7f3fda89912d50201b06c9d8483fed55 SHA512 c854d7b5959ca173588686657c8774cfe6b27b03e19abcb3f5280f5182672e6094203707fe700934efec44388b3db31ee0a55840cc00de6cc83da6d2fbf958f2

diff --git a/dev-cpp/simdutf/simdutf-5.2.4.ebuild b/dev-cpp/simdutf/simdutf-5.2.5.ebuild
similarity index 100%
rename from dev-cpp/simdutf/simdutf-5.2.4.ebuild
rename to dev-cpp/simdutf/simdutf-5.2.5.ebuild


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/simdutf/
@ 2024-05-08 12:16 David Roman
  0 siblings, 0 replies; 16+ messages in thread
From: David Roman @ 2024-05-08 12:16 UTC (permalink / raw
  To: gentoo-commits

commit:     a86548848766a31ccd19cfe3adfafa8e32d845f9
Author:     Steffen Winter <steffen.winter <AT> proton <DOT> me>
AuthorDate: Wed May  8 07:01:22 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
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 <steffen.winter <AT> 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
+}


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/simdutf/
@ 2024-05-08 12:16 David Roman
  0 siblings, 0 replies; 16+ messages in thread
From: David Roman @ 2024-05-08 12:16 UTC (permalink / raw
  To: gentoo-commits

commit:     039e7ae1987f682163eb32ce26863d498b99633f
Author:     Steffen Winter <steffen.winter <AT> proton <DOT> me>
AuthorDate: Wed May  8 07:01:37 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Wed May  8 07:03:48 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=039e7ae1

dev-cpp/simdutf: drop 5.2.6

Signed-off-by: Steffen Winter <steffen.winter <AT> proton.me>

 dev-cpp/simdutf/Manifest             |  1 -
 dev-cpp/simdutf/simdutf-5.2.6.ebuild | 26 --------------------------
 2 files changed, 27 deletions(-)

diff --git a/dev-cpp/simdutf/Manifest b/dev-cpp/simdutf/Manifest
index 8a6125957c..4bbc798877 100644
--- a/dev-cpp/simdutf/Manifest
+++ b/dev-cpp/simdutf/Manifest
@@ -1,2 +1 @@
-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.6.ebuild b/dev-cpp/simdutf/simdutf-5.2.6.ebuild
deleted file mode 100644
index 3875eae9bb..0000000000
--- a/dev-cpp/simdutf/simdutf-5.2.6.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
-}


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/simdutf/
@ 2024-07-11 16:47 David Roman
  0 siblings, 0 replies; 16+ messages in thread
From: David Roman @ 2024-07-11 16:47 UTC (permalink / raw
  To: gentoo-commits

commit:     1af2702f14a86a9a5f74bea63b23612f95472ba2
Author:     Steffen Winter <steffen.winter <AT> proton <DOT> me>
AuthorDate: Thu Jul 11 11:47:59 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Jul 11 11:47:59 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1af2702f

dev-cpp/simdutf: add 5.3.0

Signed-off-by: Steffen Winter <steffen.winter <AT> proton.me>

 dev-cpp/simdutf/Manifest             |  1 +
 dev-cpp/simdutf/simdutf-5.3.0.ebuild | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/dev-cpp/simdutf/Manifest b/dev-cpp/simdutf/Manifest
index 4bbc79887..71c3e7c45 100644
--- a/dev-cpp/simdutf/Manifest
+++ b/dev-cpp/simdutf/Manifest
@@ -1 +1,2 @@
 DIST simdutf-5.2.8.tar.gz 1941240 BLAKE2B ce31343f83b96f4a5010e2373f2433db7d836d97ce81acc9d1babf5e47e2018f8789c3f810475e4c8181a470fafbe35b434c45d6de7a14e661b665f9e1514d14 SHA512 cd967640ce7a587ba7d0fbf1311bbced04beab341c03875f541179619e561773dffc8feb4b4e685ef549e7ae915b2bbd67f8b0100fd354d77ff0e068b896593f
+DIST simdutf-5.3.0.tar.gz 1945148 BLAKE2B ed542d2d82cbadd364e53ab53be42ef6bda66e9ad96aa379acc7995c825b53bf710ed3b8c2da41624ae16b75ac802c142ab4588add85fbd0df1e86194c91d9a7 SHA512 b4d1d50fcdb801a6c9b98869a3511ebc95bccb5b8ab08c60d8f9b27bd132b15b66c8a344d97327035c2800bab74a7889253d6e496d3d36b8f6cdab8d10ad58c6

diff --git a/dev-cpp/simdutf/simdutf-5.3.0.ebuild b/dev-cpp/simdutf/simdutf-5.3.0.ebuild
new file mode 100644
index 000000000..3875eae9b
--- /dev/null
+++ b/dev-cpp/simdutf/simdutf-5.3.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..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
+}


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/simdutf/
@ 2024-07-11 16:47 David Roman
  0 siblings, 0 replies; 16+ messages in thread
From: David Roman @ 2024-07-11 16:47 UTC (permalink / raw
  To: gentoo-commits

commit:     3c4e14ddddcdcae914f0d55655df02f8dc0d7975
Author:     Steffen Winter <steffen.winter <AT> proton <DOT> me>
AuthorDate: Thu Jul 11 12:00:54 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Jul 11 12:00:54 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3c4e14dd

dev-cpp/simdutf: drop 5.2.8

Signed-off-by: Steffen Winter <steffen.winter <AT> proton.me>

 dev-cpp/simdutf/Manifest             |  1 -
 dev-cpp/simdutf/simdutf-5.2.8.ebuild | 26 --------------------------
 2 files changed, 27 deletions(-)

diff --git a/dev-cpp/simdutf/Manifest b/dev-cpp/simdutf/Manifest
index 71c3e7c45..a205c1b26 100644
--- a/dev-cpp/simdutf/Manifest
+++ b/dev-cpp/simdutf/Manifest
@@ -1,2 +1 @@
-DIST simdutf-5.2.8.tar.gz 1941240 BLAKE2B ce31343f83b96f4a5010e2373f2433db7d836d97ce81acc9d1babf5e47e2018f8789c3f810475e4c8181a470fafbe35b434c45d6de7a14e661b665f9e1514d14 SHA512 cd967640ce7a587ba7d0fbf1311bbced04beab341c03875f541179619e561773dffc8feb4b4e685ef549e7ae915b2bbd67f8b0100fd354d77ff0e068b896593f
 DIST simdutf-5.3.0.tar.gz 1945148 BLAKE2B ed542d2d82cbadd364e53ab53be42ef6bda66e9ad96aa379acc7995c825b53bf710ed3b8c2da41624ae16b75ac802c142ab4588add85fbd0df1e86194c91d9a7 SHA512 b4d1d50fcdb801a6c9b98869a3511ebc95bccb5b8ab08c60d8f9b27bd132b15b66c8a344d97327035c2800bab74a7889253d6e496d3d36b8f6cdab8d10ad58c6

diff --git a/dev-cpp/simdutf/simdutf-5.2.8.ebuild b/dev-cpp/simdutf/simdutf-5.2.8.ebuild
deleted file mode 100644
index 3875eae9b..000000000
--- a/dev-cpp/simdutf/simdutf-5.2.8.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
-}


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/simdutf/
@ 2024-07-11 16:47 David Roman
  0 siblings, 0 replies; 16+ messages in thread
From: David Roman @ 2024-07-11 16:47 UTC (permalink / raw
  To: gentoo-commits

commit:     f88e0330a9f9d0a30b6ccafd3c0e1e1906715b38
Author:     Steffen Winter <steffen.winter <AT> proton <DOT> me>
AuthorDate: Thu Jul 11 11:59:28 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Jul 11 11:59:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f88e0330

dev-cpp/simdutf: enable py3.13

Signed-off-by: Steffen Winter <steffen.winter <AT> proton.me>

 dev-cpp/simdutf/{simdutf-5.3.0.ebuild => simdutf-5.3.0-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/simdutf/simdutf-5.3.0.ebuild b/dev-cpp/simdutf/simdutf-5.3.0-r1.ebuild
similarity index 94%
rename from dev-cpp/simdutf/simdutf-5.3.0.ebuild
rename to dev-cpp/simdutf/simdutf-5.3.0-r1.ebuild
index 3875eae9b..629fb4557 100644
--- a/dev-cpp/simdutf/simdutf-5.3.0.ebuild
+++ b/dev-cpp/simdutf/simdutf-5.3.0-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 inherit cmake python-any-r1
 


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/simdutf/
@ 2024-08-01 10:12 Lucio Sauer
  0 siblings, 0 replies; 16+ messages in thread
From: Lucio Sauer @ 2024-08-01 10:12 UTC (permalink / raw
  To: gentoo-commits

commit:     426ff9b0eccc0985c1be78799ac6cca50f3e8b79
Author:     Steffen Winter <steffen.winter <AT> proton <DOT> me>
AuthorDate: Thu Aug  1 07:21:55 2024 +0000
Commit:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Thu Aug  1 07:21:55 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=426ff9b0

dev-cpp/simdutf: Bump to 5.3.1

Signed-off-by: Steffen Winter <steffen.winter <AT> proton.me>

 dev-cpp/simdutf/Manifest             |  1 +
 dev-cpp/simdutf/simdutf-5.3.1.ebuild | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/dev-cpp/simdutf/Manifest b/dev-cpp/simdutf/Manifest
index a205c1b26..0c5852409 100644
--- a/dev-cpp/simdutf/Manifest
+++ b/dev-cpp/simdutf/Manifest
@@ -1 +1,2 @@
 DIST simdutf-5.3.0.tar.gz 1945148 BLAKE2B ed542d2d82cbadd364e53ab53be42ef6bda66e9ad96aa379acc7995c825b53bf710ed3b8c2da41624ae16b75ac802c142ab4588add85fbd0df1e86194c91d9a7 SHA512 b4d1d50fcdb801a6c9b98869a3511ebc95bccb5b8ab08c60d8f9b27bd132b15b66c8a344d97327035c2800bab74a7889253d6e496d3d36b8f6cdab8d10ad58c6
+DIST simdutf-5.3.1.tar.gz 1945706 BLAKE2B df71b5c93e40f09a111e2ba0c895f957c782a464d7f627168abe01f0df341fe8c295b99d6bfd438afb05e79f694f4ae89f6945eeadd37854ddaf2664849aa5f4 SHA512 fed58a74bff878668cff9612143153512a029b225b06a335395117bd606e45878e0839a7fe4f7d8f3d7d98f3652b6548ab65cbe2baf2cf2df0d6899ace01f8e5

diff --git a/dev-cpp/simdutf/simdutf-5.3.1.ebuild b/dev-cpp/simdutf/simdutf-5.3.1.ebuild
new file mode 100644
index 000000000..629fb4557
--- /dev/null
+++ b/dev-cpp/simdutf/simdutf-5.3.1.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
+}


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/simdutf/
@ 2024-08-01 10:12 Lucio Sauer
  0 siblings, 0 replies; 16+ messages in thread
From: Lucio Sauer @ 2024-08-01 10:12 UTC (permalink / raw
  To: gentoo-commits

commit:     acdd5c3e4f7acbe984c5994623c81c3732c85a32
Author:     Steffen Winter <steffen.winter <AT> proton <DOT> me>
AuthorDate: Thu Aug  1 07:22:24 2024 +0000
Commit:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Thu Aug  1 07:22:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=acdd5c3e

dev-cpp/simdutf: drop 5.3.0-r1

Signed-off-by: Steffen Winter <steffen.winter <AT> proton.me>

 dev-cpp/simdutf/Manifest                |  1 -
 dev-cpp/simdutf/simdutf-5.3.0-r1.ebuild | 26 --------------------------
 2 files changed, 27 deletions(-)

diff --git a/dev-cpp/simdutf/Manifest b/dev-cpp/simdutf/Manifest
index 0c5852409..896a6b65d 100644
--- a/dev-cpp/simdutf/Manifest
+++ b/dev-cpp/simdutf/Manifest
@@ -1,2 +1 @@
-DIST simdutf-5.3.0.tar.gz 1945148 BLAKE2B ed542d2d82cbadd364e53ab53be42ef6bda66e9ad96aa379acc7995c825b53bf710ed3b8c2da41624ae16b75ac802c142ab4588add85fbd0df1e86194c91d9a7 SHA512 b4d1d50fcdb801a6c9b98869a3511ebc95bccb5b8ab08c60d8f9b27bd132b15b66c8a344d97327035c2800bab74a7889253d6e496d3d36b8f6cdab8d10ad58c6
 DIST simdutf-5.3.1.tar.gz 1945706 BLAKE2B df71b5c93e40f09a111e2ba0c895f957c782a464d7f627168abe01f0df341fe8c295b99d6bfd438afb05e79f694f4ae89f6945eeadd37854ddaf2664849aa5f4 SHA512 fed58a74bff878668cff9612143153512a029b225b06a335395117bd606e45878e0839a7fe4f7d8f3d7d98f3652b6548ab65cbe2baf2cf2df0d6899ace01f8e5

diff --git a/dev-cpp/simdutf/simdutf-5.3.0-r1.ebuild b/dev-cpp/simdutf/simdutf-5.3.0-r1.ebuild
deleted file mode 100644
index 629fb4557..000000000
--- a/dev-cpp/simdutf/simdutf-5.3.0-r1.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..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
-}


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/simdutf/
@ 2024-08-24 20:56 David Roman
  0 siblings, 0 replies; 16+ messages in thread
From: David Roman @ 2024-08-24 20:56 UTC (permalink / raw
  To: gentoo-commits

commit:     b8b5ea41c711100ccc6fe35553c6bf6ba5ad2a45
Author:     Steffen Winter <steffen.winter <AT> proton <DOT> me>
AuthorDate: Fri Aug 23 17:29:51 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Fri Aug 23 17:29:51 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b8b5ea41

dev-cpp/simdutf: add 5.4.14

Signed-off-by: Steffen Winter <steffen.winter <AT> proton.me>

 dev-cpp/simdutf/Manifest              |  1 +
 dev-cpp/simdutf/simdutf-5.4.14.ebuild | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/dev-cpp/simdutf/Manifest b/dev-cpp/simdutf/Manifest
index 896a6b65d..7f08e6ed0 100644
--- a/dev-cpp/simdutf/Manifest
+++ b/dev-cpp/simdutf/Manifest
@@ -1 +1,2 @@
 DIST simdutf-5.3.1.tar.gz 1945706 BLAKE2B df71b5c93e40f09a111e2ba0c895f957c782a464d7f627168abe01f0df341fe8c295b99d6bfd438afb05e79f694f4ae89f6945eeadd37854ddaf2664849aa5f4 SHA512 fed58a74bff878668cff9612143153512a029b225b06a335395117bd606e45878e0839a7fe4f7d8f3d7d98f3652b6548ab65cbe2baf2cf2df0d6899ace01f8e5
+DIST simdutf-5.4.14.tar.gz 1983854 BLAKE2B 478ca647657574f4528f8e61611b44f9a6c76e806d58e07a9eed31b367331643479c0464cfe9cf6e10dceaa3aab8210a7a7286477a7f3f58ddd5a1fb49263321 SHA512 18078e876b15d464b6fe30fca3796a9ac751e7823a7b384dcb6c54dac4622984529d22c30cad7dc9a8ebbb53cff8dda2e46963d532a96b258b75e63d8c8aea0a

diff --git a/dev-cpp/simdutf/simdutf-5.4.14.ebuild b/dev-cpp/simdutf/simdutf-5.4.14.ebuild
new file mode 100644
index 000000000..629fb4557
--- /dev/null
+++ b/dev-cpp/simdutf/simdutf-5.4.14.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
+}


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/simdutf/
@ 2024-08-24 20:56 David Roman
  0 siblings, 0 replies; 16+ messages in thread
From: David Roman @ 2024-08-24 20:56 UTC (permalink / raw
  To: gentoo-commits

commit:     c73555d635c1f7713dc276dc4862274df3525f6d
Author:     Steffen Winter <steffen.winter <AT> proton <DOT> me>
AuthorDate: Fri Aug 23 17:30:02 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Fri Aug 23 17:30:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c73555d6

dev-cpp/simdutf: drop 5.3.1

Signed-off-by: Steffen Winter <steffen.winter <AT> proton.me>

 dev-cpp/simdutf/Manifest             |  1 -
 dev-cpp/simdutf/simdutf-5.3.1.ebuild | 26 --------------------------
 2 files changed, 27 deletions(-)

diff --git a/dev-cpp/simdutf/Manifest b/dev-cpp/simdutf/Manifest
index 7f08e6ed0..baba8807d 100644
--- a/dev-cpp/simdutf/Manifest
+++ b/dev-cpp/simdutf/Manifest
@@ -1,2 +1 @@
-DIST simdutf-5.3.1.tar.gz 1945706 BLAKE2B df71b5c93e40f09a111e2ba0c895f957c782a464d7f627168abe01f0df341fe8c295b99d6bfd438afb05e79f694f4ae89f6945eeadd37854ddaf2664849aa5f4 SHA512 fed58a74bff878668cff9612143153512a029b225b06a335395117bd606e45878e0839a7fe4f7d8f3d7d98f3652b6548ab65cbe2baf2cf2df0d6899ace01f8e5
 DIST simdutf-5.4.14.tar.gz 1983854 BLAKE2B 478ca647657574f4528f8e61611b44f9a6c76e806d58e07a9eed31b367331643479c0464cfe9cf6e10dceaa3aab8210a7a7286477a7f3f58ddd5a1fb49263321 SHA512 18078e876b15d464b6fe30fca3796a9ac751e7823a7b384dcb6c54dac4622984529d22c30cad7dc9a8ebbb53cff8dda2e46963d532a96b258b75e63d8c8aea0a

diff --git a/dev-cpp/simdutf/simdutf-5.3.1.ebuild b/dev-cpp/simdutf/simdutf-5.3.1.ebuild
deleted file mode 100644
index 629fb4557..000000000
--- a/dev-cpp/simdutf/simdutf-5.3.1.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..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
-}


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/simdutf/
@ 2024-09-07 13:38 David Roman
  0 siblings, 0 replies; 16+ messages in thread
From: David Roman @ 2024-09-07 13:38 UTC (permalink / raw
  To: gentoo-commits

commit:     9ebf9d4cf28e53f58559fb1e01622b2820002509
Author:     Steffen Winter <steffen.winter <AT> proton <DOT> me>
AuthorDate: Sat Sep  7 09:19:49 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> 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 <steffen.winter <AT> 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
+}


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/simdutf/
@ 2024-09-07 13:38 David Roman
  0 siblings, 0 replies; 16+ messages in thread
From: David Roman @ 2024-09-07 13:38 UTC (permalink / raw
  To: gentoo-commits

commit:     8436b775fd8c0f34824f77099703bc0ae5253d8b
Author:     Steffen Winter <steffen.winter <AT> proton <DOT> me>
AuthorDate: Sat Sep  7 09:20:05 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Sep  7 11:28:12 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8436b775

dev-cpp/simdutf: drop 5.4.14

Signed-off-by: Steffen Winter <steffen.winter <AT> proton.me>

 dev-cpp/simdutf/Manifest              |  1 -
 dev-cpp/simdutf/simdutf-5.4.14.ebuild | 26 --------------------------
 2 files changed, 27 deletions(-)

diff --git a/dev-cpp/simdutf/Manifest b/dev-cpp/simdutf/Manifest
index 01b619cf2..742ba058d 100644
--- a/dev-cpp/simdutf/Manifest
+++ b/dev-cpp/simdutf/Manifest
@@ -1,2 +1 @@
-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.4.14.ebuild b/dev-cpp/simdutf/simdutf-5.4.14.ebuild
deleted file mode 100644
index 629fb4557..000000000
--- a/dev-cpp/simdutf/simdutf-5.4.14.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..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
-}


^ permalink raw reply related	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2024-09-07 13:38 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-24 20:56 [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/simdutf/ David Roman
  -- strict thread matches above, loose matches on Subject: below --
2024-09-07 13:38 David Roman
2024-09-07 13:38 David Roman
2024-08-24 20:56 David Roman
2024-08-01 10:12 Lucio Sauer
2024-08-01 10:12 Lucio Sauer
2024-07-11 16:47 David Roman
2024-07-11 16:47 David Roman
2024-07-11 16:47 David Roman
2024-05-08 12:16 David Roman
2024-05-08 12:16 David Roman
2024-04-23 10:26 David Roman
2024-04-11 21:19 Julien Roy
2024-04-04 10:09 Florian Schmaus
2024-04-04 10:09 Florian Schmaus
2024-03-22 13:38 David Roman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox