[gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_string/, profiles/

2024-06-13 Thread Alfredo Tupone
commit: 318222722d975ee067c4d0a2641d28842a618568
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Thu Jun 13 17:17:06 2024 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Thu Jun 13 17:19:59 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31822272

dev-ml/ppx_string: add 0.17.0

Signed-off-by: Alfredo Tupone  gentoo.org>

 dev-ml/ppx_string/Manifest |  1 +
 dev-ml/ppx_string/ppx_string-0.17.0.ebuild | 24 
 profiles/package.mask  |  1 +
 3 files changed, 26 insertions(+)

diff --git a/dev-ml/ppx_string/Manifest b/dev-ml/ppx_string/Manifest
index 0c4a2235c518..16ad5410e935 100644
--- a/dev-ml/ppx_string/Manifest
+++ b/dev-ml/ppx_string/Manifest
@@ -1,3 +1,4 @@
 DIST ppx_string-0.14.1.tar.gz 4807 BLAKE2B 
2ce5cf2d5dd913f05e66c24ea5be2ce4a56c59b7e5faecf003a573274bfaef3834935276e110fba1d0af3a3ef9d6ca730622dc780ab6063945a01aa3d6900a43
 SHA512 
2b570ca3d248f89ee1903e6ea40fbcd9c5c72809ff1f42dc67e9d41f6c297465ae47ffdbeda9f263dddf14c9c460bbbdee01243cef838d0ec49493c3b5644aee
 DIST ppx_string-0.15.0.tar.gz 6071 BLAKE2B 
06e4761732db5aa5ee0214c68ac8ff95a85a38e6d62abaa45cc630d19036b0ed38ec0198a45871068d8bcc4f40176ac072da67e8f339cef3be3d64ace7a22e69
 SHA512 
bb1819017a6c25d581854e8487a0e5535fe282ec421c91e662c310c0d0aa7704be65484b3f2e721b29409e0eb68f72528e60380e036af066b3b1f1f11ea6cd5e
 DIST ppx_string-0.16.0.tar.gz 6105 BLAKE2B 
a23f81846562accd1bed9df7bc491a8b9c94751f8432fc0909106d0dc0160ed848ce5181e67e34273b05a627ef3ada6770c98eafac8d1c790272eaa8d77d9ac5
 SHA512 
b1310551e1548fee5b99e64635139189139791f2ea2da93a4751b04c78a5519c5f3833c515d93a25e9d7aa23945414cbe690e5cd3f34630cdca4819c3d8ec1bc
+DIST ppx_string-0.17.0.tar.gz 7812 BLAKE2B 
9cce35c53a9b51b20d5ff54b693956d3eaa1c18cae501ccd115de01fba17ff09afa3dff8e571c8bd5148bf2f4cb6c621c575eca09b4a2f879edd49a6b93df952
 SHA512 
29b6412584af1ca33fb601d4ce9bdaee1d766725e76064acc9334468b07a754b6716700f3abb27d5d3e9de361667e6b6b76cfbd3c94fe74f0b32e22f93e8b263

diff --git a/dev-ml/ppx_string/ppx_string-0.17.0.ebuild 
b/dev-ml/ppx_string/ppx_string-0.17.0.ebuild
new file mode 100644
index ..29e1575d153f
--- /dev/null
+++ b/dev-ml/ppx_string/ppx_string-0.17.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="Ppx extension for string interpolation"
+HOMEPAGE="https://github.com/janestreet/ppx_string;
+SRC_URI="https://github.com/janestreet/ppx_string/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64"
+IUSE="+ocamlopt"
+
+RDEPEND="
+   >=dev-lang/ocaml-5
+   dev-ml/base:${SLOT}[ocamlopt?]
+   dev-ml/ppx_base:${SLOT}[ocamlopt?]
+   >=dev-ml/ppxlib-0.32.1:=[ocamlopt?]
+"
+DEPEND="${RDEPEND}"
+BDEPEND=">=dev-ml/dune-3.11"

diff --git a/profiles/package.mask b/profiles/package.mask
index d9076e470623..e4c5fd29ecf0 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -205,6 +205,7 @@ dev-ml/ppx_bench:0/0.17
 dev-ml/splittable_random:0/0.17
 dev-ml/base_quickcheck:0/0.17
 dev-ml/ppx_stable:0/0.17
+dev-ml/ppx_string:0/0.17
 
 # Arthur Zamarin  (2024-06-08)
 # EAPI=6, waiting for a version bump, not maintained for many years.



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_string/

2024-06-11 Thread Arthur Zamarin
commit: bb0acca5f59e306adde622eb97b74dadd0cb833c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Jun 12 05:37:43 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Jun 12 05:37:43 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb0acca5

dev-ml/ppx_string: Stabilize 0.16.0 ppc64, #933369

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-ml/ppx_string/ppx_string-0.16.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ppx_string/ppx_string-0.16.0.ebuild 
b/dev-ml/ppx_string/ppx_string-0.16.0.ebuild
index 672443b37d2b..7c8c57626a04 100644
--- a/dev-ml/ppx_string/ppx_string-0.16.0.ebuild
+++ b/dev-ml/ppx_string/ppx_string-0.16.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/ppx_string/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="Apache-2.0"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
 IUSE="+ocamlopt"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_string/

2024-06-02 Thread Arthur Zamarin
commit: f115e5397da1152d2e6f62413c28e540650e4a96
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jun  2 19:44:19 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jun  2 19:44:19 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f115e539

dev-ml/ppx_string: Stabilize 0.16.0 arm64, #933369

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-ml/ppx_string/ppx_string-0.16.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ppx_string/ppx_string-0.16.0.ebuild 
b/dev-ml/ppx_string/ppx_string-0.16.0.ebuild
index f29b7bb0f898..672443b37d2b 100644
--- a/dev-ml/ppx_string/ppx_string-0.16.0.ebuild
+++ b/dev-ml/ppx_string/ppx_string-0.16.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/ppx_string/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="Apache-2.0"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv x86"
 IUSE="+ocamlopt"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_string/

2024-06-02 Thread Arthur Zamarin
commit: 06663b0dfd25040c83c61a36934a0c6a86ace716
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jun  2 19:39:36 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jun  2 19:39:36 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06663b0d

dev-ml/ppx_string: Stabilize 0.16.0 x86, #933369

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-ml/ppx_string/ppx_string-0.16.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ppx_string/ppx_string-0.16.0.ebuild 
b/dev-ml/ppx_string/ppx_string-0.16.0.ebuild
index 1e3b20f863fe..74c605aebfd8 100644
--- a/dev-ml/ppx_string/ppx_string-0.16.0.ebuild
+++ b/dev-ml/ppx_string/ppx_string-0.16.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/ppx_string/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="Apache-2.0"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
 IUSE="+ocamlopt"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_string/

2024-06-02 Thread Arthur Zamarin
commit: 64e19c9c5ff876728909f351dca1952b41f8d284
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jun  2 19:33:46 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jun  2 19:34:06 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64e19c9c

dev-ml/ppx_string: Stabilize 0.16.0 amd64, #933369

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-ml/ppx_string/ppx_string-0.16.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ml/ppx_string/ppx_string-0.16.0.ebuild 
b/dev-ml/ppx_string/ppx_string-0.16.0.ebuild
index 88f540a39a54..1e3b20f863fe 100644
--- a/dev-ml/ppx_string/ppx_string-0.16.0.ebuild
+++ b/dev-ml/ppx_string/ppx_string-0.16.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/ppx_string/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="Apache-2.0"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_string/

2024-02-17 Thread Alfredo Tupone
commit: 709cf1f91cc67cbc13f501da171caffc67b1d262
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Sat Feb 17 15:28:34 2024 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Sat Feb 17 15:28:34 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=709cf1f9

dev-ml/ppx_string: update maintainers

Signed-off-by: Alfredo Tupone  gentoo.org>

 dev-ml/ppx_string/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-ml/ppx_string/metadata.xml b/dev-ml/ppx_string/metadata.xml
index 0c119c619537..4c40cabdee67 100644
--- a/dev-ml/ppx_string/metadata.xml
+++ b/dev-ml/ppx_string/metadata.xml
@@ -1,7 +1,10 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   m...@gentoo.org
+   ML
+   

janestreet/ppx_string




[gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_string/

2023-07-02 Thread Alfredo Tupone
commit: 3b52d91ecd2445df9cbfed0472fddf1601f0b3b2
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Sun Jul  2 06:36:23 2023 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Sun Jul  2 07:21:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b52d91e

dev-ml/ppx_string: add 0.16.0

Signed-off-by: Alfredo Tupone  gentoo.org>

 dev-ml/ppx_string/Manifest |  1 +
 dev-ml/ppx_string/ppx_string-0.16.0.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-ml/ppx_string/Manifest b/dev-ml/ppx_string/Manifest
index 47c7f3ae3629..0c4a2235c518 100644
--- a/dev-ml/ppx_string/Manifest
+++ b/dev-ml/ppx_string/Manifest
@@ -1,2 +1,3 @@
 DIST ppx_string-0.14.1.tar.gz 4807 BLAKE2B 
2ce5cf2d5dd913f05e66c24ea5be2ce4a56c59b7e5faecf003a573274bfaef3834935276e110fba1d0af3a3ef9d6ca730622dc780ab6063945a01aa3d6900a43
 SHA512 
2b570ca3d248f89ee1903e6ea40fbcd9c5c72809ff1f42dc67e9d41f6c297465ae47ffdbeda9f263dddf14c9c460bbbdee01243cef838d0ec49493c3b5644aee
 DIST ppx_string-0.15.0.tar.gz 6071 BLAKE2B 
06e4761732db5aa5ee0214c68ac8ff95a85a38e6d62abaa45cc630d19036b0ed38ec0198a45871068d8bcc4f40176ac072da67e8f339cef3be3d64ace7a22e69
 SHA512 
bb1819017a6c25d581854e8487a0e5535fe282ec421c91e662c310c0d0aa7704be65484b3f2e721b29409e0eb68f72528e60380e036af066b3b1f1f11ea6cd5e
+DIST ppx_string-0.16.0.tar.gz 6105 BLAKE2B 
a23f81846562accd1bed9df7bc491a8b9c94751f8432fc0909106d0dc0160ed848ce5181e67e34273b05a627ef3ada6770c98eafac8d1c790272eaa8d77d9ac5
 SHA512 
b1310551e1548fee5b99e64635139189139791f2ea2da93a4751b04c78a5519c5f3833c515d93a25e9d7aa23945414cbe690e5cd3f34630cdca4819c3d8ec1bc

diff --git a/dev-ml/ppx_string/ppx_string-0.16.0.ebuild 
b/dev-ml/ppx_string/ppx_string-0.16.0.ebuild
new file mode 100644
index ..88f540a39a54
--- /dev/null
+++ b/dev-ml/ppx_string/ppx_string-0.16.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="Ppx extension for string interpolation"
+HOMEPAGE="https://github.com/janestreet/ppx_string;
+SRC_URI="https://github.com/janestreet/ppx_string/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="+ocamlopt"
+
+DEPEND="
+   >=dev-lang/ocaml-4.14
+   dev-ml/ppx_base:${SLOT}
+   dev-ml/stdio:${SLOT}
+   >=dev-ml/ppxlib-0.28.0:=
+"
+RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_string/

2023-03-25 Thread Arthur Zamarin
commit: 0b4088a0ccb8f021b2639cd873c14c6d882d724a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 25 14:43:21 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 25 14:43:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b4088a0

dev-ml/ppx_string: Stabilize 0.15.0-r1 x86, #901585

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-ml/ppx_string/ppx_string-0.15.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ppx_string/ppx_string-0.15.0-r1.ebuild 
b/dev-ml/ppx_string/ppx_string-0.15.0-r1.ebuild
index 39cbd689988a..a53270c1c7e6 100644
--- a/dev-ml/ppx_string/ppx_string-0.15.0-r1.ebuild
+++ b/dev-ml/ppx_string/ppx_string-0.15.0-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/ppx_string/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="Apache-2.0"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
 IUSE="+ocamlopt"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_string/

2023-03-25 Thread Arthur Zamarin
commit: fb6d2a9b3ebcee5ac5c44a51958c45bc86dad818
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 25 14:40:36 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 25 14:40:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb6d2a9b

dev-ml/ppx_string: Stabilize 0.15.0-r1 arm, #901585

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-ml/ppx_string/ppx_string-0.15.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ppx_string/ppx_string-0.15.0-r1.ebuild 
b/dev-ml/ppx_string/ppx_string-0.15.0-r1.ebuild
index e56c4bfd9e85..39cbd689988a 100644
--- a/dev-ml/ppx_string/ppx_string-0.15.0-r1.ebuild
+++ b/dev-ml/ppx_string/ppx_string-0.15.0-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/ppx_string/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="Apache-2.0"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_string/

2023-03-25 Thread Arthur Zamarin
commit: b9f06a5e22396ef0b7fa6253e46fe777b3a5e4c0
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 25 14:39:56 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 25 14:39:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9f06a5e

dev-ml/ppx_string: Stabilize 0.15.0-r1 ppc64, #901585

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-ml/ppx_string/ppx_string-0.15.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ppx_string/ppx_string-0.15.0-r1.ebuild 
b/dev-ml/ppx_string/ppx_string-0.15.0-r1.ebuild
index 449a649ff715..6be2e030768a 100644
--- a/dev-ml/ppx_string/ppx_string-0.15.0-r1.ebuild
+++ b/dev-ml/ppx_string/ppx_string-0.15.0-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/ppx_string/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="Apache-2.0"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~riscv ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_string/

2023-03-25 Thread Arthur Zamarin
commit: 20da3489b5437d2c9d0d6862dd77dbafc061
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 25 14:39:57 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 25 14:39:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20da3489

dev-ml/ppx_string: Stabilize 0.15.0-r1 arm64, #901585

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-ml/ppx_string/ppx_string-0.15.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ppx_string/ppx_string-0.15.0-r1.ebuild 
b/dev-ml/ppx_string/ppx_string-0.15.0-r1.ebuild
index 6be2e030768a..e56c4bfd9e85 100644
--- a/dev-ml/ppx_string/ppx_string-0.15.0-r1.ebuild
+++ b/dev-ml/ppx_string/ppx_string-0.15.0-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/ppx_string/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="Apache-2.0"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~riscv ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_string/

2023-03-16 Thread Alfredo Tupone
commit: 0a4af3ab47f98deee41e0fe9946e2e8fc3abe1be
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Thu Mar 16 13:24:53 2023 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Thu Mar 16 13:24:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a4af3ab

dev-ml/ppx_string: stabilize 0.15.0-r1 for amd64

Signed-off-by: Alfredo Tupone  gentoo.org>

 dev-ml/ppx_string/ppx_string-0.15.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ppx_string/ppx_string-0.15.0-r1.ebuild 
b/dev-ml/ppx_string/ppx_string-0.15.0-r1.ebuild
index 31368ef5e02c..449a649ff715 100644
--- a/dev-ml/ppx_string/ppx_string-0.15.0-r1.ebuild
+++ b/dev-ml/ppx_string/ppx_string-0.15.0-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/ppx_string/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="Apache-2.0"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_string/

2023-02-10 Thread Alfredo Tupone
commit: 2a7ef385332ee4ea4297f86efe14186670139409
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Fri Feb 10 08:01:13 2023 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Fri Feb 10 08:14:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a7ef385

dev-ml/ppx_string: add ppxlib dep

Signed-off-by: Alfredo Tupone  gentoo.org>

 .../{ppx_string-0.15.0.ebuild => ppx_string-0.15.0-r1.ebuild}  | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-ml/ppx_string/ppx_string-0.15.0.ebuild 
b/dev-ml/ppx_string/ppx_string-0.15.0-r1.ebuild
similarity index 88%
rename from dev-ml/ppx_string/ppx_string-0.15.0.ebuild
rename to dev-ml/ppx_string/ppx_string-0.15.0-r1.ebuild
index 35d16f26cc7e..31368ef5e02c 100644
--- a/dev-ml/ppx_string/ppx_string-0.15.0.ebuild
+++ b/dev-ml/ppx_string/ppx_string-0.15.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -17,5 +17,6 @@ IUSE="+ocamlopt"
 DEPEND="
dev-ml/ppx_base:${SLOT}
dev-ml/stdio:${SLOT}
+   >=dev-ml/ppxlib-0.23.0:=
 "
 RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_string/

2022-10-19 Thread Alfredo Tupone
commit: 86c722998604ec386b35221b0b1fde31f0d408ee
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Wed Oct 19 20:35:21 2022 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Wed Oct 19 20:41:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86c72299

dev-ml/ppx_string: adj deps

Signed-off-by: Alfredo Tupone  gentoo.org>

 dev-ml/ppx_string/ppx_string-0.14.1.ebuild | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-ml/ppx_string/ppx_string-0.14.1.ebuild 
b/dev-ml/ppx_string/ppx_string-0.14.1.ebuild
index 916db55cc6c2..2538526368d1 100644
--- a/dev-ml/ppx_string/ppx_string-0.14.1.ebuild
+++ b/dev-ml/ppx_string/ppx_string-0.14.1.ebuild
@@ -18,9 +18,10 @@ DEPEND="
>=dev-ml/base-0.14.0:=
>=dev-ml/ppx_base-0.14.0:=
>=dev-ml/ppxlib-0.18.0:=
-   >=dev-ml/ocaml-compiler-libs-0.11.0:=
-   >=dev-ml/ocaml-migrate-parsetree-2.0.0:=
-   dev-ml/cinaps:=
+   >=dev-ml/ocaml-compiler-libs-0.11.0:=
+   >=dev-ml/ocaml-migrate-parsetree-2.0.0:=
+   dev-ml/cinaps:=
+   dev-ml/sexplib0:=
>=dev-ml/stdio-0.14.0:=
 "
 RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_string/

2022-04-25 Thread Alfredo Tupone
commit: 5bb27eec79d85b25fa3fe62f5f7a0d00021c9607
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Mon Apr 25 17:31:28 2022 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Mon Apr 25 17:31:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bb27eec

dev-ml/ppx_string: 0.15.0 bump

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone  gentoo.org>

 dev-ml/ppx_string/Manifest |  1 +
 dev-ml/ppx_string/ppx_string-0.15.0.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-ml/ppx_string/Manifest b/dev-ml/ppx_string/Manifest
index fb237031a530..47c7f3ae3629 100644
--- a/dev-ml/ppx_string/Manifest
+++ b/dev-ml/ppx_string/Manifest
@@ -1 +1,2 @@
 DIST ppx_string-0.14.1.tar.gz 4807 BLAKE2B 
2ce5cf2d5dd913f05e66c24ea5be2ce4a56c59b7e5faecf003a573274bfaef3834935276e110fba1d0af3a3ef9d6ca730622dc780ab6063945a01aa3d6900a43
 SHA512 
2b570ca3d248f89ee1903e6ea40fbcd9c5c72809ff1f42dc67e9d41f6c297465ae47ffdbeda9f263dddf14c9c460bbbdee01243cef838d0ec49493c3b5644aee
+DIST ppx_string-0.15.0.tar.gz 6071 BLAKE2B 
06e4761732db5aa5ee0214c68ac8ff95a85a38e6d62abaa45cc630d19036b0ed38ec0198a45871068d8bcc4f40176ac072da67e8f339cef3be3d64ace7a22e69
 SHA512 
bb1819017a6c25d581854e8487a0e5535fe282ec421c91e662c310c0d0aa7704be65484b3f2e721b29409e0eb68f72528e60380e036af066b3b1f1f11ea6cd5e

diff --git a/dev-ml/ppx_string/ppx_string-0.15.0.ebuild 
b/dev-ml/ppx_string/ppx_string-0.15.0.ebuild
new file mode 100644
index ..35d16f26cc7e
--- /dev/null
+++ b/dev-ml/ppx_string/ppx_string-0.15.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="Ppx extension for string interpolation"
+HOMEPAGE="https://github.com/janestreet/ppx_string;
+SRC_URI="https://github.com/janestreet/ppx_string/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="+ocamlopt"
+
+DEPEND="
+   dev-ml/ppx_base:${SLOT}
+   dev-ml/stdio:${SLOT}
+"
+RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_string/

2021-02-10 Thread Sam James
commit: e48686bb14e21a4e940f96c3779803c2f1feb76b
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 11 06:31:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 11 06:31:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e48686bb

dev-ml/ppx_string: Stabilize 0.14.1 ppc, #769317

Signed-off-by: Sam James  gentoo.org>

 dev-ml/ppx_string/ppx_string-0.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ppx_string/ppx_string-0.14.1.ebuild 
b/dev-ml/ppx_string/ppx_string-0.14.1.ebuild
index 2834b327b1e..7afdb1228d1 100644
--- a/dev-ml/ppx_string/ppx_string-0.14.1.ebuild
+++ b/dev-ml/ppx_string/ppx_string-0.14.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/ppx_string/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86"
 IUSE="+ocamlopt"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_string/

2021-02-10 Thread Sam James
commit: b360622009f78d0ead9c796baf8d39f9bf3a157f
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 11 06:25:31 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 11 06:25:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3606220

dev-ml/ppx_string: Stabilize 0.14.1 x86, #769317

Signed-off-by: Sam James  gentoo.org>

 dev-ml/ppx_string/ppx_string-0.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ppx_string/ppx_string-0.14.1.ebuild 
b/dev-ml/ppx_string/ppx_string-0.14.1.ebuild
index 59ae28c8808..2834b327b1e 100644
--- a/dev-ml/ppx_string/ppx_string-0.14.1.ebuild
+++ b/dev-ml/ppx_string/ppx_string-0.14.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/ppx_string/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86"
 IUSE="+ocamlopt"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_string/

2021-02-10 Thread Sam James
commit: 3deca3067ca3332d3ea8e4cd55945d34f3850d14
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 10 18:52:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 10 18:52:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3deca306

dev-ml/ppx_string: Stabilize 0.14.1 amd64, #769317

Signed-off-by: Sam James  gentoo.org>

 dev-ml/ppx_string/ppx_string-0.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ppx_string/ppx_string-0.14.1.ebuild 
b/dev-ml/ppx_string/ppx_string-0.14.1.ebuild
index 839766198b0..59ae28c8808 100644
--- a/dev-ml/ppx_string/ppx_string-0.14.1.ebuild
+++ b/dev-ml/ppx_string/ppx_string-0.14.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/ppx_string/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_string/

2020-10-23 Thread Sam James
commit: cb5803f6fdb4e8315bf8285316a3dcccb92b2de2
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 24 00:16:13 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 24 00:16:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb5803f6

dev-ml/ppx_string: Keyword 0.14.1 ppc, #748576

Signed-off-by: Sam James  gentoo.org>

 dev-ml/ppx_string/ppx_string-0.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ppx_string/ppx_string-0.14.1.ebuild 
b/dev-ml/ppx_string/ppx_string-0.14.1.ebuild
index aa2ad91695d..238f3788575 100644
--- a/dev-ml/ppx_string/ppx_string-0.14.1.ebuild
+++ b/dev-ml/ppx_string/ppx_string-0.14.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/ppx_string/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_string/

2020-10-16 Thread Sam James
commit: 2ed841230691a6a30f654528aadebfb61e662852
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 17 01:09:34 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 17 01:09:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ed84123

dev-ml/ppx_string: Keyword 0.14.1 x86, #748936

Signed-off-by: Sam James  gentoo.org>

 dev-ml/ppx_string/ppx_string-0.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ppx_string/ppx_string-0.14.1.ebuild 
b/dev-ml/ppx_string/ppx_string-0.14.1.ebuild
index 44e362e9851..aa2ad91695d 100644
--- a/dev-ml/ppx_string/ppx_string-0.14.1.ebuild
+++ b/dev-ml/ppx_string/ppx_string-0.14.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/ppx_string/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_string/

2020-10-16 Thread Mark Wright
commit: 1505da97d979d877be9a2ba40926503dbaa3ba8c
Author: Mark Wright  gentoo  org>
AuthorDate: Fri Oct 16 14:46:21 2020 +
Commit: Mark Wright  gentoo  org>
CommitDate: Fri Oct 16 15:16:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1505da97

dev-ml/ppx_string: Fix deps

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Mark Wright  gentoo.org>

 dev-ml/ppx_string/ppx_string-0.14.1.ebuild | 15 ---
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/dev-ml/ppx_string/ppx_string-0.14.1.ebuild 
b/dev-ml/ppx_string/ppx_string-0.14.1.ebuild
index 1dba11376c5..44e362e9851 100644
--- a/dev-ml/ppx_string/ppx_string-0.14.1.ebuild
+++ b/dev-ml/ppx_string/ppx_string-0.14.1.ebuild
@@ -11,15 +11,16 @@ 
SRC_URI="https://github.com/janestreet/ppx_string/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64"
 IUSE="+ocamlopt"
 
 DEPEND="
-   dev-ml/base:=
-   dev-ml/stdio:=
-   dev-ml/ppx_base:=
-   dev-ml/ppxlib:=
-   dev-ml/ocaml-migrate-parsetree:=
-   dev-ml/result:=
+   >=dev-ml/base-0.14.0:=
+   >=dev-ml/ppx_base-0.14.0:=
+   >=dev-ml/ppxlib-0.18.0:=
+   >=dev-ml/ocaml-compiler-libs-0.11.0:=
+   >=dev-ml/ocaml-migrate-parsetree-2.0.0:=
+   dev-ml/cinaps:=
+   >=dev-ml/stdio-0.14.0:=
 "
 RDEPEND="${DEPEND}"