Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt/
Date: Sun, 07 Nov 2021 12:18:20
Message-Id: 1636287481.c33e220cd85435d5f3e4ac8db9a6d1a354cd6640.tupone@gentoo
1 commit: c33e220cd85435d5f3e4ac8db9a6d1a354cd6640
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 7 12:17:48 2021 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 7 12:18:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c33e220c
7
8 dev-ml/lwt: 5.4.2 bump
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
12
13 dev-ml/lwt/Manifest | 1 +
14 dev-ml/lwt/lwt-5.4.2.ebuild | 27 +++++++++++++++++++++++++++
15 2 files changed, 28 insertions(+)
16
17 diff --git a/dev-ml/lwt/Manifest b/dev-ml/lwt/Manifest
18 index 7564e979a9b..9ff070f85ed 100644
19 --- a/dev-ml/lwt/Manifest
20 +++ b/dev-ml/lwt/Manifest
21 @@ -1 +1,2 @@
22 DIST lwt-5.3.0.tar.gz 298152 BLAKE2B a39494bf98fcca07bf4601a742f4bfdc1ea2a67e2babbab650c41d2df58296a859520509ddc080af9c4d55be76439b401174720765fb942586d7c866f80cc538 SHA512 9922c19944595b0c07da8e1bbdecb2cc7c5a7edcdc2224215efb819d9c735da8986388a2446bd0762e28533f5d9d386970f07a4f1b0d14255c6743f3a1d16cb6
23 +DIST lwt-5.4.2.tar.gz 304541 BLAKE2B d474b20538af382c6f64072da2caa25e285f431c9b161c9796a44d1c84475f72e50d81baccb22ae908f82594c9dcaac6a874f54fe6332de2550128774d1280fc SHA512 9f46fb2e56dc7bd57a12d5ab4dc68719947a1462f336087a95e991d087bb9b5b8dee2592d0f7d35abc507d9a641dd221c44c949c81d00e26c673a067d94ba3f4
24
25 diff --git a/dev-ml/lwt/lwt-5.4.2.ebuild b/dev-ml/lwt/lwt-5.4.2.ebuild
26 new file mode 100644
27 index 00000000000..684aa31032c
28 --- /dev/null
29 +++ b/dev-ml/lwt/lwt-5.4.2.ebuild
30 @@ -0,0 +1,27 @@
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="Cooperative light-weight thread library for OCaml"
39 +SRC_URI="https://github.com/ocsigen/lwt/archive/${PV}.tar.gz -> ${P}.tar.gz"
40 +HOMEPAGE="http://ocsigen.org/lwt"
41 +
42 +SLOT="0/${PV}"
43 +LICENSE="LGPL-2.1-with-linking-exception"
44 +KEYWORDS="~amd64 ~arm ~arm64 ~x86"
45 +IUSE="+ocamlopt"
46 +
47 +DEPEND="
48 + dev-ml/result:=
49 + dev-ml/ocplib-endian:=
50 + dev-ml/ppxlib:=
51 + dev-ml/react:=
52 + dev-ml/luv:=
53 + dev-libs/libev"
54 +RDEPEND="${DEPEND}"
55 +BDEPEND="
56 + dev-ml/cppo
57 + dev-ml/findlib"