commit:     2bc0a4a4c956c5e941033b8c6b6893bba6eae09f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 27 09:03:04 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=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 <sam <AT> 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 00000000000..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}"

Reply via email to