public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/bin_prot/
@ 2020-10-15  1:19 Sam James
  0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2020-10-15  1:19 UTC (permalink / raw
  To: gentoo-commits

commit:     4756dbc999ef82a66cf6d0b1a6adab327783e46c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 15 01:16:29 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 15 01:16:29 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4756dbc9

dev-ml/bin_prot: Keyword 0.14.0 arm, #748936

Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/dev-ml/bin_prot/bin_prot-0.14.0.ebuild b/dev-ml/bin_prot/bin_prot-0.14.0.ebuild
index 1f5c226b583..d5513633b22 100644
--- a/dev-ml/bin_prot/bin_prot-0.14.0.ebuild
+++ b/dev-ml/bin_prot/bin_prot-0.14.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/bin_prot/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm"
 IUSE="+ocamlopt"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/bin_prot/
@ 2020-10-15 12:42 Sam James
  0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2020-10-15 12:42 UTC (permalink / raw
  To: gentoo-commits

commit:     78c7b4fddb37d5f175554c9be3ef5337aece1e8e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 15 12:41:25 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 15 12:41:59 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78c7b4fd

dev-ml/bin_prot: arm64 keyworded (bug #748936)

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/dev-ml/bin_prot/bin_prot-0.14.0.ebuild b/dev-ml/bin_prot/bin_prot-0.14.0.ebuild
index d5513633b22..cff30ab7e83 100644
--- a/dev-ml/bin_prot/bin_prot-0.14.0.ebuild
+++ b/dev-ml/bin_prot/bin_prot-0.14.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/bin_prot/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm"
+KEYWORDS="~amd64 ~arm ~arm64"
 IUSE="+ocamlopt"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/bin_prot/
@ 2020-10-16 15:17 Mark Wright
  0 siblings, 0 replies; 17+ messages in thread
From: Mark Wright @ 2020-10-16 15:17 UTC (permalink / raw
  To: gentoo-commits

commit:     f6583027f3f0d30cb0469804f24a074c2d363f46
Author:     Mark Wright <gienah <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 16 14:53:26 2020 +0000
Commit:     Mark Wright <gienah <AT> gentoo <DOT> org>
CommitDate: Fri Oct 16 15:16:47 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6583027

dev-ml/bin_prot: Fix deps and compile fail

Thanks to toralf for reporting.

Closes: https://bugs.gentoo.org/748996
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Mark Wright <gienah <AT> gentoo.org>

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

diff --git a/dev-ml/bin_prot/bin_prot-0.14.0.ebuild b/dev-ml/bin_prot/bin_prot-0.14.0.ebuild
index cff30ab7e83..6ba62e637f8 100644
--- a/dev-ml/bin_prot/bin_prot-0.14.0.ebuild
+++ b/dev-ml/bin_prot/bin_prot-0.14.0.ebuild
@@ -15,12 +15,13 @@ KEYWORDS="~amd64 ~arm ~arm64"
 IUSE="+ocamlopt"
 
 RDEPEND="
-	dev-ml/base:=
-	dev-ml/ppx_compare:=
-	dev-ml/ppx_custom_printf:=
-	dev-ml/ppx_fields_conv:=
-	dev-ml/ppx_sexp_conv:=
-	dev-ml/ppx_variants_conv:=
-	!dev-ml/bin-prot
+	>=dev-ml/base-0.14.0:=
+	dev-ml/findlib:=
+	>=dev-ml/ppx_compare-0.14.0:=
+	>=dev-ml/ppx_custom_printf-0.14.0:=
+	>=dev-ml/ppx_fields_conv-0.14.0:=
+	>=dev-ml/ppx_optcomp-0.14.0:=
+	>=dev-ml/ppx_sexp_conv-0.14.0:=
+	>=dev-ml/ppx_variants_conv-0.14.0:=
 "
 DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/bin_prot/
@ 2020-10-17  1:16 Sam James
  0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2020-10-17  1:16 UTC (permalink / raw
  To: gentoo-commits

commit:     7283335d8b1e482600396d9932e01c77f91ed5f4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 17 01:08:50 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 17 01:08:50 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7283335d

dev-ml/bin_prot: Keyword 0.14.0 x86, #748936

Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/dev-ml/bin_prot/bin_prot-0.14.0.ebuild b/dev-ml/bin_prot/bin_prot-0.14.0.ebuild
index 6ba62e637f8..917306fe0fa 100644
--- a/dev-ml/bin_prot/bin_prot-0.14.0.ebuild
+++ b/dev-ml/bin_prot/bin_prot-0.14.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/bin_prot/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="+ocamlopt"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/bin_prot/
@ 2020-10-24  0:38 Sam James
  0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2020-10-24  0:38 UTC (permalink / raw
  To: gentoo-commits

commit:     e788f290092470c1d8f0fec8a3ce873ed6e9bb28
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 24 00:16:15 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 24 00:16:15 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e788f290

dev-ml/bin_prot: Keyword 0.14.0 ppc, #748576

Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/dev-ml/bin_prot/bin_prot-0.14.0.ebuild b/dev-ml/bin_prot/bin_prot-0.14.0.ebuild
index 917306fe0fa..5b41354d6db 100644
--- a/dev-ml/bin_prot/bin_prot-0.14.0.ebuild
+++ b/dev-ml/bin_prot/bin_prot-0.14.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/bin_prot/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
 IUSE="+ocamlopt"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/bin_prot/
@ 2020-10-28  3:36 Sam James
  0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2020-10-28  3:36 UTC (permalink / raw
  To: gentoo-commits

commit:     73b80f099c85f219173c753ae2b04cd61780ba1c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 28 03:29:12 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 28 03:29:12 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73b80f09

dev-ml/bin_prot: ppc64 keyworded (bug #748576)

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/dev-ml/bin_prot/bin_prot-0.14.0.ebuild b/dev-ml/bin_prot/bin_prot-0.14.0.ebuild
index 5b41354d6db..ac43cf826f1 100644
--- a/dev-ml/bin_prot/bin_prot-0.14.0.ebuild
+++ b/dev-ml/bin_prot/bin_prot-0.14.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/bin_prot/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 IUSE="+ocamlopt"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/bin_prot/
@ 2022-01-27 22:38 Alfredo Tupone
  0 siblings, 0 replies; 17+ messages in thread
From: Alfredo Tupone @ 2022-01-27 22:38 UTC (permalink / raw
  To: gentoo-commits

commit:     22dd10af870cf1f6a425eeccacf921392c1c3a05
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 27 22:38:38 2022 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Thu Jan 27 22:38:38 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22dd10af

dev-ml/bin_prot: 0.15.0 bump

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

 dev-ml/bin_prot/Manifest               |  1 +
 dev-ml/bin_prot/bin_prot-0.15.0.ebuild | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/dev-ml/bin_prot/Manifest b/dev-ml/bin_prot/Manifest
index de449120fb0c..307b317ec9c4 100644
--- a/dev-ml/bin_prot/Manifest
+++ b/dev-ml/bin_prot/Manifest
@@ -1 +1,2 @@
 DIST bin_prot-0.14.0.tar.gz 342884 BLAKE2B 9210ca230d9f42ce3dd6ad18e66b62e41eafccf83ac632a988cdc36c16f273076ccdd67ece333acb70e2604180084811319ae41decbd7ef6bba0ee16538c0cae SHA512 7e7bec7dc5ec49b7bc099687a90840620529c36d552e8985b45f2f9a2437396c8b41583081b8c6a75bf3b14bb3ab4db9134cebd12f70f2345c8fa74e1b8fa252
+DIST bin_prot-0.15.0.tar.gz 345362 BLAKE2B 654014d47cdf59374247bd904005972f60d24ee711da037fdfdfbd9d5318fcabbb5905df2ec7b401cadb9ce76fd5301917d3084002bae3fc61dc2debedab6024 SHA512 7adbb683ef09d9f3376cd8fff5d299c0d9cac350e14fbee5e2c9e038086e48c188bb115d0dc5701e82efc2076227a0656f49704cc8b783dc5a8d6c2a9735086b

diff --git a/dev-ml/bin_prot/bin_prot-0.15.0.ebuild b/dev-ml/bin_prot/bin_prot-0.15.0.ebuild
new file mode 100644
index 000000000000..d7cc63128d5f
--- /dev/null
+++ b/dev-ml/bin_prot/bin_prot-0.15.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit dune
+
+DESCRIPTION="Binary protocol generator"
+HOMEPAGE="https://github.com/janestreet/bin_prot"
+SRC_URI="https://github.com/janestreet/bin_prot/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+IUSE="+ocamlopt"
+
+RDEPEND="
+	>=dev-ml/base-0.14.0:=
+	dev-ml/findlib:=
+	>=dev-ml/ppx_compare-0.14.0:=
+	>=dev-ml/ppx_custom_printf-0.14.0:=
+	>=dev-ml/ppx_fields_conv-0.14.0:=
+	>=dev-ml/ppx_optcomp-0.14.0:=
+	>=dev-ml/ppx_sexp_conv-0.14.0:=
+	>=dev-ml/ppx_variants_conv-0.14.0:=
+"
+DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/bin_prot/
@ 2022-04-24 14:37 Alfredo Tupone
  0 siblings, 0 replies; 17+ messages in thread
From: Alfredo Tupone @ 2022-04-24 14:37 UTC (permalink / raw
  To: gentoo-commits

commit:     175ada5d5260a900035e51c8aa21b53b59207651
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 24 14:36:51 2022 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Apr 24 14:36:51 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=175ada5d

dev-ml/bin_prot: change subslot

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

 dev-ml/bin_prot/{bin_prot-0.15.0.ebuild => bin_prot-0.15.0-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ml/bin_prot/bin_prot-0.15.0.ebuild b/dev-ml/bin_prot/bin_prot-0.15.0-r1.ebuild
similarity index 95%
rename from dev-ml/bin_prot/bin_prot-0.15.0.ebuild
rename to dev-ml/bin_prot/bin_prot-0.15.0-r1.ebuild
index ea2143f093dd..12137c5c8cf7 100644
--- a/dev-ml/bin_prot/bin_prot-0.15.0.ebuild
+++ b/dev-ml/bin_prot/bin_prot-0.15.0-r1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit dune
 
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/janestreet/bin_prot"
 SRC_URI="https://github.com/janestreet/bin_prot/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"
-SLOT="0/${PV}"
+SLOT="0/$(ver_cut 1-2)"
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="+ocamlopt"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/bin_prot/
@ 2023-01-28 21:23 Alfredo Tupone
  0 siblings, 0 replies; 17+ messages in thread
From: Alfredo Tupone @ 2023-01-28 21:23 UTC (permalink / raw
  To: gentoo-commits

commit:     19aca1091760504fb4cf3b90e44b7519392d71ac
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 28 21:00:27 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Jan 28 21:22:31 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19aca109

dev-ml/bin_prot: adj deps

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

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

diff --git a/dev-ml/bin_prot/bin_prot-0.15.0-r1.ebuild b/dev-ml/bin_prot/bin_prot-0.15.0-r2.ebuild
similarity index 91%
rename from dev-ml/bin_prot/bin_prot-0.15.0-r1.ebuild
rename to dev-ml/bin_prot/bin_prot-0.15.0-r2.ebuild
index 12137c5c8cf7..5a97870190f2 100644
--- a/dev-ml/bin_prot/bin_prot-0.15.0-r1.ebuild
+++ b/dev-ml/bin_prot/bin_prot-0.15.0-r2.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
@@ -23,5 +23,6 @@ RDEPEND="
 	>=dev-ml/ppx_optcomp-0.14.0:=
 	>=dev-ml/ppx_sexp_conv-0.14.0:=
 	>=dev-ml/ppx_variants_conv-0.14.0:=
+	dev-ml/variantslib:=
 "
 DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/bin_prot/
@ 2023-03-16 12:59 Alfredo Tupone
  0 siblings, 0 replies; 17+ messages in thread
From: Alfredo Tupone @ 2023-03-16 12:59 UTC (permalink / raw
  To: gentoo-commits

commit:     b0b6c9e17b0061b931e9b14be3cbf74e5a00a857
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 16 12:57:42 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Thu Mar 16 12:57:42 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0b6c9e1

dev-ml/bin_prot: stabilize 0.15.0-r2 for amd64

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

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

diff --git a/dev-ml/bin_prot/bin_prot-0.15.0-r2.ebuild b/dev-ml/bin_prot/bin_prot-0.15.0-r2.ebuild
index 5a97870190f2..d57442c7fc6c 100644
--- a/dev-ml/bin_prot/bin_prot-0.15.0-r2.ebuild
+++ b/dev-ml/bin_prot/bin_prot-0.15.0-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/bin_prot/archive/v${PV}.tar.gz -> ${P}.ta
 
 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"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/bin_prot/
@ 2023-03-16 23:52 Sam James
  0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2023-03-16 23:52 UTC (permalink / raw
  To: gentoo-commits

commit:     7a837739b7e2fc11990e613a23e3da3c26222125
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 16 23:51:50 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 16 23:51:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a837739

dev-ml/bin_prot: Stabilize 0.15.0-r2 arm, #901565

Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/dev-ml/bin_prot/bin_prot-0.15.0-r2.ebuild b/dev-ml/bin_prot/bin_prot-0.15.0-r2.ebuild
index ec1dd31cd2f7..6b7604c446f3 100644
--- a/dev-ml/bin_prot/bin_prot-0.15.0-r2.ebuild
+++ b/dev-ml/bin_prot/bin_prot-0.15.0-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/bin_prot/archive/v${PV}.tar.gz -> ${P}.ta
 
 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"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/bin_prot/
@ 2023-03-17 14:32 Arthur Zamarin
  0 siblings, 0 replies; 17+ messages in thread
From: Arthur Zamarin @ 2023-03-17 14:32 UTC (permalink / raw
  To: gentoo-commits

commit:     4a9408aff36debb9b208206346eac097d46ce969
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 17 14:32:35 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 17 14:32:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a9408af

dev-ml/bin_prot: Stabilize 0.15.0-r2 ppc64, #901565

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

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

diff --git a/dev-ml/bin_prot/bin_prot-0.15.0-r2.ebuild b/dev-ml/bin_prot/bin_prot-0.15.0-r2.ebuild
index 4c62b07f4b6e..8781d6b879a4 100644
--- a/dev-ml/bin_prot/bin_prot-0.15.0-r2.ebuild
+++ b/dev-ml/bin_prot/bin_prot-0.15.0-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/bin_prot/archive/v${PV}.tar.gz -> ${P}.ta
 
 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"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/bin_prot/
@ 2023-07-02  7:22 Alfredo Tupone
  0 siblings, 0 replies; 17+ messages in thread
From: Alfredo Tupone @ 2023-07-02  7:22 UTC (permalink / raw
  To: gentoo-commits

commit:     e88ae16cc522aba027ed79dfb94d7bc885bec217
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  2 06:18:09 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Jul  2 07:21:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e88ae16c

dev-ml/bin_prot: add 0.16.0

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ml/bin_prot/Manifest               |  1 +
 dev-ml/bin_prot/bin_prot-0.16.0.ebuild | 30 ++++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-ml/bin_prot/Manifest b/dev-ml/bin_prot/Manifest
index 307b317ec9c4..d27a936f67e5 100644
--- a/dev-ml/bin_prot/Manifest
+++ b/dev-ml/bin_prot/Manifest
@@ -1,2 +1,3 @@
 DIST bin_prot-0.14.0.tar.gz 342884 BLAKE2B 9210ca230d9f42ce3dd6ad18e66b62e41eafccf83ac632a988cdc36c16f273076ccdd67ece333acb70e2604180084811319ae41decbd7ef6bba0ee16538c0cae SHA512 7e7bec7dc5ec49b7bc099687a90840620529c36d552e8985b45f2f9a2437396c8b41583081b8c6a75bf3b14bb3ab4db9134cebd12f70f2345c8fa74e1b8fa252
 DIST bin_prot-0.15.0.tar.gz 345362 BLAKE2B 654014d47cdf59374247bd904005972f60d24ee711da037fdfdfbd9d5318fcabbb5905df2ec7b401cadb9ce76fd5301917d3084002bae3fc61dc2debedab6024 SHA512 7adbb683ef09d9f3376cd8fff5d299c0d9cac350e14fbee5e2c9e038086e48c188bb115d0dc5701e82efc2076227a0656f49704cc8b783dc5a8d6c2a9735086b
+DIST bin_prot-0.16.0.tar.gz 343886 BLAKE2B f13574daba74d813810afb844ebd300803279fb5ab0c067b64dc13230a0cf5d88b46809892465b7bea22e41696c962de40f5cb7c05099a98de7c01f0a7f96240 SHA512 e6e2b4c2984fc89fc7ceb57cae7b7f796e6a0441e4d37da1b6bc1f167d8900b1c4bc0174d5d9de5669b7539d9256293365242e9875ef78fccbda226635c63b5d

diff --git a/dev-ml/bin_prot/bin_prot-0.16.0.ebuild b/dev-ml/bin_prot/bin_prot-0.16.0.ebuild
new file mode 100644
index 000000000000..a50282c1aedd
--- /dev/null
+++ b/dev-ml/bin_prot/bin_prot-0.16.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="Binary protocol generator"
+HOMEPAGE="https://github.com/janestreet/bin_prot"
+SRC_URI="https://github.com/janestreet/bin_prot/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"
+
+RDEPEND="
+	>=dev-lang/ocaml-4.14
+	dev-ml/base:${SLOT}
+	dev-ml/findlib:=
+	dev-ml/ppx_compare:${SLOT}
+	dev-ml/ppx_custom_printf:${SLOT}
+	dev-ml/ppx_fields_conv:${SLOT}
+	dev-ml/ppx_optcomp:${SLOT}
+	dev-ml/ppx_sexp_conv:${SLOT}
+	dev-ml/ppx_stable_witness:${SLOT}
+	dev-ml/ppx_variants_conv:${SLOT}
+	dev-ml/variantslib:=
+"
+DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/bin_prot/
@ 2024-06-02 19:36 Arthur Zamarin
  0 siblings, 0 replies; 17+ messages in thread
From: Arthur Zamarin @ 2024-06-02 19:36 UTC (permalink / raw
  To: gentoo-commits

commit:     e7c534eb60d26cef54033db522622bfbfdcfb23f
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  2 19:33:40 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jun  2 19:34:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7c534eb

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

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

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

diff --git a/dev-ml/bin_prot/bin_prot-0.16.0.ebuild b/dev-ml/bin_prot/bin_prot-0.16.0.ebuild
index a50282c1aedd..ed71a5aef7c2 100644
--- a/dev-ml/bin_prot/bin_prot-0.16.0.ebuild
+++ b/dev-ml/bin_prot/bin_prot-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/bin_prot/archive/v${PV}.tar.gz -> ${P}.ta
 
 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"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/bin_prot/
@ 2024-06-02 19:41 Arthur Zamarin
  0 siblings, 0 replies; 17+ messages in thread
From: Arthur Zamarin @ 2024-06-02 19:41 UTC (permalink / raw
  To: gentoo-commits

commit:     062a6a56c1c4c9006c3fbe4ffcef6d34b3e18d2e
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  2 19:39:30 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jun  2 19:39:30 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=062a6a56

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

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

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

diff --git a/dev-ml/bin_prot/bin_prot-0.16.0.ebuild b/dev-ml/bin_prot/bin_prot-0.16.0.ebuild
index ed71a5aef7c2..bcb8ddad15cb 100644
--- a/dev-ml/bin_prot/bin_prot-0.16.0.ebuild
+++ b/dev-ml/bin_prot/bin_prot-0.16.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/bin_prot/archive/v${PV}.tar.gz -> ${P}.ta
 
 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"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/bin_prot/
@ 2024-06-02 19:46 Arthur Zamarin
  0 siblings, 0 replies; 17+ messages in thread
From: Arthur Zamarin @ 2024-06-02 19:46 UTC (permalink / raw
  To: gentoo-commits

commit:     17e42858f4dbaba168eb27a6f68848de1d99ad9b
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  2 19:44:13 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jun  2 19:44:13 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17e42858

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

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

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

diff --git a/dev-ml/bin_prot/bin_prot-0.16.0.ebuild b/dev-ml/bin_prot/bin_prot-0.16.0.ebuild
index f845eba2dfcf..af96d925c025 100644
--- a/dev-ml/bin_prot/bin_prot-0.16.0.ebuild
+++ b/dev-ml/bin_prot/bin_prot-0.16.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/bin_prot/archive/v${PV}.tar.gz -> ${P}.ta
 
 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"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/bin_prot/
@ 2024-06-05 19:25 Alfredo Tupone
  0 siblings, 0 replies; 17+ messages in thread
From: Alfredo Tupone @ 2024-06-05 19:25 UTC (permalink / raw
  To: gentoo-commits

commit:     f78d50e1ef733686b6f3807ff633ed9a9e30c002
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  5 19:24:30 2024 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Jun  5 19:24:58 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f78d50e1

dev-ml/bin_prot: fix deps

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 ...rot-0.15.0-r2.ebuild => bin_prot-0.15.0-r3.ebuild} | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/dev-ml/bin_prot/bin_prot-0.15.0-r2.ebuild b/dev-ml/bin_prot/bin_prot-0.15.0-r3.ebuild
similarity index 59%
rename from dev-ml/bin_prot/bin_prot-0.15.0-r2.ebuild
rename to dev-ml/bin_prot/bin_prot-0.15.0-r3.ebuild
index 8781d6b879a4..edd341e71e9b 100644
--- a/dev-ml/bin_prot/bin_prot-0.15.0-r2.ebuild
+++ b/dev-ml/bin_prot/bin_prot-0.15.0-r3.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
@@ -15,14 +15,15 @@ KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
 IUSE="+ocamlopt"
 
 RDEPEND="
-	>=dev-ml/base-0.14.0:=
+	dev-ml/base:${SLOT}
 	dev-ml/findlib:=
-	>=dev-ml/ppx_compare-0.14.0:=
-	>=dev-ml/ppx_custom_printf-0.14.0:=
-	>=dev-ml/ppx_fields_conv-0.14.0:=
-	>=dev-ml/ppx_optcomp-0.14.0:=
-	>=dev-ml/ppx_sexp_conv-0.14.0:=
-	>=dev-ml/ppx_variants_conv-0.14.0:=
-	dev-ml/variantslib:=
+	>=dev-ml/ppxlib-0.28:=
+	dev-ml/ppx_compare:${SLOT}
+	dev-ml/ppx_custom_printf:${SLOT}
+	dev-ml/ppx_fields_conv:${SLOT}
+	dev-ml/ppx_optcomp:${SLOT}
+	dev-ml/ppx_sexp_conv:${SLOT}
+	dev-ml/ppx_variants_conv:${SLOT}
+	dev-ml/variantslib:${SLOT}
 "
 DEPEND="${RDEPEND}"


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

end of thread, other threads:[~2024-06-05 19:25 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-17 14:32 [gentoo-commits] repo/gentoo:master commit in: dev-ml/bin_prot/ Arthur Zamarin
  -- strict thread matches above, loose matches on Subject: below --
2024-06-05 19:25 Alfredo Tupone
2024-06-02 19:46 Arthur Zamarin
2024-06-02 19:41 Arthur Zamarin
2024-06-02 19:36 Arthur Zamarin
2023-07-02  7:22 Alfredo Tupone
2023-03-16 23:52 Sam James
2023-03-16 12:59 Alfredo Tupone
2023-01-28 21:23 Alfredo Tupone
2022-04-24 14:37 Alfredo Tupone
2022-01-27 22:38 Alfredo Tupone
2020-10-28  3:36 Sam James
2020-10-24  0:38 Sam James
2020-10-17  1:16 Sam James
2020-10-16 15:17 Mark Wright
2020-10-15 12:42 Sam James
2020-10-15  1:19 Sam James

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