Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/async_unix/
Date: Wed, 27 Jan 2021 09:12:12
Message-Id: 1611738723.2bc0a4a4c956c5e941033b8c6b6893bba6eae09f.sam@gentoo
1 commit: 2bc0a4a4c956c5e941033b8c6b6893bba6eae09f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 27 09:03:04 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 27 09:12:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bc0a4a4
7
8 dev-ml/async_unix: bump to 0.14.0
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-ml/async_unix/Manifest | 1 +
14 dev-ml/async_unix/async_unix-0.14.0.ebuild | 23 +++++++++++++++++++++++
15 2 files changed, 24 insertions(+)
16
17 diff --git a/dev-ml/async_unix/Manifest b/dev-ml/async_unix/Manifest
18 index c549f2c3b3b..a4572cc556e 100644
19 --- a/dev-ml/async_unix/Manifest
20 +++ b/dev-ml/async_unix/Manifest
21 @@ -1 +1,2 @@
22 +DIST async_unix-0.14.0.tar.gz 171624 BLAKE2B 4c55b6c8ba8cd59ede4b214ec84d8689700e46b918a96e145f94ebd011c32de6c2ab40c35a4c821ac58872259740b752e045eb2ac7954ecb0b988ceaf1b75ff2 SHA512 d90713d1d35445a648392e9104eedd25d4c7e6a10a46d0442539c1521349dcbee4118e852cc8335c8c03ba4d1050f199eb91a6e3c3c827dca8eee59501f379be
23 DIST async_unix-0.9.0.tar.gz 156717 BLAKE2B cce40cb1074ae7a6f38fa8df80dc4787be24a500ed9576bd737fc5db8d1d3f31ccc14cad9b134bccc8257004e421201c410b7c3b19373a282b50817b3ccebd7c SHA512 cd3fb43ffcde8fe01386a0460beb52e2530786dc0abce318c5241243e123ebd57fbf4cff8c91300483f33ae5dc1c0cc591992dc55286dc6ec550be62afb33b42
24
25 diff --git a/dev-ml/async_unix/async_unix-0.14.0.ebuild b/dev-ml/async_unix/async_unix-0.14.0.ebuild
26 new file mode 100644
27 index 00000000000..e57bd57ede0
28 --- /dev/null
29 +++ b/dev-ml/async_unix/async_unix-0.14.0.ebuild
30 @@ -0,0 +1,23 @@
31 +# Copyright 1999-2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +inherit dune
37 +
38 +DESCRIPTION="Jane Street Capital's asynchronous execution library (unix)"
39 +HOMEPAGE="https://github.com/janestreet/async_unix"
40 +SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
41 +
42 +LICENSE="MIT"
43 +SLOT="0/${PV}"
44 +KEYWORDS="~amd64"
45 +IUSE="+ocamlopt"
46 +
47 +RDEPEND="
48 + dev-ml/async_kernel:=
49 + dev-ml/core:=
50 + dev-ml/core_kernel:=
51 + dev-ml/ppx_jane:=
52 +"
53 +DEPEND="${RDEPEND}"