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_extra/
Date: Wed, 27 Jan 2021 09:12:12
Message-Id: 1611738722.4117d38a30f8cce346fe9b01294e7dc9f20eb349.sam@gentoo
1 commit: 4117d38a30f8cce346fe9b01294e7dc9f20eb349
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 27 08:56:54 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 27 09:12:02 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4117d38a
7
8 dev-ml/async_extra: 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_extra/Manifest | 1 +
14 dev-ml/async_extra/async_extra-0.14.0.ebuild | 24 ++++++++++++++++++++++++
15 2 files changed, 25 insertions(+)
16
17 diff --git a/dev-ml/async_extra/Manifest b/dev-ml/async_extra/Manifest
18 index ded955faf4d..eb8c0340e3e 100644
19 --- a/dev-ml/async_extra/Manifest
20 +++ b/dev-ml/async_extra/Manifest
21 @@ -1 +1,2 @@
22 +DIST async_extra-0.14.0.tar.gz 17746 BLAKE2B 46367dfb909ea02100be7718edbee8deac1c9019232723af6d80cf2567b2d17b316ae2355ffd9c9cd7897c3409c50cd4a7105a44a153eac02fa6326c195f237d SHA512 c646d9f69dac06aba973a837e295502b45bcda3ffbf3971f283035f2f60b5f92777fa105a08827971e8eae563b12b019341b29f30703b6490fec38d276a74199
23 DIST async_extra-0.9.0.tar.gz 105722 BLAKE2B 5c371478b1507ddd63bbafb26858752f483a970cbdad174d62032a102fc8ded517ed87581a81b265cce82c9c27a85e09ca6df3209dbe86a35e71cbf35e027d39 SHA512 6f0d69a389e66e47cd0a3cf288c2b0242299e5c3befa77f7a656bc30dfb63f78e5287c4de5e80473c1ce2ee5fed038bf0b4d2b94eb73f045b20f40b14868fa1a
24
25 diff --git a/dev-ml/async_extra/async_extra-0.14.0.ebuild b/dev-ml/async_extra/async_extra-0.14.0.ebuild
26 new file mode 100644
27 index 00000000000..c053cf2c1f9
28 --- /dev/null
29 +++ b/dev-ml/async_extra/async_extra-0.14.0.ebuild
30 @@ -0,0 +1,24 @@
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 (extra)"
39 +HOMEPAGE="https://github.com/janestreet/async_extra"
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/async_rpc_kernel:=
50 + dev-ml/async_unix:=
51 + dev-ml/core_kernel:=
52 + dev-ml/ppx_jane:=
53 +"
54 +DEPEND="${RDEPEND}"