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/
Date: Wed, 27 Jan 2021 09:12:12
Message-Id: 1611738724.dd1f2fcc8f9a58365b2b83599717336fec0683f3.sam@gentoo
1 commit: dd1f2fcc8f9a58365b2b83599717336fec0683f3
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 27 09:08:34 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 27 09:12:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd1f2fcc
7
8 dev-ml/async: 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/Manifest | 1 +
14 dev-ml/async/async-0.14.0.ebuild | 30 ++++++++++++++++++++++++++++++
15 2 files changed, 31 insertions(+)
16
17 diff --git a/dev-ml/async/Manifest b/dev-ml/async/Manifest
18 index d0c778ae638..5b79a9b5ae7 100644
19 --- a/dev-ml/async/Manifest
20 +++ b/dev-ml/async/Manifest
21 @@ -1 +1,2 @@
22 +DIST async-0.14.0.tar.gz 65025 BLAKE2B 39e2bef8df12a9733b9ff11ce1bba22b095f79532ff27999e617db5c145e57ab2e1f7f9435a5952312a84dd75b24d76fd4279c524be933e8ded5be7b00d6729a SHA512 3e57ea742ab28d008e1c0b39a6fc6d0ac3ca78b644f678f79b9ceb8d9acb23fcd45fed52f744906ab6d9b87955a27a8e4512043db45a7c836323d96433124b5c
23 DIST async-0.9.0.tar.gz 17856 BLAKE2B b7206641936aa430ddc35091b89c465fe0abd98883c9206f3a978372dc016a35f41a228adf906def56f894eafabdb223463a77fc690e373bbd5284c590871924 SHA512 93c0fa4d6e7d1c4dff1f460db8ec95b3eea1d7c19fda117bb9efc8711f4908d2922467c33f66659395169ead9b37931da16a85a031d6073fc9296c218f2c55bb
24
25 diff --git a/dev-ml/async/async-0.14.0.ebuild b/dev-ml/async/async-0.14.0.ebuild
26 new file mode 100644
27 index 00000000000..5f2a17b7ce8
28 --- /dev/null
29 +++ b/dev-ml/async/async-0.14.0.ebuild
30 @@ -0,0 +1,30 @@
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"
39 +HOMEPAGE="https://github.com/janestreet/async"
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 +# Need qtest_lib, netkit_sockets
48 +# Unpackaged test deps
49 +RESTRICT="test"
50 +
51 +RDEPEND="
52 + dev-ml/async_extra:=
53 + dev-ml/async_kernel:=
54 + dev-ml/async_unix:=
55 + dev-ml/core:=
56 + dev-ml/core_kernel:=
57 + dev-ml/ppx_jane:=
58 + dev-ml/textutils:=
59 +"
60 +DEPEND="${RDEPEND}"