public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/async_rpc_kernel/
@ 2021-01-27  9:12 Sam James
  0 siblings, 0 replies; 27+ messages in thread
From: Sam James @ 2021-01-27  9:12 UTC (permalink / raw
  To: gentoo-commits

commit:     a3f4971920294ff332bb7c5d64067b22fd154221
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 27 09:01:03 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jan 27 09:12:03 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3f49719

dev-ml/async_rpc_kernel: bump to 0.14.0

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

 dev-ml/async_rpc_kernel/Manifest                   |  1 +
 .../async_rpc_kernel-0.14.0.ebuild                 | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/dev-ml/async_rpc_kernel/Manifest b/dev-ml/async_rpc_kernel/Manifest
index 92905a071a7..2edbcc70870 100644
--- a/dev-ml/async_rpc_kernel/Manifest
+++ b/dev-ml/async_rpc_kernel/Manifest
@@ -1 +1,2 @@
+DIST async_rpc_kernel-0.14.0.tar.gz 61643 BLAKE2B d80159c598470718196fe33893a3346d4ac3f7a781ef453e9eaa90cbeede83c97b9333625cd3d0552ea5b14ae039f98c204c4f658dd7810ea4ae449b967f755f SHA512 991b7cdb71b0363355a93fca009cd5d982de4d749c356b208987d1ae9c9b48fce5c59c4b4697042034135ad4c1a9467eb1a5d1f43237c5b081ab3aba2d72bb10
 DIST async_rpc_kernel-0.9.0.tar.gz 57411 BLAKE2B 43d07ed0d8e529daf63bf7ee9ff109d765bba0aa2c849e72eb2b60e27d1d1f465fe41ee39b8bc883c6eb63c83c43dde8abc7d7734737bc9819a870d91de18e9e SHA512 4c93165f78a92ae4904503b18072a775ea3ab0f49e460404741bd4daf3f6c483da3dfa987f7013a41dce348a8e95664b4784d175256ccd52a2d8df8e89d3c136

diff --git a/dev-ml/async_rpc_kernel/async_rpc_kernel-0.14.0.ebuild b/dev-ml/async_rpc_kernel/async_rpc_kernel-0.14.0.ebuild
new file mode 100644
index 00000000000..c8ed5ae8215
--- /dev/null
+++ b/dev-ml/async_rpc_kernel/async_rpc_kernel-0.14.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit dune
+
+DESCRIPTION="Platform-independent core of Async RPC library"
+HOMEPAGE="https://github.com/janestreet/async_rpc_kernel"
+SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="+ocamlopt"
+
+RDEPEND="
+	dev-ml/async_kernel:=
+	dev-ml/core_kernel:=
+	dev-ml/ppx_jane:=
+"
+DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/async_rpc_kernel/
@ 2024-06-12  5:40 Arthur Zamarin
  0 siblings, 0 replies; 27+ messages in thread
From: Arthur Zamarin @ 2024-06-12  5:40 UTC (permalink / raw
  To: gentoo-commits

commit:     83ea1c3d390ea33fa28470d7233c623a17120538
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 12 05:37:49 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 12 05:37:49 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83ea1c3d

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

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

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

diff --git a/dev-ml/async_rpc_kernel/async_rpc_kernel-0.16.0.ebuild b/dev-ml/async_rpc_kernel/async_rpc_kernel-0.16.0.ebuild
index e431f879860f..f61b4f1dd75b 100644
--- a/dev-ml/async_rpc_kernel/async_rpc_kernel-0.16.0.ebuild
+++ b/dev-ml/async_rpc_kernel/async_rpc_kernel-0.16.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 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] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/async_rpc_kernel/
@ 2024-06-02 19:46 Arthur Zamarin
  0 siblings, 0 replies; 27+ messages in thread
From: Arthur Zamarin @ 2024-06-02 19:46 UTC (permalink / raw
  To: gentoo-commits

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

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

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

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

diff --git a/dev-ml/async_rpc_kernel/async_rpc_kernel-0.16.0.ebuild b/dev-ml/async_rpc_kernel/async_rpc_kernel-0.16.0.ebuild
index 6208990bc771..e431f879860f 100644
--- a/dev-ml/async_rpc_kernel/async_rpc_kernel-0.16.0.ebuild
+++ b/dev-ml/async_rpc_kernel/async_rpc_kernel-0.16.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 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] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/async_rpc_kernel/
@ 2024-06-02 19:41 Arthur Zamarin
  0 siblings, 0 replies; 27+ messages in thread
From: Arthur Zamarin @ 2024-06-02 19:41 UTC (permalink / raw
  To: gentoo-commits

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

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

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

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

diff --git a/dev-ml/async_rpc_kernel/async_rpc_kernel-0.16.0.ebuild b/dev-ml/async_rpc_kernel/async_rpc_kernel-0.16.0.ebuild
index 952b10663252..6111f9b1828c 100644
--- a/dev-ml/async_rpc_kernel/async_rpc_kernel-0.16.0.ebuild
+++ b/dev-ml/async_rpc_kernel/async_rpc_kernel-0.16.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 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] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/async_rpc_kernel/
@ 2024-06-02 19:36 Arthur Zamarin
  0 siblings, 0 replies; 27+ messages in thread
From: Arthur Zamarin @ 2024-06-02 19:36 UTC (permalink / raw
  To: gentoo-commits

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

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

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

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

diff --git a/dev-ml/async_rpc_kernel/async_rpc_kernel-0.16.0.ebuild b/dev-ml/async_rpc_kernel/async_rpc_kernel-0.16.0.ebuild
index 8e3831a5982a..952b10663252 100644
--- a/dev-ml/async_rpc_kernel/async_rpc_kernel-0.16.0.ebuild
+++ b/dev-ml/async_rpc_kernel/async_rpc_kernel-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/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 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] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/async_rpc_kernel/
@ 2023-07-08 16:37 Alfredo Tupone
  0 siblings, 0 replies; 27+ messages in thread
From: Alfredo Tupone @ 2023-07-08 16:37 UTC (permalink / raw
  To: gentoo-commits

commit:     2a9ad7e9b546bbe9737f2a4f6734e902f1733857
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  8 15:46:41 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Jul  8 16:34:38 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a9ad7e9

dev-ml/async_rpc_kernel: add 0.16.0

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

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

diff --git a/dev-ml/async_rpc_kernel/Manifest b/dev-ml/async_rpc_kernel/Manifest
index 9d5e2fd89761..b17268e641e0 100644
--- a/dev-ml/async_rpc_kernel/Manifest
+++ b/dev-ml/async_rpc_kernel/Manifest
@@ -1,2 +1,3 @@
 DIST async_rpc_kernel-0.14.0.tar.gz 61643 BLAKE2B d80159c598470718196fe33893a3346d4ac3f7a781ef453e9eaa90cbeede83c97b9333625cd3d0552ea5b14ae039f98c204c4f658dd7810ea4ae449b967f755f SHA512 991b7cdb71b0363355a93fca009cd5d982de4d749c356b208987d1ae9c9b48fce5c59c4b4697042034135ad4c1a9467eb1a5d1f43237c5b081ab3aba2d72bb10
 DIST async_rpc_kernel-0.15.0.tar.gz 65182 BLAKE2B bd809bcdb17de6fe2765bc536b26c6c6daa9125c64a9dccdc80417136000624c3eeff36fc404d1e3f04535fb6f256af8ac7eec5e5547147f2f343104095e50ce SHA512 29ddd5cffd53acd02de1dfac2291d74e69673c6fab6586e8ed2d0edff98b176dbe05b80da0839d394e7601e1a33aec5bafb9678a46665c847878567378e2e648
+DIST async_rpc_kernel-0.16.0.tar.gz 76163 BLAKE2B 14a293ee65f207b28a755799162cd66346ec54bedd01c1cfb7b9d413a4c278c332ee7724320c688aea19148935aad6f5cc2d96a3f653de0d8ff32cbb568cc4a7 SHA512 62381da44300df9f2c422fb1e439fe00316a5017963c2a3fb5d8b52f6268944cc52ec4b6b2cd694798717eaee2282e3bb10c59a7dc76ac41b2d319595e658e0f

diff --git a/dev-ml/async_rpc_kernel/async_rpc_kernel-0.16.0.ebuild b/dev-ml/async_rpc_kernel/async_rpc_kernel-0.16.0.ebuild
new file mode 100644
index 000000000000..8e3831a5982a
--- /dev/null
+++ b/dev-ml/async_rpc_kernel/async_rpc_kernel-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="Platform-independent core of Async RPC library"
+HOMEPAGE="https://github.com/janestreet/async_rpc_kernel"
+SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="+ocamlopt"
+
+RDEPEND="
+	>=dev-lang/ocaml-4.14
+	dev-ml/async_kernel:${SLOT}
+	dev-ml/core:${SLOT}
+	dev-ml/protocol_version_header:${SLOT}
+"
+DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/async_rpc_kernel/
@ 2023-06-15 18:20 Arthur Zamarin
  0 siblings, 0 replies; 27+ messages in thread
From: Arthur Zamarin @ 2023-06-15 18:20 UTC (permalink / raw
  To: gentoo-commits

commit:     7ad5756826e97ca7e567a9a9a5097fa496952cbc
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 15 18:19:36 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 15 18:19:36 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ad57568

dev-ml/async_rpc_kernel: Keyword 0.15.0 ppc64, #892131

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

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

diff --git a/dev-ml/async_rpc_kernel/async_rpc_kernel-0.15.0.ebuild b/dev-ml/async_rpc_kernel/async_rpc_kernel-0.15.0.ebuild
index fce602935176..7fed53908152 100644
--- a/dev-ml/async_rpc_kernel/async_rpc_kernel-0.15.0.ebuild
+++ b/dev-ml/async_rpc_kernel/async_rpc_kernel-0.15.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="amd64 arm arm64 ~ppc ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv x86"
 IUSE="+ocamlopt"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/async_rpc_kernel/
@ 2023-06-15 18:20 Arthur Zamarin
  0 siblings, 0 replies; 27+ messages in thread
From: Arthur Zamarin @ 2023-06-15 18:20 UTC (permalink / raw
  To: gentoo-commits

commit:     ea254bd727c0489726f83dce0d0892e49d088324
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 15 18:19:23 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 15 18:19:23 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea254bd7

dev-ml/async_rpc_kernel: Keyword 0.15.0 ppc, #892131

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

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

diff --git a/dev-ml/async_rpc_kernel/async_rpc_kernel-0.15.0.ebuild b/dev-ml/async_rpc_kernel/async_rpc_kernel-0.15.0.ebuild
index c925ccf29cf5..fce602935176 100644
--- a/dev-ml/async_rpc_kernel/async_rpc_kernel-0.15.0.ebuild
+++ b/dev-ml/async_rpc_kernel/async_rpc_kernel-0.15.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="amd64 arm arm64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~riscv x86"
 IUSE="+ocamlopt"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/async_rpc_kernel/
@ 2023-06-09 16:52 Arthur Zamarin
  0 siblings, 0 replies; 27+ messages in thread
From: Arthur Zamarin @ 2023-06-09 16:52 UTC (permalink / raw
  To: gentoo-commits

commit:     ddc0ca0ed3674ffca00b023681495f2fa5812bd5
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  9 16:52:00 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jun  9 16:52:00 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddc0ca0e

dev-ml/async_rpc_kernel: Stabilize 0.15.0 x86, #908161

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

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

diff --git a/dev-ml/async_rpc_kernel/async_rpc_kernel-0.15.0.ebuild b/dev-ml/async_rpc_kernel/async_rpc_kernel-0.15.0.ebuild
index 8254af0020e7..c925ccf29cf5 100644
--- a/dev-ml/async_rpc_kernel/async_rpc_kernel-0.15.0.ebuild
+++ b/dev-ml/async_rpc_kernel/async_rpc_kernel-0.15.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="amd64 arm arm64 ~riscv ~x86"
+KEYWORDS="amd64 arm arm64 ~riscv x86"
 IUSE="+ocamlopt"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/async_rpc_kernel/
@ 2023-06-09 15:27 Arthur Zamarin
  0 siblings, 0 replies; 27+ messages in thread
From: Arthur Zamarin @ 2023-06-09 15:27 UTC (permalink / raw
  To: gentoo-commits

commit:     62fe94ccdb6bb385f3b02dbc643884a83e74be84
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  9 15:27:12 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jun  9 15:27:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62fe94cc

dev-ml/async_rpc_kernel: Stabilize 0.15.0 arm, #908161

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

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

diff --git a/dev-ml/async_rpc_kernel/async_rpc_kernel-0.15.0.ebuild b/dev-ml/async_rpc_kernel/async_rpc_kernel-0.15.0.ebuild
index cc1aed933640..8254af0020e7 100644
--- a/dev-ml/async_rpc_kernel/async_rpc_kernel-0.15.0.ebuild
+++ b/dev-ml/async_rpc_kernel/async_rpc_kernel-0.15.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="amd64 ~arm arm64 ~riscv ~x86"
+KEYWORDS="amd64 arm arm64 ~riscv ~x86"
 IUSE="+ocamlopt"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/async_rpc_kernel/
@ 2023-06-09 15:27 Arthur Zamarin
  0 siblings, 0 replies; 27+ messages in thread
From: Arthur Zamarin @ 2023-06-09 15:27 UTC (permalink / raw
  To: gentoo-commits

commit:     f4e2b0ed26dd5c9528d26b74104d1d9c9a5bbbf3
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  9 15:27:09 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jun  9 15:27:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4e2b0ed

dev-ml/async_rpc_kernel: Stabilize 0.15.0 arm64, #908161

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

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

diff --git a/dev-ml/async_rpc_kernel/async_rpc_kernel-0.15.0.ebuild b/dev-ml/async_rpc_kernel/async_rpc_kernel-0.15.0.ebuild
index a8a07103d256..cc1aed933640 100644
--- a/dev-ml/async_rpc_kernel/async_rpc_kernel-0.15.0.ebuild
+++ b/dev-ml/async_rpc_kernel/async_rpc_kernel-0.15.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv ~x86"
 IUSE="+ocamlopt"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/async_rpc_kernel/
@ 2023-04-24 12:07 Alfredo Tupone
  0 siblings, 0 replies; 27+ messages in thread
From: Alfredo Tupone @ 2023-04-24 12:07 UTC (permalink / raw
  To: gentoo-commits

commit:     92a5c8bb14eed6625ad8eb4510eca211c1f404bd
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 24 12:06:30 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Apr 24 12:06:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92a5c8bb

dev-ml/async_rpc_kernel: stabilize 0.15.0 for amd64

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

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

diff --git a/dev-ml/async_rpc_kernel/async_rpc_kernel-0.15.0.ebuild b/dev-ml/async_rpc_kernel/async_rpc_kernel-0.15.0.ebuild
index 8d28f06dba45..a8a07103d256 100644
--- a/dev-ml/async_rpc_kernel/async_rpc_kernel-0.15.0.ebuild
+++ b/dev-ml/async_rpc_kernel/async_rpc_kernel-0.15.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86"
 IUSE="+ocamlopt"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/async_rpc_kernel/
@ 2023-04-24 12:07 Alfredo Tupone
  0 siblings, 0 replies; 27+ messages in thread
From: Alfredo Tupone @ 2023-04-24 12:07 UTC (permalink / raw
  To: gentoo-commits

commit:     34ccfa957ba21d644507203646c6de03fb3f7c97
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 24 12:03:53 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Apr 24 12:03:53 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34ccfa95

dev-ml/async_rpc_kernel: update maintainers

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

 dev-ml/async_rpc_kernel/metadata.xml | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/dev-ml/async_rpc_kernel/metadata.xml b/dev-ml/async_rpc_kernel/metadata.xml
index 11690b3c7d66..233f090c52ee 100644
--- a/dev-ml/async_rpc_kernel/metadata.xml
+++ b/dev-ml/async_rpc_kernel/metadata.xml
@@ -1,9 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <!-- maintainer-needed -->
-  <upstream>
-    <remote-id type="bitbucket">yminsky/ocaml-core</remote-id>
-    <remote-id type="github">janestreet/async_rpc_kernel</remote-id>
-  </upstream>
+	<maintainer type="project">
+		<email>ml@gentoo.org</email>
+		<name>ML</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="bitbucket">yminsky/ocaml-core</remote-id>
+		<remote-id type="github">janestreet/async_rpc_kernel</remote-id>
+	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/async_rpc_kernel/
@ 2023-02-24 22:20 Sam James
  0 siblings, 0 replies; 27+ messages in thread
From: Sam James @ 2023-02-24 22:20 UTC (permalink / raw
  To: gentoo-commits

commit:     a6b92a5177aef95defb52ac7b8925a8cae0f9137
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 24 22:19:44 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 24 22:19:44 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6b92a51

dev-ml/async_rpc_kernel: Keyword 0.15.0 arm, #892131

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

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

diff --git a/dev-ml/async_rpc_kernel/async_rpc_kernel-0.15.0.ebuild b/dev-ml/async_rpc_kernel/async_rpc_kernel-0.15.0.ebuild
index 60d906c8d840..8d28f06dba45 100644
--- a/dev-ml/async_rpc_kernel/async_rpc_kernel-0.15.0.ebuild
+++ b/dev-ml/async_rpc_kernel/async_rpc_kernel-0.15.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
 IUSE="+ocamlopt"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/async_rpc_kernel/
@ 2023-02-24 16:56 Sam James
  0 siblings, 0 replies; 27+ messages in thread
From: Sam James @ 2023-02-24 16:56 UTC (permalink / raw
  To: gentoo-commits

commit:     913b2e3a03740fc64c0b7c5d00e9d4f75b70b08a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 24 16:55:28 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 24 16:55:28 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=913b2e3a

dev-ml/async_rpc_kernel: Keyword 0.15.0 arm64, #892131

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

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

diff --git a/dev-ml/async_rpc_kernel/async_rpc_kernel-0.15.0.ebuild b/dev-ml/async_rpc_kernel/async_rpc_kernel-0.15.0.ebuild
index b33ac23e1264..60d906c8d840 100644
--- a/dev-ml/async_rpc_kernel/async_rpc_kernel-0.15.0.ebuild
+++ b/dev-ml/async_rpc_kernel/async_rpc_kernel-0.15.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
 IUSE="+ocamlopt"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/async_rpc_kernel/
@ 2023-02-20 20:27 Arthur Zamarin
  0 siblings, 0 replies; 27+ messages in thread
From: Arthur Zamarin @ 2023-02-20 20:27 UTC (permalink / raw
  To: gentoo-commits

commit:     1493b86e545a5e692cd86ac6a64e604a7c4e7f73
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 20 20:26:29 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 20 20:26:29 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1493b86e

dev-ml/async_rpc_kernel: Keyword 0.15.0 x86, #892131

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

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

diff --git a/dev-ml/async_rpc_kernel/async_rpc_kernel-0.15.0.ebuild b/dev-ml/async_rpc_kernel/async_rpc_kernel-0.15.0.ebuild
index 0c2c8f5bcdcf..b33ac23e1264 100644
--- a/dev-ml/async_rpc_kernel/async_rpc_kernel-0.15.0.ebuild
+++ b/dev-ml/async_rpc_kernel/async_rpc_kernel-0.15.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="~amd64 ~riscv ~x86"
 IUSE="+ocamlopt"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/async_rpc_kernel/
@ 2023-02-10  8:28 Yixun Lan
  0 siblings, 0 replies; 27+ messages in thread
From: Yixun Lan @ 2023-02-10  8:28 UTC (permalink / raw
  To: gentoo-commits

commit:     de2d69b505f1feab9053ca11666292bc288fee33
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 10 08:23:30 2023 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Fri Feb 10 08:23:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de2d69b5

dev-ml/async_rpc_kernel: Keyword 0.15.0 riscv, #892131

Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

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

diff --git a/dev-ml/async_rpc_kernel/async_rpc_kernel-0.15.0.ebuild b/dev-ml/async_rpc_kernel/async_rpc_kernel-0.15.0.ebuild
index 7e000a1b3ae6..0c2c8f5bcdcf 100644
--- a/dev-ml/async_rpc_kernel/async_rpc_kernel-0.15.0.ebuild
+++ b/dev-ml/async_rpc_kernel/async_rpc_kernel-0.15.0.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
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~riscv"
 IUSE="+ocamlopt"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/async_rpc_kernel/
@ 2022-04-27 17:39 Alfredo Tupone
  0 siblings, 0 replies; 27+ messages in thread
From: Alfredo Tupone @ 2022-04-27 17:39 UTC (permalink / raw
  To: gentoo-commits

commit:     6c6e6e1fedd68c9af56e96b9a029ced56fccdfb6
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 27 17:39:43 2022 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Apr 27 17:39:43 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c6e6e1f

dev-ml/async_rpc_kernel: 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/async_rpc_kernel/Manifest                    |  1 +
 .../async_rpc_kernel/async_rpc_kernel-0.15.0.ebuild | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/dev-ml/async_rpc_kernel/Manifest b/dev-ml/async_rpc_kernel/Manifest
index b4d3cb633eb5..9d5e2fd89761 100644
--- a/dev-ml/async_rpc_kernel/Manifest
+++ b/dev-ml/async_rpc_kernel/Manifest
@@ -1 +1,2 @@
 DIST async_rpc_kernel-0.14.0.tar.gz 61643 BLAKE2B d80159c598470718196fe33893a3346d4ac3f7a781ef453e9eaa90cbeede83c97b9333625cd3d0552ea5b14ae039f98c204c4f658dd7810ea4ae449b967f755f SHA512 991b7cdb71b0363355a93fca009cd5d982de4d749c356b208987d1ae9c9b48fce5c59c4b4697042034135ad4c1a9467eb1a5d1f43237c5b081ab3aba2d72bb10
+DIST async_rpc_kernel-0.15.0.tar.gz 65182 BLAKE2B bd809bcdb17de6fe2765bc536b26c6c6daa9125c64a9dccdc80417136000624c3eeff36fc404d1e3f04535fb6f256af8ac7eec5e5547147f2f343104095e50ce SHA512 29ddd5cffd53acd02de1dfac2291d74e69673c6fab6586e8ed2d0edff98b176dbe05b80da0839d394e7601e1a33aec5bafb9678a46665c847878567378e2e648

diff --git a/dev-ml/async_rpc_kernel/async_rpc_kernel-0.15.0.ebuild b/dev-ml/async_rpc_kernel/async_rpc_kernel-0.15.0.ebuild
new file mode 100644
index 000000000000..7e000a1b3ae6
--- /dev/null
+++ b/dev-ml/async_rpc_kernel/async_rpc_kernel-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="Platform-independent core of Async RPC library"
+HOMEPAGE="https://github.com/janestreet/async_rpc_kernel"
+SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/$(ver_cut 1-2)"
+KEYWORDS="~amd64"
+IUSE="+ocamlopt"
+
+RDEPEND="
+	dev-ml/async_kernel:${SLOT}
+	dev-ml/protocol_version_header:${SLOT}
+"
+DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/async_rpc_kernel/
@ 2021-03-07 14:38 Alfredo Tupone
  0 siblings, 0 replies; 27+ messages in thread
From: Alfredo Tupone @ 2021-03-07 14:38 UTC (permalink / raw
  To: gentoo-commits

commit:     2679c17446c52c04f6b6a352a18b2462ecec6781
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  7 14:34:51 2021 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Mar  7 14:37:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2679c174

dev-ml/async_rpc_kernel: rm old version

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

 dev-ml/async_rpc_kernel/Manifest                   |  1 -
 .../async_rpc_kernel/async_rpc_kernel-0.9.0.ebuild | 31 ----------------------
 2 files changed, 32 deletions(-)

diff --git a/dev-ml/async_rpc_kernel/Manifest b/dev-ml/async_rpc_kernel/Manifest
index 2edbcc70870..b4d3cb633eb 100644
--- a/dev-ml/async_rpc_kernel/Manifest
+++ b/dev-ml/async_rpc_kernel/Manifest
@@ -1,2 +1 @@
 DIST async_rpc_kernel-0.14.0.tar.gz 61643 BLAKE2B d80159c598470718196fe33893a3346d4ac3f7a781ef453e9eaa90cbeede83c97b9333625cd3d0552ea5b14ae039f98c204c4f658dd7810ea4ae449b967f755f SHA512 991b7cdb71b0363355a93fca009cd5d982de4d749c356b208987d1ae9c9b48fce5c59c4b4697042034135ad4c1a9467eb1a5d1f43237c5b081ab3aba2d72bb10
-DIST async_rpc_kernel-0.9.0.tar.gz 57411 BLAKE2B 43d07ed0d8e529daf63bf7ee9ff109d765bba0aa2c849e72eb2b60e27d1d1f465fe41ee39b8bc883c6eb63c83c43dde8abc7d7734737bc9819a870d91de18e9e SHA512 4c93165f78a92ae4904503b18072a775ea3ab0f49e460404741bd4daf3f6c483da3dfa987f7013a41dce348a8e95664b4784d175256ccd52a2d8df8e89d3c136

diff --git a/dev-ml/async_rpc_kernel/async_rpc_kernel-0.9.0.ebuild b/dev-ml/async_rpc_kernel/async_rpc_kernel-0.9.0.ebuild
deleted file mode 100644
index efbafe69d38..00000000000
--- a/dev-ml/async_rpc_kernel/async_rpc_kernel-0.9.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Platform-independent core of Async RPC library"
-HOMEPAGE="https://github.com/janestreet/async_rpc_kernel"
-SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="
-	dev-lang/ocaml:=
-	dev-ml/async_kernel:=
-	dev-ml/core_kernel:=
-	dev-ml/ppx_driver:=
-	dev-ml/ppx_jane:=
-	dev-ml/ocaml-migrate-parsetree:=
-"
-DEPEND="${RDEPEND} dev-ml/opam dev-ml/jbuilder"
-
-src_install() {
-	opam-installer -i \
-		--prefix="${ED}/usr" \
-		--libdir="${D}/$(ocamlc -where)" \
-		--docdir="${ED}/usr/share/doc/${PF}" \
-		${PN}.install || die
-}


^ permalink raw reply related	[flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/async_rpc_kernel/
@ 2021-01-27 14:43 Sam James
  0 siblings, 0 replies; 27+ messages in thread
From: Sam James @ 2021-01-27 14:43 UTC (permalink / raw
  To: gentoo-commits

commit:     3f8c91ae757eaf85a02809c1ef6292e49910f05a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 27 14:43:14 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jan 27 14:43:18 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f8c91ae

dev-ml/async_rpc_kernel: add dev-ml/protocol_version_header dep

Closes: https://bugs.gentoo.org/767445
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 ...{async_rpc_kernel-0.14.0.ebuild => async_rpc_kernel-0.14.0-r1.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-ml/async_rpc_kernel/async_rpc_kernel-0.14.0.ebuild b/dev-ml/async_rpc_kernel/async_rpc_kernel-0.14.0-r1.ebuild
similarity index 93%
rename from dev-ml/async_rpc_kernel/async_rpc_kernel-0.14.0.ebuild
rename to dev-ml/async_rpc_kernel/async_rpc_kernel-0.14.0-r1.ebuild
index 19b3d80153d..bbaa645aa09 100644
--- a/dev-ml/async_rpc_kernel/async_rpc_kernel-0.14.0.ebuild
+++ b/dev-ml/async_rpc_kernel/async_rpc_kernel-0.14.0-r1.ebuild
@@ -18,5 +18,6 @@ RDEPEND="
 	dev-ml/async_kernel:=
 	dev-ml/core_kernel:=
 	dev-ml/ppx_jane:=
+	dev-ml/protocol_version_header:=
 "
 DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/async_rpc_kernel/
@ 2021-01-27  9:24 Sam James
  0 siblings, 0 replies; 27+ messages in thread
From: Sam James @ 2021-01-27  9:24 UTC (permalink / raw
  To: gentoo-commits

commit:     68c207cb33fa02274b55ae72916568d3509f4779
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 27 09:24:13 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jan 27 09:24:18 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68c207cb

dev-ml/async_rpc_kernel: fix licence in 0.14.0

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

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

diff --git a/dev-ml/async_rpc_kernel/async_rpc_kernel-0.14.0.ebuild b/dev-ml/async_rpc_kernel/async_rpc_kernel-0.14.0.ebuild
index c8ed5ae8215..19b3d80153d 100644
--- a/dev-ml/async_rpc_kernel/async_rpc_kernel-0.14.0.ebuild
+++ b/dev-ml/async_rpc_kernel/async_rpc_kernel-0.14.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Platform-independent core of Async RPC library"
 HOMEPAGE="https://github.com/janestreet/async_rpc_kernel"
 SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
-LICENSE="Apache-2.0"
+LICENSE="MIT"
 SLOT="0/${PV}"
 KEYWORDS="~amd64"
 IUSE="+ocamlopt"


^ permalink raw reply related	[flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/async_rpc_kernel/
@ 2017-01-30 22:55 Alexis Ballier
  0 siblings, 0 replies; 27+ messages in thread
From: Alexis Ballier @ 2017-01-30 22:55 UTC (permalink / raw
  To: gentoo-commits

commit:     de4a2b97de1f5ae2fe537b5825bac14805a521fb
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 30 22:34:04 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Jan 30 22:34:04 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de4a2b97

dev-ml/async_rpc_kernel: bump to 113.33.03

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ml/async_rpc_kernel/Manifest                   |  1 +
 .../async_rpc_kernel-113.33.03.ebuild              | 51 ++++++++++++++++++++++
 2 files changed, 52 insertions(+)

diff --git a/dev-ml/async_rpc_kernel/Manifest b/dev-ml/async_rpc_kernel/Manifest
index 892a24a..921dc1a 100644
--- a/dev-ml/async_rpc_kernel/Manifest
+++ b/dev-ml/async_rpc_kernel/Manifest
@@ -1 +1,2 @@
 DIST async_rpc_kernel-113.33.00.tar.gz 93171 SHA256 9bb09d157ee44fb932c4f1c4c62e99da506558703ad552f83ce3e34b98cb6893 SHA512 f36308e2e81849358e4e20f90d3340a583509f4a0cb6f3e4eebf4c4f1d99d8e685f114d5cfdce6a3c579b35179532d62c6ecf20dc9d3493f2c495f831af782db WHIRLPOOL 8f5d8ef886735746ef3efcff537aadf59cacfa1655fddc2a5de7dfe742a27373528320251b8d5994a36156b5b238ccecfc3ad7417fdca00a9afd3fe41ac55f35
+DIST async_rpc_kernel-113.33.03.tar.gz 91434 SHA256 90cb6975bc0de193b036f01af192a46c3a07d662a81ee4ae3c1b80356f822779 SHA512 e7d354806c73bd1347c5c52ec5bcef2688d8026c903f020ab7e599d8a72daeb831bdadd2e817443d498bc235014d278f41f428e6de40b7a54b33f51a08b1e074 WHIRLPOOL 0c85b4d6741762cf80913adf3840c92c848a1ac1b7e9720befa818a703ac014cd2c8b88d1eb0c9a8f2393d42146bf7d80bc6e8515fcdde9491104ccba37f993e

diff --git a/dev-ml/async_rpc_kernel/async_rpc_kernel-113.33.03.ebuild b/dev-ml/async_rpc_kernel/async_rpc_kernel-113.33.03.ebuild
new file mode 100644
index 00000000..23350fe
--- /dev/null
+++ b/dev-ml/async_rpc_kernel/async_rpc_kernel-113.33.03.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit oasis
+
+DESCRIPTION="Platform-independent core of Async RPC library"
+HOMEPAGE="https://bitbucket.org/yminsky/ocaml-core/wiki/Home"
+SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+	dev-ml/async_kernel:=
+	dev-ml/bin-prot:=
+	dev-ml/core_kernel:=
+	dev-ml/fieldslib:=
+	dev-ml/ppx_assert:=
+	dev-ml/ppx_bench:=
+	dev-ml/ppx_driver:=
+	dev-ml/ppx_expect:=
+	dev-ml/ppx_inline_test:=
+	dev-ml/ppx_jane:=
+	dev-ml/sexplib:=
+	dev-ml/typerep:=
+	dev-ml/variantslib:=
+"
+DEPEND="${RDEPEND} dev-ml/opam"
+
+src_configure() {
+	emake setup.exe
+	OASIS_SETUP_COMMAND="./setup.exe" oasis_src_configure
+}
+
+src_compile() {
+	emake
+}
+
+src_install() {
+	opam-installer -i \
+		--prefix="${ED}/usr" \
+		--libdir="${D}/$(ocamlc -where)" \
+		--docdir="${ED}/usr/share/doc/${PF}" \
+		${PN}.install || die
+	dodoc CHANGES.md
+}


^ permalink raw reply related	[flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/async_rpc_kernel/
@ 2017-01-24 10:55 Alexis Ballier
  0 siblings, 0 replies; 27+ messages in thread
From: Alexis Ballier @ 2017-01-24 10:55 UTC (permalink / raw
  To: gentoo-commits

commit:     f5737cd03544feb8c0b5cdbd46b3fcd0f2057e1e
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 24 10:48:04 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Jan 24 10:48:04 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5737cd0

dev-ml/async_rpc_kernel: remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ml/async_rpc_kernel/Manifest                   |  1 -
 .../async_rpc_kernel-113.24.00.ebuild              | 51 ----------------------
 2 files changed, 52 deletions(-)

diff --git a/dev-ml/async_rpc_kernel/Manifest b/dev-ml/async_rpc_kernel/Manifest
index 0200408..892a24a 100644
--- a/dev-ml/async_rpc_kernel/Manifest
+++ b/dev-ml/async_rpc_kernel/Manifest
@@ -1,2 +1 @@
-DIST async_rpc_kernel-113.24.00.tar.gz 91427 SHA256 7f6cf06929206b36de3952faf9b57928cc8428457ad3b3269d3ec03b1f36a5bb SHA512 50ff6b38ca9aa31a549d5379babb07d6e3e19441fe2e2816b43f91d279323e154beb00999cc023b6b44ab0367c785bbfea09ea04938e9163b061b8ddff83fd04 WHIRLPOOL 4eafa5a0c0aa1a8e6d9bc4585335757b17eb646e7117d1d4840df7c412fcbeebdbf30f66dd35fda2b876c198c75155eba58ef62da9f4542a8aca22c7efc1c4a9
 DIST async_rpc_kernel-113.33.00.tar.gz 93171 SHA256 9bb09d157ee44fb932c4f1c4c62e99da506558703ad552f83ce3e34b98cb6893 SHA512 f36308e2e81849358e4e20f90d3340a583509f4a0cb6f3e4eebf4c4f1d99d8e685f114d5cfdce6a3c579b35179532d62c6ecf20dc9d3493f2c495f831af782db WHIRLPOOL 8f5d8ef886735746ef3efcff537aadf59cacfa1655fddc2a5de7dfe742a27373528320251b8d5994a36156b5b238ccecfc3ad7417fdca00a9afd3fe41ac55f35

diff --git a/dev-ml/async_rpc_kernel/async_rpc_kernel-113.24.00.ebuild b/dev-ml/async_rpc_kernel/async_rpc_kernel-113.24.00.ebuild
deleted file mode 100644
index 18d85eb..00000000
--- a/dev-ml/async_rpc_kernel/async_rpc_kernel-113.24.00.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit oasis
-
-DESCRIPTION="Platform-independent core of Async RPC library"
-HOMEPAGE="https://bitbucket.org/yminsky/ocaml-core/wiki/Home"
-SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="
-	dev-ml/async_kernel:=
-	dev-ml/bin-prot:=
-	dev-ml/core_kernel:=
-	dev-ml/fieldslib:=
-	dev-ml/ppx_assert:=
-	dev-ml/ppx_bench:=
-	dev-ml/ppx_driver:=
-	dev-ml/ppx_expect:=
-	dev-ml/ppx_inline_test:=
-	dev-ml/ppx_jane:=
-	dev-ml/sexplib:=
-	dev-ml/typerep:=
-	dev-ml/variantslib:=
-"
-DEPEND="${RDEPEND} dev-ml/opam"
-
-src_configure() {
-	emake setup.exe
-	OASIS_SETUP_COMMAND="./setup.exe" oasis_src_configure
-}
-
-src_compile() {
-	emake
-}
-
-src_install() {
-	opam-installer -i \
-		--prefix="${ED}/usr" \
-		--libdir="${D}/$(ocamlc -where)" \
-		--docdir="${ED}/usr/share/doc/${PF}" \
-		${PN}.install || die
-	dodoc CHANGES.md
-}


^ permalink raw reply related	[flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/async_rpc_kernel/
@ 2016-03-22 10:56 Alexis Ballier
  0 siblings, 0 replies; 27+ messages in thread
From: Alexis Ballier @ 2016-03-22 10:56 UTC (permalink / raw
  To: gentoo-commits

commit:     4d479996f087359cb2889cc344f327e557cfacc3
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 22 10:46:45 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Mar 22 10:55:46 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d479996

dev-ml/async_rpc_kernel: bump to 113.33.00

Package-Manager: portage-2.2.28
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 dev-ml/async_rpc_kernel/Manifest                   |  1 +
 .../async_rpc_kernel-113.33.00.ebuild              | 51 ++++++++++++++++++++++
 2 files changed, 52 insertions(+)

diff --git a/dev-ml/async_rpc_kernel/Manifest b/dev-ml/async_rpc_kernel/Manifest
index a8e45dd..0200408 100644
--- a/dev-ml/async_rpc_kernel/Manifest
+++ b/dev-ml/async_rpc_kernel/Manifest
@@ -1 +1,2 @@
 DIST async_rpc_kernel-113.24.00.tar.gz 91427 SHA256 7f6cf06929206b36de3952faf9b57928cc8428457ad3b3269d3ec03b1f36a5bb SHA512 50ff6b38ca9aa31a549d5379babb07d6e3e19441fe2e2816b43f91d279323e154beb00999cc023b6b44ab0367c785bbfea09ea04938e9163b061b8ddff83fd04 WHIRLPOOL 4eafa5a0c0aa1a8e6d9bc4585335757b17eb646e7117d1d4840df7c412fcbeebdbf30f66dd35fda2b876c198c75155eba58ef62da9f4542a8aca22c7efc1c4a9
+DIST async_rpc_kernel-113.33.00.tar.gz 93171 SHA256 9bb09d157ee44fb932c4f1c4c62e99da506558703ad552f83ce3e34b98cb6893 SHA512 f36308e2e81849358e4e20f90d3340a583509f4a0cb6f3e4eebf4c4f1d99d8e685f114d5cfdce6a3c579b35179532d62c6ecf20dc9d3493f2c495f831af782db WHIRLPOOL 8f5d8ef886735746ef3efcff537aadf59cacfa1655fddc2a5de7dfe742a27373528320251b8d5994a36156b5b238ccecfc3ad7417fdca00a9afd3fe41ac55f35

diff --git a/dev-ml/async_rpc_kernel/async_rpc_kernel-113.33.00.ebuild b/dev-ml/async_rpc_kernel/async_rpc_kernel-113.33.00.ebuild
new file mode 100644
index 0000000..18d85eb
--- /dev/null
+++ b/dev-ml/async_rpc_kernel/async_rpc_kernel-113.33.00.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit oasis
+
+DESCRIPTION="Platform-independent core of Async RPC library"
+HOMEPAGE="https://bitbucket.org/yminsky/ocaml-core/wiki/Home"
+SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+	dev-ml/async_kernel:=
+	dev-ml/bin-prot:=
+	dev-ml/core_kernel:=
+	dev-ml/fieldslib:=
+	dev-ml/ppx_assert:=
+	dev-ml/ppx_bench:=
+	dev-ml/ppx_driver:=
+	dev-ml/ppx_expect:=
+	dev-ml/ppx_inline_test:=
+	dev-ml/ppx_jane:=
+	dev-ml/sexplib:=
+	dev-ml/typerep:=
+	dev-ml/variantslib:=
+"
+DEPEND="${RDEPEND} dev-ml/opam"
+
+src_configure() {
+	emake setup.exe
+	OASIS_SETUP_COMMAND="./setup.exe" oasis_src_configure
+}
+
+src_compile() {
+	emake
+}
+
+src_install() {
+	opam-installer -i \
+		--prefix="${ED}/usr" \
+		--libdir="${D}/$(ocamlc -where)" \
+		--docdir="${ED}/usr/share/doc/${PF}" \
+		${PN}.install || die
+	dodoc CHANGES.md
+}


^ permalink raw reply related	[flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/async_rpc_kernel/
@ 2016-02-05 20:59 Alexis Ballier
  0 siblings, 0 replies; 27+ messages in thread
From: Alexis Ballier @ 2016-02-05 20:59 UTC (permalink / raw
  To: gentoo-commits

commit:     05fa057d4b7d5855b69501f6331d2b608b49565e
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  5 20:03:21 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Feb  5 20:59:02 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05fa057d

dev-ml/async_rpc_kernel: bump to 113.24.00

Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 dev-ml/async_rpc_kernel/Manifest                   |  1 +
 .../async_rpc_kernel-113.24.00.ebuild              | 51 ++++++++++++++++++++++
 2 files changed, 52 insertions(+)

diff --git a/dev-ml/async_rpc_kernel/Manifest b/dev-ml/async_rpc_kernel/Manifest
index 5392b5a..0844ae8 100644
--- a/dev-ml/async_rpc_kernel/Manifest
+++ b/dev-ml/async_rpc_kernel/Manifest
@@ -1,2 +1,3 @@
 DIST async_rpc_kernel-112.35.00.tar.gz 79058 SHA256 1e24cb9aa3e6719a11bb24c3171ce256c029c20f7b5081ea8da5719693a4b542 SHA512 bb89e91e0ae66f9bb5d20144525fbda31b50e0cd65de91770b4757d999261a5960958c67061faccc079042602c89526cfdec99e3ed636e16f854128744835f3a WHIRLPOOL d4fe90f3e3da60908734bdc8515f311a1270fad87b89ec32fafa8612e66709156cc1ab7b37506d0a84d4b407c7947c7b98ee1b3caa772466f3be666a85702cd3
 DIST async_rpc_kernel-113.00.00.tar.gz 80402 SHA256 21c8bc830d261543c22ac2019c08a9a39c9f490fca038a39c43e94d3cd9af73d SHA512 4479a114e18839c32cfc33bd618d2a1631b76ff65562e6e9eb041b962233e7eac02590fc49059b1f1d476361b7590084f8704d583b2f102c6329b424f7ddf198 WHIRLPOOL 8adb3ebe6aa9c918347b9f150614add9e9170db113490891252c36f154b645b8a1b2fdd6ebadec37eb1a2aa2d1f946940d2c43b09435530dd75346136a59e26b
+DIST async_rpc_kernel-113.24.00.tar.gz 91427 SHA256 7f6cf06929206b36de3952faf9b57928cc8428457ad3b3269d3ec03b1f36a5bb SHA512 50ff6b38ca9aa31a549d5379babb07d6e3e19441fe2e2816b43f91d279323e154beb00999cc023b6b44ab0367c785bbfea09ea04938e9163b061b8ddff83fd04 WHIRLPOOL 4eafa5a0c0aa1a8e6d9bc4585335757b17eb646e7117d1d4840df7c412fcbeebdbf30f66dd35fda2b876c198c75155eba58ef62da9f4542a8aca22c7efc1c4a9

diff --git a/dev-ml/async_rpc_kernel/async_rpc_kernel-113.24.00.ebuild b/dev-ml/async_rpc_kernel/async_rpc_kernel-113.24.00.ebuild
new file mode 100644
index 0000000..18d85eb
--- /dev/null
+++ b/dev-ml/async_rpc_kernel/async_rpc_kernel-113.24.00.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit oasis
+
+DESCRIPTION="Platform-independent core of Async RPC library"
+HOMEPAGE="https://bitbucket.org/yminsky/ocaml-core/wiki/Home"
+SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+	dev-ml/async_kernel:=
+	dev-ml/bin-prot:=
+	dev-ml/core_kernel:=
+	dev-ml/fieldslib:=
+	dev-ml/ppx_assert:=
+	dev-ml/ppx_bench:=
+	dev-ml/ppx_driver:=
+	dev-ml/ppx_expect:=
+	dev-ml/ppx_inline_test:=
+	dev-ml/ppx_jane:=
+	dev-ml/sexplib:=
+	dev-ml/typerep:=
+	dev-ml/variantslib:=
+"
+DEPEND="${RDEPEND} dev-ml/opam"
+
+src_configure() {
+	emake setup.exe
+	OASIS_SETUP_COMMAND="./setup.exe" oasis_src_configure
+}
+
+src_compile() {
+	emake
+}
+
+src_install() {
+	opam-installer -i \
+		--prefix="${ED}/usr" \
+		--libdir="${D}/$(ocamlc -where)" \
+		--docdir="${ED}/usr/share/doc/${PF}" \
+		${PN}.install || die
+	dodoc CHANGES.md
+}


^ permalink raw reply related	[flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/async_rpc_kernel/
@ 2016-02-05 20:59 Alexis Ballier
  0 siblings, 0 replies; 27+ messages in thread
From: Alexis Ballier @ 2016-02-05 20:59 UTC (permalink / raw
  To: gentoo-commits

commit:     70fdab654f68676c6fc41aea8eaaa67bcef2f258
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  5 20:03:36 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Feb  5 20:59:02 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70fdab65

dev-ml/async_rpc_kernel: remove old

Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 dev-ml/async_rpc_kernel/Manifest                   |  2 --
 .../async_rpc_kernel-112.35.00.ebuild              | 29 ----------------------
 .../async_rpc_kernel-113.00.00.ebuild              | 29 ----------------------
 3 files changed, 60 deletions(-)

diff --git a/dev-ml/async_rpc_kernel/Manifest b/dev-ml/async_rpc_kernel/Manifest
index 0844ae8..a8e45dd 100644
--- a/dev-ml/async_rpc_kernel/Manifest
+++ b/dev-ml/async_rpc_kernel/Manifest
@@ -1,3 +1 @@
-DIST async_rpc_kernel-112.35.00.tar.gz 79058 SHA256 1e24cb9aa3e6719a11bb24c3171ce256c029c20f7b5081ea8da5719693a4b542 SHA512 bb89e91e0ae66f9bb5d20144525fbda31b50e0cd65de91770b4757d999261a5960958c67061faccc079042602c89526cfdec99e3ed636e16f854128744835f3a WHIRLPOOL d4fe90f3e3da60908734bdc8515f311a1270fad87b89ec32fafa8612e66709156cc1ab7b37506d0a84d4b407c7947c7b98ee1b3caa772466f3be666a85702cd3
-DIST async_rpc_kernel-113.00.00.tar.gz 80402 SHA256 21c8bc830d261543c22ac2019c08a9a39c9f490fca038a39c43e94d3cd9af73d SHA512 4479a114e18839c32cfc33bd618d2a1631b76ff65562e6e9eb041b962233e7eac02590fc49059b1f1d476361b7590084f8704d583b2f102c6329b424f7ddf198 WHIRLPOOL 8adb3ebe6aa9c918347b9f150614add9e9170db113490891252c36f154b645b8a1b2fdd6ebadec37eb1a2aa2d1f946940d2c43b09435530dd75346136a59e26b
 DIST async_rpc_kernel-113.24.00.tar.gz 91427 SHA256 7f6cf06929206b36de3952faf9b57928cc8428457ad3b3269d3ec03b1f36a5bb SHA512 50ff6b38ca9aa31a549d5379babb07d6e3e19441fe2e2816b43f91d279323e154beb00999cc023b6b44ab0367c785bbfea09ea04938e9163b061b8ddff83fd04 WHIRLPOOL 4eafa5a0c0aa1a8e6d9bc4585335757b17eb646e7117d1d4840df7c412fcbeebdbf30f66dd35fda2b876c198c75155eba58ef62da9f4542a8aca22c7efc1c4a9

diff --git a/dev-ml/async_rpc_kernel/async_rpc_kernel-112.35.00.ebuild b/dev-ml/async_rpc_kernel/async_rpc_kernel-112.35.00.ebuild
deleted file mode 100644
index 25630bf..0000000
--- a/dev-ml/async_rpc_kernel/async_rpc_kernel-112.35.00.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit oasis
-
-DESCRIPTION="Platform-independent core of Async RPC library"
-HOMEPAGE="https://bitbucket.org/yminsky/ocaml-core/wiki/Home"
-SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="dev-ml/camlp4:=
-	dev-ml/async_kernel:=
-	dev-ml/bin-prot:=
-	dev-ml/comparelib:=
-	dev-ml/core_kernel:=
-	dev-ml/custom_printf:=
-	dev-ml/fieldslib:=
-	dev-ml/pa_ounit:=
-	dev-ml/sexplib:="
-RDEPEND="${DEPEND}"
-
-DOCS=( "CHANGES.md" )

diff --git a/dev-ml/async_rpc_kernel/async_rpc_kernel-113.00.00.ebuild b/dev-ml/async_rpc_kernel/async_rpc_kernel-113.00.00.ebuild
deleted file mode 100644
index 25630bf..0000000
--- a/dev-ml/async_rpc_kernel/async_rpc_kernel-113.00.00.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit oasis
-
-DESCRIPTION="Platform-independent core of Async RPC library"
-HOMEPAGE="https://bitbucket.org/yminsky/ocaml-core/wiki/Home"
-SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="dev-ml/camlp4:=
-	dev-ml/async_kernel:=
-	dev-ml/bin-prot:=
-	dev-ml/comparelib:=
-	dev-ml/core_kernel:=
-	dev-ml/custom_printf:=
-	dev-ml/fieldslib:=
-	dev-ml/pa_ounit:=
-	dev-ml/sexplib:="
-RDEPEND="${DEPEND}"
-
-DOCS=( "CHANGES.md" )


^ permalink raw reply related	[flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/async_rpc_kernel/
@ 2015-09-19 14:03 Alexis Ballier
  0 siblings, 0 replies; 27+ messages in thread
From: Alexis Ballier @ 2015-09-19 14:03 UTC (permalink / raw
  To: gentoo-commits

commit:     bdcefa97c5f2aba576ac2380653a5cbc898aac19
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 19 13:48:43 2015 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Sep 19 14:03:11 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdcefa97

dev-ml/async_rpc_kernel: bump to 113.00.00

Package-Manager: portage-2.2.20.1

 dev-ml/async_rpc_kernel/Manifest                   |  1 +
 .../async_rpc_kernel-113.00.00.ebuild              | 29 ++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/dev-ml/async_rpc_kernel/Manifest b/dev-ml/async_rpc_kernel/Manifest
index 4f91114..5392b5a 100644
--- a/dev-ml/async_rpc_kernel/Manifest
+++ b/dev-ml/async_rpc_kernel/Manifest
@@ -1 +1,2 @@
 DIST async_rpc_kernel-112.35.00.tar.gz 79058 SHA256 1e24cb9aa3e6719a11bb24c3171ce256c029c20f7b5081ea8da5719693a4b542 SHA512 bb89e91e0ae66f9bb5d20144525fbda31b50e0cd65de91770b4757d999261a5960958c67061faccc079042602c89526cfdec99e3ed636e16f854128744835f3a WHIRLPOOL d4fe90f3e3da60908734bdc8515f311a1270fad87b89ec32fafa8612e66709156cc1ab7b37506d0a84d4b407c7947c7b98ee1b3caa772466f3be666a85702cd3
+DIST async_rpc_kernel-113.00.00.tar.gz 80402 SHA256 21c8bc830d261543c22ac2019c08a9a39c9f490fca038a39c43e94d3cd9af73d SHA512 4479a114e18839c32cfc33bd618d2a1631b76ff65562e6e9eb041b962233e7eac02590fc49059b1f1d476361b7590084f8704d583b2f102c6329b424f7ddf198 WHIRLPOOL 8adb3ebe6aa9c918347b9f150614add9e9170db113490891252c36f154b645b8a1b2fdd6ebadec37eb1a2aa2d1f946940d2c43b09435530dd75346136a59e26b

diff --git a/dev-ml/async_rpc_kernel/async_rpc_kernel-113.00.00.ebuild b/dev-ml/async_rpc_kernel/async_rpc_kernel-113.00.00.ebuild
new file mode 100644
index 0000000..25630bf
--- /dev/null
+++ b/dev-ml/async_rpc_kernel/async_rpc_kernel-113.00.00.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit oasis
+
+DESCRIPTION="Platform-independent core of Async RPC library"
+HOMEPAGE="https://bitbucket.org/yminsky/ocaml-core/wiki/Home"
+SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="dev-ml/camlp4:=
+	dev-ml/async_kernel:=
+	dev-ml/bin-prot:=
+	dev-ml/comparelib:=
+	dev-ml/core_kernel:=
+	dev-ml/custom_printf:=
+	dev-ml/fieldslib:=
+	dev-ml/pa_ounit:=
+	dev-ml/sexplib:="
+RDEPEND="${DEPEND}"
+
+DOCS=( "CHANGES.md" )


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

end of thread, other threads:[~2024-06-12  5:40 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-27  9:12 [gentoo-commits] repo/gentoo:master commit in: dev-ml/async_rpc_kernel/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-06-12  5:40 Arthur Zamarin
2024-06-02 19:46 Arthur Zamarin
2024-06-02 19:41 Arthur Zamarin
2024-06-02 19:36 Arthur Zamarin
2023-07-08 16:37 Alfredo Tupone
2023-06-15 18:20 Arthur Zamarin
2023-06-15 18:20 Arthur Zamarin
2023-06-09 16:52 Arthur Zamarin
2023-06-09 15:27 Arthur Zamarin
2023-06-09 15:27 Arthur Zamarin
2023-04-24 12:07 Alfredo Tupone
2023-04-24 12:07 Alfredo Tupone
2023-02-24 22:20 Sam James
2023-02-24 16:56 Sam James
2023-02-20 20:27 Arthur Zamarin
2023-02-10  8:28 Yixun Lan
2022-04-27 17:39 Alfredo Tupone
2021-03-07 14:38 Alfredo Tupone
2021-01-27 14:43 Sam James
2021-01-27  9:24 Sam James
2017-01-30 22:55 Alexis Ballier
2017-01-24 10:55 Alexis Ballier
2016-03-22 10:56 Alexis Ballier
2016-02-05 20:59 Alexis Ballier
2016-02-05 20:59 Alexis Ballier
2015-09-19 14:03 Alexis Ballier

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