* [gentoo-commits] repo/gentoo:master commit in: dev-ml/bigstringaf/
@ 2025-04-22 16:59 Alfredo Tupone
0 siblings, 0 replies; 6+ messages in thread
From: Alfredo Tupone @ 2025-04-22 16:59 UTC (permalink / raw
To: gentoo-commits
commit: 6a6d3af2fa3f45c6d275cf77244fdef175d670da
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 22 07:28:22 2025 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Apr 22 16:58:46 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a6d3af2
dev-ml/bigstringaf: new package, add 0.10.0
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/bigstringaf/Manifest | 1 +
dev-ml/bigstringaf/bigstringaf-0.10.0.ebuild | 21 +++++++++++++++++++++
dev-ml/bigstringaf/metadata.xml | 11 +++++++++++
3 files changed, 33 insertions(+)
diff --git a/dev-ml/bigstringaf/Manifest b/dev-ml/bigstringaf/Manifest
new file mode 100644
index 000000000000..436d090ee9e4
--- /dev/null
+++ b/dev-ml/bigstringaf/Manifest
@@ -0,0 +1 @@
+DIST bigstringaf-0.10.0.tar.gz 12175 BLAKE2B 15c6ea44b824afee2ba33178ecd34af5bb6e01506960dab4a87a95bdc877f2c9c0e5cbb25c5fbd86bb1539dff3eb4c2b6a3bb2e9c5197e9371164e61b5eba6a9 SHA512 b51c756925d7016ffd7eac49e69393a1897391ca2685a8c30c7b6e3917b4d66c9400b49e8986d0f03329197b95ad52e096ff83dea5e03571cb5bc3d9a5170602
diff --git a/dev-ml/bigstringaf/bigstringaf-0.10.0.ebuild b/dev-ml/bigstringaf/bigstringaf-0.10.0.ebuild
new file mode 100644
index 000000000000..7a882e2f5e67
--- /dev/null
+++ b/dev-ml/bigstringaf/bigstringaf-0.10.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit dune
+
+DESCRIPTION="Bigstring intrinsics and fast blits based on memcpy/memmove"
+HOMEPAGE="https://github.com/inhabitedtype/bigstringaf"
+SRC_URI="https://github.com/inhabitedtype/${PN}/archive/${PV}.tar.gz
+ -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+ocamlopt test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+ dev-ml/dune-configurator
+ test? ( dev-ml/alcotest )
+"
diff --git a/dev-ml/bigstringaf/metadata.xml b/dev-ml/bigstringaf/metadata.xml
new file mode 100644
index 000000000000..c5cd6d3f4b15
--- /dev/null
+++ b/dev-ml/bigstringaf/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="project">
+ <email>ml@gentoo.org</email>
+ <name>ML</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">inhabitedtype/bigstringaf</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/bigstringaf/
@ 2025-04-22 19:14 Alfredo Tupone
0 siblings, 0 replies; 6+ messages in thread
From: Alfredo Tupone @ 2025-04-22 19:14 UTC (permalink / raw
To: gentoo-commits
commit: 34a94fd707a7f21fc1b1e6b1fd042fddb36d1b97
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 22 19:05:58 2025 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Apr 22 19:14:21 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34a94fd7
dev-ml/bigstringaf: keyword 0.10.0 for ~arm64
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/bigstringaf/bigstringaf-0.10.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/bigstringaf/bigstringaf-0.10.0.ebuild b/dev-ml/bigstringaf/bigstringaf-0.10.0.ebuild
index 7a882e2f5e67..306bf5803818 100644
--- a/dev-ml/bigstringaf/bigstringaf-0.10.0.ebuild
+++ b/dev-ml/bigstringaf/bigstringaf-0.10.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/inhabitedtype/${PN}/archive/${PV}.tar.gz
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/bigstringaf/
@ 2025-04-22 20:23 Alfredo Tupone
0 siblings, 0 replies; 6+ messages in thread
From: Alfredo Tupone @ 2025-04-22 20:23 UTC (permalink / raw
To: gentoo-commits
commit: 342aeea8bd668fed1e8db646fd29aa5e4b039147
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 22 20:19:06 2025 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Apr 22 20:22:35 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=342aeea8
dev-ml/bigstringaf: keyword 0.10.0 for ~x86
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/bigstringaf/bigstringaf-0.10.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/bigstringaf/bigstringaf-0.10.0.ebuild b/dev-ml/bigstringaf/bigstringaf-0.10.0.ebuild
index 306bf5803818..288985f3be78 100644
--- a/dev-ml/bigstringaf/bigstringaf-0.10.0.ebuild
+++ b/dev-ml/bigstringaf/bigstringaf-0.10.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/inhabitedtype/${PN}/archive/${PV}.tar.gz
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64 ~arm64 ~x86"
IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/bigstringaf/
@ 2025-06-08 11:12 Sam James
0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2025-06-08 11:12 UTC (permalink / raw
To: gentoo-commits
commit: da37f974ff23753a1314657ced3a4464ef18bf9d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 8 11:11:37 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 8 11:11:37 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da37f974
dev-ml/bigstringaf: Stabilize 0.10.0 arm64, #957586
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/bigstringaf/bigstringaf-0.10.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/bigstringaf/bigstringaf-0.10.0.ebuild b/dev-ml/bigstringaf/bigstringaf-0.10.0.ebuild
index 288985f3be78..b83e8b1a58d1 100644
--- a/dev-ml/bigstringaf/bigstringaf-0.10.0.ebuild
+++ b/dev-ml/bigstringaf/bigstringaf-0.10.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/inhabitedtype/${PN}/archive/${PV}.tar.gz
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 arm64 ~x86"
IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/bigstringaf/
@ 2025-06-14 13:54 Sam James
0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2025-06-14 13:54 UTC (permalink / raw
To: gentoo-commits
commit: 477f0dc535cf7777288facb698a05afba55637e5
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 14 13:49:53 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 14 13:49:53 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=477f0dc5
dev-ml/bigstringaf: Stabilize 0.10.0 x86, #957586
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/bigstringaf/bigstringaf-0.10.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/bigstringaf/bigstringaf-0.10.0.ebuild b/dev-ml/bigstringaf/bigstringaf-0.10.0.ebuild
index b83e8b1a58d1..0f69a00c1ba2 100644
--- a/dev-ml/bigstringaf/bigstringaf-0.10.0.ebuild
+++ b/dev-ml/bigstringaf/bigstringaf-0.10.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/inhabitedtype/${PN}/archive/${PV}.tar.gz
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 arm64 ~x86"
+KEYWORDS="~amd64 arm64 x86"
IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/bigstringaf/
@ 2025-06-14 22:01 Sam James
0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2025-06-14 22:01 UTC (permalink / raw
To: gentoo-commits
commit: 24359f1bc2d5d4237b017cee1fe929a2d690bfcc
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 14 22:01:06 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 14 22:01:06 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24359f1b
dev-ml/bigstringaf: Stabilize 0.10.0 amd64, #957586
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/bigstringaf/bigstringaf-0.10.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/bigstringaf/bigstringaf-0.10.0.ebuild b/dev-ml/bigstringaf/bigstringaf-0.10.0.ebuild
index 0f69a00c1ba2..06e034859094 100644
--- a/dev-ml/bigstringaf/bigstringaf-0.10.0.ebuild
+++ b/dev-ml/bigstringaf/bigstringaf-0.10.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/inhabitedtype/${PN}/archive/${PV}.tar.gz
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 arm64 x86"
+KEYWORDS="amd64 arm64 x86"
IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2025-06-14 22:01 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-14 22:01 [gentoo-commits] repo/gentoo:master commit in: dev-ml/bigstringaf/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2025-06-14 13:54 Sam James
2025-06-08 11:12 Sam James
2025-04-22 20:23 Alfredo Tupone
2025-04-22 19:14 Alfredo Tupone
2025-04-22 16:59 Alfredo Tupone
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox