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

2023-07-08 Thread Alfredo Tupone
commit: 0de38d5350a12bb151cc63bc15f1204ab5977574
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Sat Jul  8 16:04:59 2023 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Sat Jul  8 16:34:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0de38d53

dev-ml/async_unix: add 0.16.0

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

 dev-ml/async_unix/Manifest |  1 +
 dev-ml/async_unix/async_unix-0.16.0.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-ml/async_unix/Manifest b/dev-ml/async_unix/Manifest
index 994715b9ceec..225fadb32619 100644
--- a/dev-ml/async_unix/Manifest
+++ b/dev-ml/async_unix/Manifest
@@ -1,2 +1,3 @@
 DIST async_unix-0.14.0.tar.gz 171624 BLAKE2B 
4c55b6c8ba8cd59ede4b214ec84d8689700e46b918a96e145f94ebd011c32de6c2ab40c35a4c821ac58872259740b752e045eb2ac7954ecb0b988ceaf1b75ff2
 SHA512 
d90713d1d35445a648392e9104eedd25d4c7e6a10a46d0442539c1521349dcbee4118e852cc8335c8c03ba4d1050f199eb91a6e3c3c827dca8eee59501f379be
 DIST async_unix-0.15.0.tar.gz 178320 BLAKE2B 
825efe071ecfb39ff0d5586cd8981c31a4692ee5b44727fdb22d68bfc08f9f1e296a363b87c308bef7cdd557dc9124da21bd1e772fe47dcde917b6bc5024500d
 SHA512 
d6bb561ca06b3232c11c10bfe9dbd689020d52dc90f13f01751abf31f968649c7c8664f5f58de95c89f012de00c789efa9c0ca230ba32b9105c609d1afca2a51
+DIST async_unix-0.16.0.tar.gz 186267 BLAKE2B 
1f4be6e324658d50554c7ba252de4f85c9439492ed35a3e453113c443b848bef63684b1ae752f70994b5b224e00110364442ea032a345f9f3982542e306d47e6
 SHA512 
9fe8f61cb3a27e9974aefa40596df744dad75aca037b0b8347c87f86f63832a993f8306c0b0e7cbf7affcedc50a53ae32bdf3be40cee04d1e41653e3697bd991

diff --git a/dev-ml/async_unix/async_unix-0.16.0.ebuild 
b/dev-ml/async_unix/async_unix-0.16.0.ebuild
new file mode 100644
index ..c8ec8cfad6cf
--- /dev/null
+++ b/dev-ml/async_unix/async_unix-0.16.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="Jane Street Capital's asynchronous execution library (unix)"
+HOMEPAGE="https://github.com/janestreet/async_unix;
+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 ~x86"
+IUSE="+ocamlopt"
+
+RDEPEND="
+   >=dev-lang/ocaml-4.14
+   dev-ml/async_kernel:${SLOT}
+   dev-ml/core:${SLOT}
+   dev-ml/core_kernel:${SLOT}
+   dev-ml/core_unix:${SLOT}
+   dev-ml/ppx_jane:${SLOT}
+"
+DEPEND="${RDEPEND}"



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

2023-06-15 Thread Arthur Zamarin
commit: d415132243b77b1219782986361c6acb4cb95a28
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jun 15 18:19:35 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jun 15 18:19:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4151322

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

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

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

diff --git a/dev-ml/async_unix/async_unix-0.15.0.ebuild 
b/dev-ml/async_unix/async_unix-0.15.0.ebuild
index dfbd890c0a9c..152bc4e66e5d 100644
--- a/dev-ml/async_unix/async_unix-0.15.0.ebuild
+++ b/dev-ml/async_unix/async_unix-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 x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 x86"
 IUSE="+ocamlopt"
 
 RDEPEND="



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

2023-05-05 Thread Sam James
commit: 997966df57bc350397b3042628bf1c2ac97e5a64
Author: Sam James  gentoo  org>
AuthorDate: Fri May  5 22:30:29 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri May  5 22:30:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=997966df

dev-ml/async_unix: Stabilize 0.15.0 arm64, #901669

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

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

diff --git a/dev-ml/async_unix/async_unix-0.15.0.ebuild 
b/dev-ml/async_unix/async_unix-0.15.0.ebuild
index a10b5c8e6508..f22ffb4da89c 100644
--- a/dev-ml/async_unix/async_unix-0.15.0.ebuild
+++ b/dev-ml/async_unix/async_unix-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 x86"
+KEYWORDS="amd64 arm arm64 x86"
 IUSE="+ocamlopt"
 
 RDEPEND="



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

2023-05-05 Thread Arthur Zamarin
commit: 0ab78b137215ab79334e93c17aa4cf140e15dbb7
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri May  5 17:18:58 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri May  5 17:18:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ab78b13

dev-ml/async_unix: Stabilize 0.15.0 arm, #901669

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

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

diff --git a/dev-ml/async_unix/async_unix-0.15.0.ebuild 
b/dev-ml/async_unix/async_unix-0.15.0.ebuild
index ab1f9df925a9..a10b5c8e6508 100644
--- a/dev-ml/async_unix/async_unix-0.15.0.ebuild
+++ b/dev-ml/async_unix/async_unix-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 x86"
+KEYWORDS="amd64 arm ~arm64 x86"
 IUSE="+ocamlopt"
 
 RDEPEND="



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

2023-05-05 Thread Arthur Zamarin
commit: a7ea84d7e6806116a4e56fb297ee7f06fb004f54
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri May  5 13:37:21 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri May  5 13:37:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7ea84d7

dev-ml/async_unix: Stabilize 0.15.0 x86, #901669

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

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

diff --git a/dev-ml/async_unix/async_unix-0.15.0.ebuild 
b/dev-ml/async_unix/async_unix-0.15.0.ebuild
index b2c1f79fd6d4..ab1f9df925a9 100644
--- a/dev-ml/async_unix/async_unix-0.15.0.ebuild
+++ b/dev-ml/async_unix/async_unix-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 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 IUSE="+ocamlopt"
 
 RDEPEND="



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

2023-04-24 Thread Alfredo Tupone
commit: 5e9364e290f392efd51a2136b14b91e11e51d49d
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Mon Apr 24 13:44:44 2023 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Mon Apr 24 13:45:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e9364e2

dev-ml/async_unix: stabilize 0.15.0 for amd64

Bug: https://bugs.gentoo.org/901669
Signed-off-by: Alfredo Tupone  gentoo.org>

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

diff --git a/dev-ml/async_unix/async_unix-0.15.0.ebuild 
b/dev-ml/async_unix/async_unix-0.15.0.ebuild
index 5ec921aba3b8..b2c1f79fd6d4 100644
--- a/dev-ml/async_unix/async_unix-0.15.0.ebuild
+++ b/dev-ml/async_unix/async_unix-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 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~x86"
 IUSE="+ocamlopt"
 
 RDEPEND="



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

2023-02-20 Thread Arthur Zamarin
commit: 1e7fdbcebec83d7c20aaa64ab58421d4e22ffd55
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Feb 20 20:26:22 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Feb 20 20:26:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e7fdbce

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

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

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

diff --git a/dev-ml/async_unix/async_unix-0.15.0.ebuild 
b/dev-ml/async_unix/async_unix-0.15.0.ebuild
index 489078b6accf..83c4750ce971 100644
--- a/dev-ml/async_unix/async_unix-0.15.0.ebuild
+++ b/dev-ml/async_unix/async_unix-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"
+KEYWORDS="~amd64 ~x86"
 IUSE="+ocamlopt"
 
 RDEPEND="



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

2023-01-26 Thread Sam James
commit: 33ce1bdbfcf2805520cc8ab357969389c73eb125
Author: Sam James  gentoo  org>
AuthorDate: Fri Jan 27 00:23:59 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jan 27 00:28:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33ce1bdb

dev-ml/async_unix: unkeyword 0.15.0

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

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

diff --git a/dev-ml/async_unix/async_unix-0.15.0.ebuild 
b/dev-ml/async_unix/async_unix-0.15.0.ebuild
index 16e04b7a7169..489078b6accf 100644
--- a/dev-ml/async_unix/async_unix-0.15.0.ebuild
+++ b/dev-ml/async_unix/async_unix-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 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64"
 IUSE="+ocamlopt"
 
 RDEPEND="



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

2022-10-14 Thread Alfredo Tupone
commit: fc96d59cc8d270d3fa2c79f65f23ff05c1fcb451
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Fri Oct 14 13:00:31 2022 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Fri Oct 14 13:01:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc96d59c

dev-ml/async_unix: adj deps

Closes: https://bugs.gentoo.org/876997

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

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

diff --git a/dev-ml/async_unix/async_unix-0.14.0.ebuild 
b/dev-ml/async_unix/async_unix-0.14.0.ebuild
index cce539b92576..21ea506bd4f5 100644
--- a/dev-ml/async_unix/async_unix-0.14.0.ebuild
+++ b/dev-ml/async_unix/async_unix-0.14.0.ebuild
@@ -16,7 +16,7 @@ IUSE="+ocamlopt"
 
 RDEPEND="
dev-ml/async_kernel:=
-   dev-ml/core:=
+   =dev-ml/core-0.14*:=
dev-ml/core_kernel:=
dev-ml/ppx_jane:=
 "



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

2022-04-27 Thread Alfredo Tupone
commit: 375fd8ffa74840753ab3f5309982b4db5adfefd7
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Wed Apr 27 17:48:26 2022 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Wed Apr 27 17:48:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=375fd8ff

dev-ml/async_unix: 0.15.0 bump

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

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

diff --git a/dev-ml/async_unix/Manifest b/dev-ml/async_unix/Manifest
index 4d67af5d41f6..994715b9ceec 100644
--- a/dev-ml/async_unix/Manifest
+++ b/dev-ml/async_unix/Manifest
@@ -1 +1,2 @@
 DIST async_unix-0.14.0.tar.gz 171624 BLAKE2B 
4c55b6c8ba8cd59ede4b214ec84d8689700e46b918a96e145f94ebd011c32de6c2ab40c35a4c821ac58872259740b752e045eb2ac7954ecb0b988ceaf1b75ff2
 SHA512 
d90713d1d35445a648392e9104eedd25d4c7e6a10a46d0442539c1521349dcbee4118e852cc8335c8c03ba4d1050f199eb91a6e3c3c827dca8eee59501f379be
+DIST async_unix-0.15.0.tar.gz 178320 BLAKE2B 
825efe071ecfb39ff0d5586cd8981c31a4692ee5b44727fdb22d68bfc08f9f1e296a363b87c308bef7cdd557dc9124da21bd1e772fe47dcde917b6bc5024500d
 SHA512 
d6bb561ca06b3232c11c10bfe9dbd689020d52dc90f13f01751abf31f968649c7c8664f5f58de95c89f012de00c789efa9c0ca230ba32b9105c609d1afca2a51

diff --git a/dev-ml/async_unix/async_unix-0.15.0.ebuild 
b/dev-ml/async_unix/async_unix-0.15.0.ebuild
new file mode 100644
index ..16e04b7a7169
--- /dev/null
+++ b/dev-ml/async_unix/async_unix-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="Jane Street Capital's asynchronous execution library (unix)"
+HOMEPAGE="https://github.com/janestreet/async_unix;
+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-ml/async_kernel:${SLOT}
+   dev-ml/core_unix:${SLOT}
+"
+DEPEND="${RDEPEND}"



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

2021-10-03 Thread Alfredo Tupone
commit: e43cb6e87ec24df7a3555f0acedb8b694a68ca99
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Sun Oct  3 09:52:48 2021 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Sun Oct  3 09:57:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e43cb6e8

dev-ml/async_unix: src_compile is in dune.eclass

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

 dev-ml/async_unix/async_unix-0.14.0.ebuild | 4 
 1 file changed, 4 deletions(-)

diff --git a/dev-ml/async_unix/async_unix-0.14.0.ebuild 
b/dev-ml/async_unix/async_unix-0.14.0.ebuild
index 231d23d4ecd..51bdd90f714 100644
--- a/dev-ml/async_unix/async_unix-0.14.0.ebuild
+++ b/dev-ml/async_unix/async_unix-0.14.0.ebuild
@@ -21,7 +21,3 @@ RDEPEND="
dev-ml/ppx_jane:=
 "
 DEPEND="${RDEPEND}"
-
-src_compile() {
-   dune build @install --profile release || die
-}



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

2021-10-01 Thread Alfredo Tupone
commit: a6ff9bb296758cd081f0fc279d7c7279e72be8ba
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Fri Oct  1 17:13:22 2021 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Fri Oct  1 17:13:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6ff9bb2

dev-ml/async_unix: build with ocaml-4.12

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

 dev-ml/async_unix/async_unix-0.14.0.ebuild | 4 
 dev-ml/async_unix/metadata.xml | 5 -
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/dev-ml/async_unix/async_unix-0.14.0.ebuild 
b/dev-ml/async_unix/async_unix-0.14.0.ebuild
index 51bdd90f714..231d23d4ecd 100644
--- a/dev-ml/async_unix/async_unix-0.14.0.ebuild
+++ b/dev-ml/async_unix/async_unix-0.14.0.ebuild
@@ -21,3 +21,7 @@ RDEPEND="
dev-ml/ppx_jane:=
 "
 DEPEND="${RDEPEND}"
+
+src_compile() {
+   dune build @install --profile release || die
+}

diff --git a/dev-ml/async_unix/metadata.xml b/dev-ml/async_unix/metadata.xml
index 9a0ff9dd7d4..517a5e2afdf 100644
--- a/dev-ml/async_unix/metadata.xml
+++ b/dev-ml/async_unix/metadata.xml
@@ -1,7 +1,10 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   m...@gentoo.org
+   ML
+   

janestreet/async_unix




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

2021-06-02 Thread Sam James
commit: f9f70a0e22cd6e0a87a6b1a80a109f798eb1f025
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun  3 00:44:07 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun  3 00:44:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9f70a0e

dev-ml/async_unix: Stabilize 0.14.0 x86, #783582

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

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

diff --git a/dev-ml/async_unix/async_unix-0.14.0.ebuild 
b/dev-ml/async_unix/async_unix-0.14.0.ebuild
index 2e8590dfcf9..51bdd90f714 100644
--- a/dev-ml/async_unix/async_unix-0.14.0.ebuild
+++ b/dev-ml/async_unix/async_unix-0.14.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/${PV}"
-KEYWORDS="amd64 arm arm64 ppc ppc64 ~x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
 IUSE="+ocamlopt"
 
 RDEPEND="



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

2021-05-16 Thread Sam James
commit: 0aec5a6fb113aa18505123038d27114141079165
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 19:01:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 19:01:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0aec5a6f

dev-ml/async_unix: Stabilize 0.14.0 ppc, #783582

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

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

diff --git a/dev-ml/async_unix/async_unix-0.14.0.ebuild 
b/dev-ml/async_unix/async_unix-0.14.0.ebuild
index ea0d0a3a3c3..2e8590dfcf9 100644
--- a/dev-ml/async_unix/async_unix-0.14.0.ebuild
+++ b/dev-ml/async_unix/async_unix-0.14.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/${PV}"
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 ~x86"
 IUSE="+ocamlopt"
 
 RDEPEND="



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

2021-05-15 Thread Sam James
commit: 832d2792e71be99785dc6092d0fba70108b957a8
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 00:06:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 00:06:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=832d2792

dev-ml/async_unix: Stabilize 0.14.0 arm, #783582

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

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

diff --git a/dev-ml/async_unix/async_unix-0.14.0.ebuild 
b/dev-ml/async_unix/async_unix-0.14.0.ebuild
index 4518a839107..ea0d0a3a3c3 100644
--- a/dev-ml/async_unix/async_unix-0.14.0.ebuild
+++ b/dev-ml/async_unix/async_unix-0.14.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/${PV}"
-KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~x86"
 IUSE="+ocamlopt"
 
 RDEPEND="



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

2021-05-15 Thread Sam James
commit: d04b8e751d8795d8fa8a1520544db81caf76c173
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 19:17:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 19:17:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d04b8e75

dev-ml/async_unix: Stabilize 0.14.0 arm64, #783582

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

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

diff --git a/dev-ml/async_unix/async_unix-0.14.0.ebuild 
b/dev-ml/async_unix/async_unix-0.14.0.ebuild
index 0d5b7fdda24..4518a839107 100644
--- a/dev-ml/async_unix/async_unix-0.14.0.ebuild
+++ b/dev-ml/async_unix/async_unix-0.14.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/${PV}"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~x86"
 IUSE="+ocamlopt"
 
 RDEPEND="



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

2021-05-14 Thread Sam James
commit: ea9e90d8a7342755f45cc47feb248c9560afbb7b
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:00:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:00:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea9e90d8

dev-ml/async_unix: Stabilize 0.14.0 amd64, #783582

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

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

diff --git a/dev-ml/async_unix/async_unix-0.14.0.ebuild 
b/dev-ml/async_unix/async_unix-0.14.0.ebuild
index 54baa5fdc8a..0d5b7fdda24 100644
--- a/dev-ml/async_unix/async_unix-0.14.0.ebuild
+++ b/dev-ml/async_unix/async_unix-0.14.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/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
 IUSE="+ocamlopt"
 
 RDEPEND="



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

2021-05-06 Thread Sergei Trofimovich
commit: eb8d0deca2a8f06786b55c50ec2486d8fcaa1f9a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu May  6 07:10:19 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu May  6 07:22:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb8d0dec

dev-ml/async_unix: stable 0.14.0 for ppc64

stable wrt bug #783582

Package-Manager: Portage-3.0.18, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-ml/async_unix/async_unix-0.14.0.ebuild 
b/dev-ml/async_unix/async_unix-0.14.0.ebuild
index d6b3d780878..54baa5fdc8a 100644
--- a/dev-ml/async_unix/async_unix-0.14.0.ebuild
+++ b/dev-ml/async_unix/async_unix-0.14.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/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
 IUSE="+ocamlopt"
 
 RDEPEND="



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

2021-03-07 Thread Alfredo Tupone
commit: 7eea3da86a77b759c9061f0a84e7660bd39c2b92
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Sun Mar  7 14:32:40 2021 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Sun Mar  7 14:37:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eea3da8

dev-ml/async_unix: rm old version

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

 dev-ml/async_unix/Manifest|  1 -
 dev-ml/async_unix/async_unix-0.9.0.ebuild | 33 ---
 2 files changed, 34 deletions(-)

diff --git a/dev-ml/async_unix/Manifest b/dev-ml/async_unix/Manifest
index a4572cc556e..4d67af5d41f 100644
--- a/dev-ml/async_unix/Manifest
+++ b/dev-ml/async_unix/Manifest
@@ -1,2 +1 @@
 DIST async_unix-0.14.0.tar.gz 171624 BLAKE2B 
4c55b6c8ba8cd59ede4b214ec84d8689700e46b918a96e145f94ebd011c32de6c2ab40c35a4c821ac58872259740b752e045eb2ac7954ecb0b988ceaf1b75ff2
 SHA512 
d90713d1d35445a648392e9104eedd25d4c7e6a10a46d0442539c1521349dcbee4118e852cc8335c8c03ba4d1050f199eb91a6e3c3c827dca8eee59501f379be
-DIST async_unix-0.9.0.tar.gz 156717 BLAKE2B 
cce40cb1074ae7a6f38fa8df80dc4787be24a500ed9576bd737fc5db8d1d3f31ccc14cad9b134bccc8257004e421201c410b7c3b19373a282b50817b3ccebd7c
 SHA512 
cd3fb43ffcde8fe01386a0460beb52e2530786dc0abce318c5241243e123ebd57fbf4cff8c91300483f33ae5dc1c0cc591992dc55286dc6ec550be62afb33b42

diff --git a/dev-ml/async_unix/async_unix-0.9.0.ebuild 
b/dev-ml/async_unix/async_unix-0.9.0.ebuild
deleted file mode 100644
index aac9eccd0f0..000
--- a/dev-ml/async_unix/async_unix-0.9.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Jane Street Capital's asynchronous execution library (unix)"
-HOMEPAGE="https://github.com/janestreet/async_unix;
-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-4.02.0:=
-   dev-ml/async_kernel:=
-   dev-ml/core:=
-   dev-ml/ppx_driver:=
-   dev-ml/ppx_jane:=
-   dev-ml/ocaml-migrate-parsetree:=
-   

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

2021-02-21 Thread Sam James
commit: cb38c74ea2093dadab821d33256d6ef2f1e710f5
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 21 09:43:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 21 09:43:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb38c74e

dev-ml/async_unix: Keyword 0.14.0 arm64, #769554

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

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

diff --git a/dev-ml/async_unix/async_unix-0.14.0.ebuild 
b/dev-ml/async_unix/async_unix-0.14.0.ebuild
index e0501879dd4..d6b3d780878 100644
--- a/dev-ml/async_unix/async_unix-0.14.0.ebuild
+++ b/dev-ml/async_unix/async_unix-0.14.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/${PV}"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 IUSE="+ocamlopt"
 
 RDEPEND="



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

2021-02-21 Thread Sam James
commit: fb7ff55aab56f25785d113ee8f31d55d3a8ebfbc
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 21 08:11:03 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 21 08:11:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb7ff55a

dev-ml/async_unix: Keyword 0.14.0 ppc, #769554

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

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

diff --git a/dev-ml/async_unix/async_unix-0.14.0.ebuild 
b/dev-ml/async_unix/async_unix-0.14.0.ebuild
index c881f231733..e0501879dd4 100644
--- a/dev-ml/async_unix/async_unix-0.14.0.ebuild
+++ b/dev-ml/async_unix/async_unix-0.14.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/${PV}"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
 IUSE="+ocamlopt"
 
 RDEPEND="



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

2021-02-20 Thread Sam James
commit: 959877c246c2e4096b38df3ec4eb70ce40ebc6b7
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 21 07:27:57 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 21 07:27:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=959877c2

dev-ml/async_unix: Keyword 0.14.0 arm, #769554

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

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

diff --git a/dev-ml/async_unix/async_unix-0.14.0.ebuild 
b/dev-ml/async_unix/async_unix-0.14.0.ebuild
index 48c81973ffe..c881f231733 100644
--- a/dev-ml/async_unix/async_unix-0.14.0.ebuild
+++ b/dev-ml/async_unix/async_unix-0.14.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/${PV}"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
 IUSE="+ocamlopt"
 
 RDEPEND="



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

2021-02-10 Thread Sam James
commit: ac7fb1dcdb7ef080baeb68b01aa69e1bd4ee27c9
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 10 16:38:25 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 10 16:38:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac7fb1dc

dev-ml/async_unix: Keyword 0.14.0 ppc64, #769554

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

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

diff --git a/dev-ml/async_unix/async_unix-0.14.0.ebuild 
b/dev-ml/async_unix/async_unix-0.14.0.ebuild
index 1f8259c7294..48c81973ffe 100644
--- a/dev-ml/async_unix/async_unix-0.14.0.ebuild
+++ b/dev-ml/async_unix/async_unix-0.14.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/${PV}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE="+ocamlopt"
 
 RDEPEND="



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

2021-02-10 Thread Sam James
commit: 98bfd82c779101d2e63c99717f79ee9a87c78436
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 10 16:29:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 10 16:30:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98bfd82c

dev-ml/async_unix: Keyword 0.14.0 x86, #769554

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

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

diff --git a/dev-ml/async_unix/async_unix-0.14.0.ebuild 
b/dev-ml/async_unix/async_unix-0.14.0.ebuild
index e57bd57ede0..1f8259c7294 100644
--- a/dev-ml/async_unix/async_unix-0.14.0.ebuild
+++ b/dev-ml/async_unix/async_unix-0.14.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/${PV}"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE="+ocamlopt"
 
 RDEPEND="



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

2021-01-27 Thread Sam James
commit: 2bc0a4a4c956c5e941033b8c6b6893bba6eae09f
Author: Sam James  gentoo  org>
AuthorDate: Wed Jan 27 09:03:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan 27 09:12:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bc0a4a4

dev-ml/async_unix: bump to 0.14.0

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

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

diff --git a/dev-ml/async_unix/Manifest b/dev-ml/async_unix/Manifest
index c549f2c3b3b..a4572cc556e 100644
--- a/dev-ml/async_unix/Manifest
+++ b/dev-ml/async_unix/Manifest
@@ -1 +1,2 @@
+DIST async_unix-0.14.0.tar.gz 171624 BLAKE2B 
4c55b6c8ba8cd59ede4b214ec84d8689700e46b918a96e145f94ebd011c32de6c2ab40c35a4c821ac58872259740b752e045eb2ac7954ecb0b988ceaf1b75ff2
 SHA512 
d90713d1d35445a648392e9104eedd25d4c7e6a10a46d0442539c1521349dcbee4118e852cc8335c8c03ba4d1050f199eb91a6e3c3c827dca8eee59501f379be
 DIST async_unix-0.9.0.tar.gz 156717 BLAKE2B 
cce40cb1074ae7a6f38fa8df80dc4787be24a500ed9576bd737fc5db8d1d3f31ccc14cad9b134bccc8257004e421201c410b7c3b19373a282b50817b3ccebd7c
 SHA512 
cd3fb43ffcde8fe01386a0460beb52e2530786dc0abce318c5241243e123ebd57fbf4cff8c91300483f33ae5dc1c0cc591992dc55286dc6ec550be62afb33b42

diff --git a/dev-ml/async_unix/async_unix-0.14.0.ebuild 
b/dev-ml/async_unix/async_unix-0.14.0.ebuild
new file mode 100644
index 000..e57bd57ede0
--- /dev/null
+++ b/dev-ml/async_unix/async_unix-0.14.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit dune
+
+DESCRIPTION="Jane Street Capital's asynchronous execution library (unix)"
+HOMEPAGE="https://github.com/janestreet/async_unix;
+SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="+ocamlopt"
+
+RDEPEND="
+   dev-ml/async_kernel:=
+   dev-ml/core:=
+   dev-ml/core_kernel:=
+   dev-ml/ppx_jane:=
+"
+DEPEND="${RDEPEND}"



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

2017-04-12 Thread Alexis Ballier
commit: 3b3a969325345eae47d52878c3f2040ef896a39b
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Apr 12 09:33:23 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Apr 12 09:34:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b3a9693

dev-ml/async_unix: remove stray patch

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-ml/async_unix/files/oc43.patch | 87 --
 1 file changed, 87 deletions(-)

diff --git a/dev-ml/async_unix/files/oc43.patch 
b/dev-ml/async_unix/files/oc43.patch
deleted file mode 100644
index 8d8cc176281..000
--- a/dev-ml/async_unix/files/oc43.patch
+++ /dev/null
@@ -1,87 +0,0 @@
-diff -uNr async_unix-113.33.00/_oasis async_unix-113.33.00+4.03/_oasis
 async_unix-113.33.00/_oasis2016-03-09 16:44:52.0 +0100
-+++ async_unix-113.33.00+4.03/_oasis   2016-03-22 15:13:48.0 +0100
-@@ -1,8 +1,8 @@
- OASISFormat:   0.4
--OCamlVersion:  >= 4.02.3
-+OCamlVersion:  >= 4.03.0
- FindlibVersion:>= 1.3.2
- Name:  async_unix
--Version:   113.33.00
-+Version:   113.33.00+4.03
- Synopsis:  Monadic concurrency library
- Authors:   Jane Street Group, LLC 
- Copyrights:(C) 2008-2016 Jane Street Group LLC 

-diff -uNr async_unix-113.33.00/opam async_unix-113.33.00+4.03/opam
 async_unix-113.33.00/opam  2016-03-18 12:08:01.0 +0100
-+++ async_unix-113.33.00+4.03/opam 2016-03-22 17:51:33.0 +0100
-@@ -26,4 +26,4 @@
-   "typerep"
-   "variantslib"
- ]
--available: [ ocaml-version >= "4.02.3" ]
-+available: [ ocaml-version >= "4.03.0" ]
-diff -uNr async_unix-113.33.00/src/raw_scheduler.ml 
async_unix-113.33.00+4.03/src/raw_scheduler.ml
 async_unix-113.33.00/src/raw_scheduler.ml  2016-03-09 16:44:52.0 
+0100
-+++ async_unix-113.33.00+4.03/src/raw_scheduler.ml 2016-03-22 
15:13:48.0 +0100
-@@ -587,7 +587,7 @@
- 
- let sync_changed_fds_to_file_descr_watcher t =
-   let module F = (val t.file_descr_watcher : File_descr_watcher.S) in
--  let make_file_descr_watcher_agree_with (fd : Fd.t) =
-+  let make_file_descr_watcher_agree_with = (fun (fd : Fd.t) ->
- fd.watching_has_changed <- false;
- let desired =
-   Read_write.mapi fd.watching ~f:(fun read_or_write watching ->
-@@ -607,7 +607,7 @@
- with exn ->
-   failwiths "sync_changed_fds_to_file_descr_watcher unable to set fd"
- (desired, fd, exn, t) [%sexp_of: bool Read_write.t * Fd.t * exn * t]
--  in
-+  ) [@inline always] in
-   let changed = t.fds_whose_watching_has_changed in
-   t.fds_whose_watching_has_changed <- [];
-   List.iter changed ~f:make_file_descr_watcher_agree_with;
-diff -uNr async_unix-113.33.00/src/std.ml async_unix-113.33.00+4.03/src/std.ml
 async_unix-113.33.00/src/std.ml2016-03-09 16:44:52.0 +0100
-+++ async_unix-113.33.00+4.03/src/std.ml   2016-03-22 15:13:48.0 
+0100
-@@ -60,10 +60,9 @@
- 
-   module Overwrite_ = struct
- let overwrite1 (`This_is_async__Think_about_blocking as x) = x
--let wrap f `This_is_async__Think_about_blocking = f
--let overwrite2 = wrap overwrite1
--let overwrite3 = wrap overwrite2
--let overwrite4 = wrap overwrite3
-+let overwrite2 `This_is_async__Think_about_blocking = overwrite1
-+let overwrite3 `This_is_async__Think_about_blocking = overwrite2
-+let overwrite4 `This_is_async__Think_about_blocking = overwrite3
- let overwritef f = ksprintf (fun _ -> 
`This_is_async__Think_about_blocking) f
-   end
-   open Overwrite_
-diff -uNr async_unix-113.33.00/src/unix_syscalls.ml 
async_unix-113.33.00+4.03/src/unix_syscalls.ml
 async_unix-113.33.00/src/unix_syscalls.ml  2016-03-09 16:44:52.0 
+0100
-+++ async_unix-113.33.00+4.03/src/unix_syscalls.ml 2016-03-22 
15:13:48.0 +0100
-@@ -365,8 +365,8 @@
- ;;
- 
- (* symlinks *)
--let symlink ~src ~dst =
--  In_thread.syscall_exn ~name:"symlink" (fun () -> Unix.symlink ~src ~dst)
-+let symlink ?to_dir ~src ~dst =
-+  In_thread.syscall_exn ~name:"symlink" (fun () -> Unix.symlink ?to_dir ~src 
~dst)
- ;;
- 
- let readlink filename =
-diff -uNr async_unix-113.33.00/src/unix_syscalls.mli 
async_unix-113.33.00+4.03/src/unix_syscalls.mli
 async_unix-113.33.00/src/unix_syscalls.mli 2016-03-09 16:44:52.0 
+0100
-+++ async_unix-113.33.00+4.03/src/unix_syscalls.mli2016-03-22 
15:13:48.0 +0100
-@@ -223,7 +223,7 @@
-   -> string
-   -> unit Deferred.t
- 
--val symlink : src:string -> dst:string -> unit Deferred.t
-+val symlink : ?to_dir:bool -> src:string -> dst:string -> unit Deferred.t
- 
- val readlink : string -> string Deferred.t
- 



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

2017-04-12 Thread Alexis Ballier
commit: 95da930e2e8d25b11834c0aedac1bf5fa49b6088
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Apr 12 09:34:35 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Apr 12 09:34:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95da930e

dev-ml/async_unix: force "upgrade" to latest ppx, bug #615192

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-ml/async_unix/async_unix-0.9.0.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-ml/async_unix/async_unix-0.9.0.ebuild 
b/dev-ml/async_unix/async_unix-0.9.0.ebuild
index 98434a7fab8..aac9eccd0f0 100644
--- a/dev-ml/async_unix/async_unix-0.9.0.ebuild
+++ b/dev-ml/async_unix/async_unix-0.9.0.ebuild
@@ -19,6 +19,8 @@ RDEPEND="
dev-ml/ppx_driver:=
dev-ml/ppx_jane:=
dev-ml/ocaml-migrate-parsetree:=
+   

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

2017-03-09 Thread Alexis Ballier
commit: 11972e62de654411b56c22f76c6d90166eded440
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Mar  9 19:10:34 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Mar  9 19:10:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11972e62

dev-ml/async_unix: Add missing dev-ml/core dep, bug #612130

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-ml/async_unix/async_unix-113.33.00.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-ml/async_unix/async_unix-113.33.00.ebuild 
b/dev-ml/async_unix/async_unix-113.33.00.ebuild
index 5e0176cbf48..0d7d9a3064d 100644
--- a/dev-ml/async_unix/async_unix-113.33.00.ebuild
+++ b/dev-ml/async_unix/async_unix-113.33.00.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -31,6 +31,7 @@ RDEPEND="
>=dev-ml/sexplib-109.20.00:=
dev-ml/typerep:=
dev-ml/variantslib:=
+   dev-ml/core:=
 "
 DEPEND="${RDEPEND} dev-ml/opam"
 



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

2017-01-24 Thread Alexis Ballier
commit: debcbe82b189b54b6de1bdb321d3bbf61bca9f06
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Jan 24 10:48:28 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Jan 24 10:48:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=debcbe82

dev-ml/async_unix: remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ml/async_unix/Manifest|  1 -
 dev-ml/async_unix/async_unix-113.24.00.ebuild | 54 ---
 2 files changed, 55 deletions(-)

diff --git a/dev-ml/async_unix/Manifest b/dev-ml/async_unix/Manifest
index ea6bfd2..67c22da 100644
--- a/dev-ml/async_unix/Manifest
+++ b/dev-ml/async_unix/Manifest
@@ -1,2 +1 @@
-DIST async_unix-113.24.00.tar.gz 190626 SHA256 
296492a365fc921a0d9ee42267cd72f7d0c2070a1334efbb1f6334df4de22822 SHA512 
773ec9dc9240a2482f79026b1a7c0dae47ed048d8f693e87e19305635c5bb47c9f2ad41010499ce8ddd0b402af713ec860a548a7d9cdaaf9e914b7962bac4bdb
 WHIRLPOOL 
1797d0718fe55e4e864f8cc325d54c3529c7184e0a46bc7a73bf4e6df92e3ae3b2969e4caadad25e90510ec07a04d4bcd5789cc766b22565636905b5385c43b3
 DIST async_unix-113.33.00.tar.gz 195062 SHA256 
ebffb3c4341e57d4f7cb347d387b9ccbd46c46f1ebd5db0c7782cdf3237fa9ec SHA512 
15ed26ba51efda3f07c1bca3e0935290ed99accaa61cb60f7460e72624944d3edb3454c2ddb29deaf9928b4d4c1332c3035cd0c8d4e2dceb3a947b0ff8ee944c
 WHIRLPOOL 
159276f4eaccc2ba36378fc0b206ea3e4fc35a28d599786504f416fa1d70f3a42965065ac9d63e82e9e5d87481da6a6cea913953a486e790289c625f059de9ad

diff --git a/dev-ml/async_unix/async_unix-113.24.00.ebuild 
b/dev-ml/async_unix/async_unix-113.24.00.ebuild
deleted file mode 100644
index ab692ee..
--- a/dev-ml/async_unix/async_unix-113.24.00.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-OASIS_BUILD_DOCS=1
-
-inherit oasis
-
-DESCRIPTION="Jane Street Capital's asynchronous execution library (unix)"
-HOMEPAGE="http://www.janestreet.com/ocaml;
-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-lang/ocaml-4.02.0:=
-   dev-ml/async_kernel:=
-   dev-ml/bin-prot:=
-   dev-ml/ocaml-ctypes:=
-   >=dev-ml/fieldslib-109.20.00:=
-   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-109.20.00:=
-   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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ml/async_unix/, dev-ml/async_unix/files/

2016-05-03 Thread Alexis Ballier
commit: 465a0b6ddf8ec19f73947a28719bf7c472e975fa
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue May  3 18:16:11 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue May  3 18:29:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=465a0b6d

dev-ml/async_unix: fix build with ocaml 4.03

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

 dev-ml/async_unix/async_unix-113.33.00.ebuild |  4 ++
 dev-ml/async_unix/files/oc43.patch| 87 +++
 2 files changed, 91 insertions(+)

diff --git a/dev-ml/async_unix/async_unix-113.33.00.ebuild 
b/dev-ml/async_unix/async_unix-113.33.00.ebuild
index ab692ee..ed75add 100644
--- a/dev-ml/async_unix/async_unix-113.33.00.ebuild
+++ b/dev-ml/async_unix/async_unix-113.33.00.ebuild
@@ -35,6 +35,10 @@ RDEPEND="
 "
 DEPEND="${RDEPEND} dev-ml/opam"
 
+src_prepare() {
+   has_version '>=dev-lang/ocaml-4.03' && epatch "${FILESDIR}/oc43.patch"
+}
+
 src_configure() {
emake setup.exe
OASIS_SETUP_COMMAND="./setup.exe" oasis_src_configure

diff --git a/dev-ml/async_unix/files/oc43.patch 
b/dev-ml/async_unix/files/oc43.patch
new file mode 100644
index 000..8d8cc17
--- /dev/null
+++ b/dev-ml/async_unix/files/oc43.patch
@@ -0,0 +1,87 @@
+diff -uNr async_unix-113.33.00/_oasis async_unix-113.33.00+4.03/_oasis
+--- async_unix-113.33.00/_oasis2016-03-09 16:44:52.0 +0100
 async_unix-113.33.00+4.03/_oasis   2016-03-22 15:13:48.0 +0100
+@@ -1,8 +1,8 @@
+ OASISFormat:   0.4
+-OCamlVersion:  >= 4.02.3
++OCamlVersion:  >= 4.03.0
+ FindlibVersion:>= 1.3.2
+ Name:  async_unix
+-Version:   113.33.00
++Version:   113.33.00+4.03
+ Synopsis:  Monadic concurrency library
+ Authors:   Jane Street Group, LLC 
+ Copyrights:(C) 2008-2016 Jane Street Group LLC 

+diff -uNr async_unix-113.33.00/opam async_unix-113.33.00+4.03/opam
+--- async_unix-113.33.00/opam  2016-03-18 12:08:01.0 +0100
 async_unix-113.33.00+4.03/opam 2016-03-22 17:51:33.0 +0100
+@@ -26,4 +26,4 @@
+   "typerep"
+   "variantslib"
+ ]
+-available: [ ocaml-version >= "4.02.3" ]
++available: [ ocaml-version >= "4.03.0" ]
+diff -uNr async_unix-113.33.00/src/raw_scheduler.ml 
async_unix-113.33.00+4.03/src/raw_scheduler.ml
+--- async_unix-113.33.00/src/raw_scheduler.ml  2016-03-09 16:44:52.0 
+0100
 async_unix-113.33.00+4.03/src/raw_scheduler.ml 2016-03-22 
15:13:48.0 +0100
+@@ -587,7 +587,7 @@
+ 
+ let sync_changed_fds_to_file_descr_watcher t =
+   let module F = (val t.file_descr_watcher : File_descr_watcher.S) in
+-  let make_file_descr_watcher_agree_with (fd : Fd.t) =
++  let make_file_descr_watcher_agree_with = (fun (fd : Fd.t) ->
+ fd.watching_has_changed <- false;
+ let desired =
+   Read_write.mapi fd.watching ~f:(fun read_or_write watching ->
+@@ -607,7 +607,7 @@
+ with exn ->
+   failwiths "sync_changed_fds_to_file_descr_watcher unable to set fd"
+ (desired, fd, exn, t) [%sexp_of: bool Read_write.t * Fd.t * exn * t]
+-  in
++  ) [@inline always] in
+   let changed = t.fds_whose_watching_has_changed in
+   t.fds_whose_watching_has_changed <- [];
+   List.iter changed ~f:make_file_descr_watcher_agree_with;
+diff -uNr async_unix-113.33.00/src/std.ml async_unix-113.33.00+4.03/src/std.ml
+--- async_unix-113.33.00/src/std.ml2016-03-09 16:44:52.0 +0100
 async_unix-113.33.00+4.03/src/std.ml   2016-03-22 15:13:48.0 
+0100
+@@ -60,10 +60,9 @@
+ 
+   module Overwrite_ = struct
+ let overwrite1 (`This_is_async__Think_about_blocking as x) = x
+-let wrap f `This_is_async__Think_about_blocking = f
+-let overwrite2 = wrap overwrite1
+-let overwrite3 = wrap overwrite2
+-let overwrite4 = wrap overwrite3
++let overwrite2 `This_is_async__Think_about_blocking = overwrite1
++let overwrite3 `This_is_async__Think_about_blocking = overwrite2
++let overwrite4 `This_is_async__Think_about_blocking = overwrite3
+ let overwritef f = ksprintf (fun _ -> 
`This_is_async__Think_about_blocking) f
+   end
+   open Overwrite_
+diff -uNr async_unix-113.33.00/src/unix_syscalls.ml 
async_unix-113.33.00+4.03/src/unix_syscalls.ml
+--- async_unix-113.33.00/src/unix_syscalls.ml  2016-03-09 16:44:52.0 
+0100
 async_unix-113.33.00+4.03/src/unix_syscalls.ml 2016-03-22 
15:13:48.0 +0100
+@@ -365,8 +365,8 @@
+ ;;
+ 
+ (* symlinks *)
+-let symlink ~src ~dst =
+-  In_thread.syscall_exn ~name:"symlink" (fun () -> Unix.symlink ~src ~dst)
++let symlink ?to_dir ~src ~dst =
++  In_thread.syscall_exn ~name:"symlink" (fun () -> Unix.symlink ?to_dir ~src 
~dst)
+ ;;
+ 
+ let readlink filename =
+diff -uNr async_unix-113.33.00/src/unix_syscalls.mli 
async_unix-113.33.00+4.03/src/unix_syscalls.mli
+--- 

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

2016-03-22 Thread Alexis Ballier
commit: 0ed9bb36a72fc8d2e2967e0654c7bc59020eaf4f
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Mar 22 10:46:01 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Mar 22 10:55:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ed9bb36

dev-ml/async_unix: bump to 113.33.00

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

 dev-ml/async_unix/Manifest|  1 +
 dev-ml/async_unix/async_unix-113.33.00.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/dev-ml/async_unix/Manifest b/dev-ml/async_unix/Manifest
index e466c1d..ea6bfd2 100644
--- a/dev-ml/async_unix/Manifest
+++ b/dev-ml/async_unix/Manifest
@@ -1 +1,2 @@
 DIST async_unix-113.24.00.tar.gz 190626 SHA256 
296492a365fc921a0d9ee42267cd72f7d0c2070a1334efbb1f6334df4de22822 SHA512 
773ec9dc9240a2482f79026b1a7c0dae47ed048d8f693e87e19305635c5bb47c9f2ad41010499ce8ddd0b402af713ec860a548a7d9cdaaf9e914b7962bac4bdb
 WHIRLPOOL 
1797d0718fe55e4e864f8cc325d54c3529c7184e0a46bc7a73bf4e6df92e3ae3b2969e4caadad25e90510ec07a04d4bcd5789cc766b22565636905b5385c43b3
+DIST async_unix-113.33.00.tar.gz 195062 SHA256 
ebffb3c4341e57d4f7cb347d387b9ccbd46c46f1ebd5db0c7782cdf3237fa9ec SHA512 
15ed26ba51efda3f07c1bca3e0935290ed99accaa61cb60f7460e72624944d3edb3454c2ddb29deaf9928b4d4c1332c3035cd0c8d4e2dceb3a947b0ff8ee944c
 WHIRLPOOL 
159276f4eaccc2ba36378fc0b206ea3e4fc35a28d599786504f416fa1d70f3a42965065ac9d63e82e9e5d87481da6a6cea913953a486e790289c625f059de9ad

diff --git a/dev-ml/async_unix/async_unix-113.33.00.ebuild 
b/dev-ml/async_unix/async_unix-113.33.00.ebuild
new file mode 100644
index 000..ab692ee
--- /dev/null
+++ b/dev-ml/async_unix/async_unix-113.33.00.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+OASIS_BUILD_DOCS=1
+
+inherit oasis
+
+DESCRIPTION="Jane Street Capital's asynchronous execution library (unix)"
+HOMEPAGE="http://www.janestreet.com/ocaml;
+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-lang/ocaml-4.02.0:=
+   dev-ml/async_kernel:=
+   dev-ml/bin-prot:=
+   dev-ml/ocaml-ctypes:=
+   >=dev-ml/fieldslib-109.20.00:=
+   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-109.20.00:=
+   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
+}



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

2016-02-05 Thread Alexis Ballier
commit: 32f319bc3ae6a0eea4b440d3cce01dc820b87017
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Feb  5 19:59:49 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Feb  5 20:59:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32f319bc

dev-ml/async_unix: bump to 113.24.00

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

 dev-ml/async_unix/Manifest|  1 +
 dev-ml/async_unix/async_unix-113.24.00.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/dev-ml/async_unix/Manifest b/dev-ml/async_unix/Manifest
index d3cca24..c456db4 100644
--- a/dev-ml/async_unix/Manifest
+++ b/dev-ml/async_unix/Manifest
@@ -1,2 +1,3 @@
 DIST async_unix-112.35.00.tar.gz 161466 SHA256 
111e38994b46a4b5ec141ef23fa556275a75c4c91c7ca576efeefdc301b303c4 SHA512 
56e7d1a56f5c28ed4e1e23da6193dfc0481cf44960c7daf6b548980281113ca62be0e560502f7f006200bba59f2efff0d4066582a2872e8063fa64be0ce360c9
 WHIRLPOOL 
13fa515f7d554070de2d1aca654ae245961c85ad7b074c9aca9c8ec0998e2e04b3458e601d8726ea7e62201152d5f2bdefd63144bad8298f399e6021dc58d969
 DIST async_unix-113.00.00.tar.gz 178946 SHA256 
14cee47e12e7491f689ea41959697410f7113625ed7c2820c6d5a869f7b5f754 SHA512 
ab9879abcc5857cfdde9856ad358ecd55eaaf33ec3712643e48e4c1a40bd776bc5cb5be6e35d7b6aac744194f46dfe7b754c14bb4525318c45a7a5ac3a98
 WHIRLPOOL 
27b7b65a2fd876cbb124dfb37246c247bcd8922090fc0cf4bb27e934ccc64505c47139af172378c06df5e5eb71a6356b21c0bff59b59eface31ee03a33057d7f
+DIST async_unix-113.24.00.tar.gz 190626 SHA256 
296492a365fc921a0d9ee42267cd72f7d0c2070a1334efbb1f6334df4de22822 SHA512 
773ec9dc9240a2482f79026b1a7c0dae47ed048d8f693e87e19305635c5bb47c9f2ad41010499ce8ddd0b402af713ec860a548a7d9cdaaf9e914b7962bac4bdb
 WHIRLPOOL 
1797d0718fe55e4e864f8cc325d54c3529c7184e0a46bc7a73bf4e6df92e3ae3b2969e4caadad25e90510ec07a04d4bcd5789cc766b22565636905b5385c43b3

diff --git a/dev-ml/async_unix/async_unix-113.24.00.ebuild 
b/dev-ml/async_unix/async_unix-113.24.00.ebuild
new file mode 100644
index 000..ab692ee
--- /dev/null
+++ b/dev-ml/async_unix/async_unix-113.24.00.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+OASIS_BUILD_DOCS=1
+
+inherit oasis
+
+DESCRIPTION="Jane Street Capital's asynchronous execution library (unix)"
+HOMEPAGE="http://www.janestreet.com/ocaml;
+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-lang/ocaml-4.02.0:=
+   dev-ml/async_kernel:=
+   dev-ml/bin-prot:=
+   dev-ml/ocaml-ctypes:=
+   >=dev-ml/fieldslib-109.20.00:=
+   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-109.20.00:=
+   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
+}



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

2016-02-05 Thread Alexis Ballier
commit: 8a5b6f53c49a9dfea542bfcbaf86208824321e58
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Feb  5 20:00:19 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Feb  5 20:59:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a5b6f53

dev-ml/async_unix: remove old

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

 dev-ml/async_unix/Manifest|  2 --
 dev-ml/async_unix/async_unix-112.35.00.ebuild | 36 ---
 dev-ml/async_unix/async_unix-113.00.00.ebuild | 36 ---
 3 files changed, 74 deletions(-)

diff --git a/dev-ml/async_unix/Manifest b/dev-ml/async_unix/Manifest
index c456db4..e466c1d 100644
--- a/dev-ml/async_unix/Manifest
+++ b/dev-ml/async_unix/Manifest
@@ -1,3 +1 @@
-DIST async_unix-112.35.00.tar.gz 161466 SHA256 
111e38994b46a4b5ec141ef23fa556275a75c4c91c7ca576efeefdc301b303c4 SHA512 
56e7d1a56f5c28ed4e1e23da6193dfc0481cf44960c7daf6b548980281113ca62be0e560502f7f006200bba59f2efff0d4066582a2872e8063fa64be0ce360c9
 WHIRLPOOL 
13fa515f7d554070de2d1aca654ae245961c85ad7b074c9aca9c8ec0998e2e04b3458e601d8726ea7e62201152d5f2bdefd63144bad8298f399e6021dc58d969
-DIST async_unix-113.00.00.tar.gz 178946 SHA256 
14cee47e12e7491f689ea41959697410f7113625ed7c2820c6d5a869f7b5f754 SHA512 
ab9879abcc5857cfdde9856ad358ecd55eaaf33ec3712643e48e4c1a40bd776bc5cb5be6e35d7b6aac744194f46dfe7b754c14bb4525318c45a7a5ac3a98
 WHIRLPOOL 
27b7b65a2fd876cbb124dfb37246c247bcd8922090fc0cf4bb27e934ccc64505c47139af172378c06df5e5eb71a6356b21c0bff59b59eface31ee03a33057d7f
 DIST async_unix-113.24.00.tar.gz 190626 SHA256 
296492a365fc921a0d9ee42267cd72f7d0c2070a1334efbb1f6334df4de22822 SHA512 
773ec9dc9240a2482f79026b1a7c0dae47ed048d8f693e87e19305635c5bb47c9f2ad41010499ce8ddd0b402af713ec860a548a7d9cdaaf9e914b7962bac4bdb
 WHIRLPOOL 
1797d0718fe55e4e864f8cc325d54c3529c7184e0a46bc7a73bf4e6df92e3ae3b2969e4caadad25e90510ec07a04d4bcd5789cc766b22565636905b5385c43b3

diff --git a/dev-ml/async_unix/async_unix-112.35.00.ebuild 
b/dev-ml/async_unix/async_unix-112.35.00.ebuild
deleted file mode 100644
index c78eb84..000
--- a/dev-ml/async_unix/async_unix-112.35.00.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-OASIS_BUILD_DOCS=1
-
-inherit oasis
-
-MY_P=${PN/-/_}-${PV}
-DESCRIPTION="Jane Street Capital's asynchronous execution library (unix)"
-HOMEPAGE="http://www.janestreet.com/ocaml;
-SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${MY_P}.tar.gz;
-
-LICENSE="Apache-2.0"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=">=dev-lang/ocaml-4.00.0:=
-   >=dev-ml/bin-prot-109.15.00:=
-   >=dev-ml/comparelib-109.27.00:=
-   >=dev-ml/herelib-109.15.00:=
-   >=dev-ml/pa_ounit-109.27.00:=
-   >=dev-ml/pipebang-109.15.00:=
-   >=dev-ml/core-${PV}:=
-   >=dev-ml/async_kernel-${PV}:=
-   >=dev-ml/sexplib-109.20.00:=
-   >=dev-ml/fieldslib-109.20.00:=
-   dev-ml/pa_test:=
-   dev-ml/camlp4:=
-   "
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"

diff --git a/dev-ml/async_unix/async_unix-113.00.00.ebuild 
b/dev-ml/async_unix/async_unix-113.00.00.ebuild
deleted file mode 100644
index c78eb84..000
--- a/dev-ml/async_unix/async_unix-113.00.00.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-OASIS_BUILD_DOCS=1
-
-inherit oasis
-
-MY_P=${PN/-/_}-${PV}
-DESCRIPTION="Jane Street Capital's asynchronous execution library (unix)"
-HOMEPAGE="http://www.janestreet.com/ocaml;
-SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${MY_P}.tar.gz;
-
-LICENSE="Apache-2.0"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=">=dev-lang/ocaml-4.00.0:=
-   >=dev-ml/bin-prot-109.15.00:=
-   >=dev-ml/comparelib-109.27.00:=
-   >=dev-ml/herelib-109.15.00:=
-   >=dev-ml/pa_ounit-109.27.00:=
-   >=dev-ml/pipebang-109.15.00:=
-   >=dev-ml/core-${PV}:=
-   >=dev-ml/async_kernel-${PV}:=
-   >=dev-ml/sexplib-109.20.00:=
-   >=dev-ml/fieldslib-109.20.00:=
-   dev-ml/pa_test:=
-   dev-ml/camlp4:=
-   "
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"



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

2015-09-19 Thread Alexis Ballier
commit: bc50e60e9ea3e587e2d20238051f8ec2eeb631ea
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sat Sep 19 13:46:44 2015 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sat Sep 19 14:03:11 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc50e60e

dev-ml/async_unix: remove old.

Package-Manager: portage-2.2.20.1

 dev-ml/async_unix/Manifest|  2 --
 dev-ml/async_unix/async_unix-112.17.00.ebuild | 36 ---
 dev-ml/async_unix/async_unix-112.24.00.ebuild | 36 ---
 3 files changed, 74 deletions(-)

diff --git a/dev-ml/async_unix/Manifest b/dev-ml/async_unix/Manifest
index ecc3c2d..7420504 100644
--- a/dev-ml/async_unix/Manifest
+++ b/dev-ml/async_unix/Manifest
@@ -1,3 +1 @@
-DIST async_unix-112.17.00.tar.gz 158831 SHA256 
45ef956f6d16190c50c78a6475b31289d6101f0c6bc67926fcd1d900eac373cb SHA512 
b4c17418b2eb56c5ba7a56ec455c18656616f6dfc6d2b6b62e6b34dcd0670e5954d302c1568a8de72c55925e6b9699fe1865f5be4b6210b9091d81f03c9e0527
 WHIRLPOOL 
ecbe09529171a991e09d08a76c8c4546ef3bd0ca4bac2eda243b38426e135c0a08c208e9ddd2676ecbbff2229f5130d963a9b9939ace4f2319cb830145969767
-DIST async_unix-112.24.tar.gz 159597 SHA256 
d490b1dc42f0987a131fa9695b55f215ad90cdaffbfac35b7f9f88f3834337ab SHA512 
a6f7e2ce9e9c0e7d467b3cda1886f40f2580e7aa047bf0b772a9faf538f1398562123bf656563651d4feda983fdaa35592d2255deddc7d1a24b6dabc01c9bacf
 WHIRLPOOL 
7503b29e307574eb9fd14d131311886c06f3d3744171533dcbe84fb5ca756613faccfa823e51523bfd1da478704e49e7cae1d0b9c329e6f365c62ec0a1d7c21d
 DIST async_unix-112.35.00.tar.gz 161466 SHA256 
111e38994b46a4b5ec141ef23fa556275a75c4c91c7ca576efeefdc301b303c4 SHA512 
56e7d1a56f5c28ed4e1e23da6193dfc0481cf44960c7daf6b548980281113ca62be0e560502f7f006200bba59f2efff0d4066582a2872e8063fa64be0ce360c9
 WHIRLPOOL 
13fa515f7d554070de2d1aca654ae245961c85ad7b074c9aca9c8ec0998e2e04b3458e601d8726ea7e62201152d5f2bdefd63144bad8298f399e6021dc58d969

diff --git a/dev-ml/async_unix/async_unix-112.17.00.ebuild 
b/dev-ml/async_unix/async_unix-112.17.00.ebuild
deleted file mode 100644
index c78eb84..000
--- a/dev-ml/async_unix/async_unix-112.17.00.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-OASIS_BUILD_DOCS=1
-
-inherit oasis
-
-MY_P=${PN/-/_}-${PV}
-DESCRIPTION="Jane Street Capital's asynchronous execution library (unix)"
-HOMEPAGE="http://www.janestreet.com/ocaml;
-SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${MY_P}.tar.gz;
-
-LICENSE="Apache-2.0"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=">=dev-lang/ocaml-4.00.0:=
-   >=dev-ml/bin-prot-109.15.00:=
-   >=dev-ml/comparelib-109.27.00:=
-   >=dev-ml/herelib-109.15.00:=
-   >=dev-ml/pa_ounit-109.27.00:=
-   >=dev-ml/pipebang-109.15.00:=
-   >=dev-ml/core-${PV}:=
-   >=dev-ml/async_kernel-${PV}:=
-   >=dev-ml/sexplib-109.20.00:=
-   >=dev-ml/fieldslib-109.20.00:=
-   dev-ml/pa_test:=
-   dev-ml/camlp4:=
-   "
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"

diff --git a/dev-ml/async_unix/async_unix-112.24.00.ebuild 
b/dev-ml/async_unix/async_unix-112.24.00.ebuild
deleted file mode 100644
index 9550fa5..000
--- a/dev-ml/async_unix/async_unix-112.24.00.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-OASIS_BUILD_DOCS=1
-
-inherit oasis
-
-MY_P=${PN/-/_}-${PV}
-DESCRIPTION="Jane Street Capital's asynchronous execution library (unix)"
-HOMEPAGE="http://www.janestreet.com/ocaml;
-SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${MY_P%.*}.tar.gz;
-
-LICENSE="Apache-2.0"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=">=dev-lang/ocaml-4.00.0:=
-   >=dev-ml/bin-prot-109.15.00:=
-   >=dev-ml/comparelib-109.27.00:=
-   >=dev-ml/herelib-109.15.00:=
-   >=dev-ml/pa_ounit-109.27.00:=
-   >=dev-ml/pipebang-109.15.00:=
-   >=dev-ml/core-${PV}:=
-   >=dev-ml/async_kernel-${PV}:=
-   >=dev-ml/sexplib-109.20.00:=
-   >=dev-ml/fieldslib-109.20.00:=
-   dev-ml/pa_test:=
-   dev-ml/camlp4:=
-   "
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"



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

2015-09-19 Thread Alexis Ballier
commit: 46ebd0c5d91a30d5693162522a9f404b865ca8ec
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sat Sep 19 13:47:51 2015 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sat Sep 19 14:03:11 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46ebd0c5

dev-ml/async_unix: bump to 113.00.00

Package-Manager: portage-2.2.20.1

 dev-ml/async_unix/Manifest|  1 +
 dev-ml/async_unix/async_unix-113.00.00.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/dev-ml/async_unix/Manifest b/dev-ml/async_unix/Manifest
index 7420504..d3cca24 100644
--- a/dev-ml/async_unix/Manifest
+++ b/dev-ml/async_unix/Manifest
@@ -1 +1,2 @@
 DIST async_unix-112.35.00.tar.gz 161466 SHA256 
111e38994b46a4b5ec141ef23fa556275a75c4c91c7ca576efeefdc301b303c4 SHA512 
56e7d1a56f5c28ed4e1e23da6193dfc0481cf44960c7daf6b548980281113ca62be0e560502f7f006200bba59f2efff0d4066582a2872e8063fa64be0ce360c9
 WHIRLPOOL 
13fa515f7d554070de2d1aca654ae245961c85ad7b074c9aca9c8ec0998e2e04b3458e601d8726ea7e62201152d5f2bdefd63144bad8298f399e6021dc58d969
+DIST async_unix-113.00.00.tar.gz 178946 SHA256 
14cee47e12e7491f689ea41959697410f7113625ed7c2820c6d5a869f7b5f754 SHA512 
ab9879abcc5857cfdde9856ad358ecd55eaaf33ec3712643e48e4c1a40bd776bc5cb5be6e35d7b6aac744194f46dfe7b754c14bb4525318c45a7a5ac3a98
 WHIRLPOOL 
27b7b65a2fd876cbb124dfb37246c247bcd8922090fc0cf4bb27e934ccc64505c47139af172378c06df5e5eb71a6356b21c0bff59b59eface31ee03a33057d7f

diff --git a/dev-ml/async_unix/async_unix-113.00.00.ebuild 
b/dev-ml/async_unix/async_unix-113.00.00.ebuild
new file mode 100644
index 000..c78eb84
--- /dev/null
+++ b/dev-ml/async_unix/async_unix-113.00.00.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+OASIS_BUILD_DOCS=1
+
+inherit oasis
+
+MY_P=${PN/-/_}-${PV}
+DESCRIPTION="Jane Street Capital's asynchronous execution library (unix)"
+HOMEPAGE="http://www.janestreet.com/ocaml;
+SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${MY_P}.tar.gz;
+
+LICENSE="Apache-2.0"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=">=dev-lang/ocaml-4.00.0:=
+   >=dev-ml/bin-prot-109.15.00:=
+   >=dev-ml/comparelib-109.27.00:=
+   >=dev-ml/herelib-109.15.00:=
+   >=dev-ml/pa_ounit-109.27.00:=
+   >=dev-ml/pipebang-109.15.00:=
+   >=dev-ml/core-${PV}:=
+   >=dev-ml/async_kernel-${PV}:=
+   >=dev-ml/sexplib-109.20.00:=
+   >=dev-ml/fieldslib-109.20.00:=
+   dev-ml/pa_test:=
+   dev-ml/camlp4:=
+   "
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${MY_P}"