From: "Alfredo Tupone" <tupone@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt/
Date: Mon, 09 Jun 2025 18:58:57 +0000 (UTC) [thread overview]
Message-ID: <1749495489.faa2cd554a37328a855caa0c14ece080f6acf6ed.tupone@gentoo> (raw)
commit: faa2cd554a37328a855caa0c14ece080f6acf6ed
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 9 18:57:56 2025 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Jun 9 18:58:09 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faa2cd55
dev-ml/lwt: add 5.9.1
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/lwt/Manifest | 1 +
dev-ml/lwt/lwt-5.9.1.ebuild | 59 +++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 60 insertions(+)
diff --git a/dev-ml/lwt/Manifest b/dev-ml/lwt/Manifest
index e0982488e400..31e43f09dd71 100644
--- a/dev-ml/lwt/Manifest
+++ b/dev-ml/lwt/Manifest
@@ -1 +1,2 @@
DIST lwt-5.9.0.tar.gz 312144 BLAKE2B 123905ca0ef198e410eeacdef9bda91a2b89f8fa4427fee5a747cdde91d7058be7f3f91f405ad61c3df867569a713b1c64db33d237e862d131609bee310d3c21 SHA512 35574743df40170a8d1676254952c060090421a40d5f8ad37a6691f4f8bb0e28fca61f5efff1050edc4f8a3ffa2f06a1e23d0c084c89bfc105c1235e249bbc75
+DIST lwt-5.9.1.tar.gz 312306 BLAKE2B 4aa1bd218f206e52037f846a49ed5354b5719960cc12e7eca8e31dd5a17f5d0a1cdf35ab5041729c75999b3b599cc575397748ef5acccad0984640f4d6f2b69e SHA512 1c51fdb4d0856c89e2df08a1c0095ef28ebd0f613b07b03d0f66501ca5486515562071291e6d0932e57587ed0c9362c8b92c5c9eddb4d2bb2f5e129986b484a7
diff --git a/dev-ml/lwt/lwt-5.9.1.ebuild b/dev-ml/lwt/lwt-5.9.1.ebuild
new file mode 100644
index 000000000000..68a1d6c33b92
--- /dev/null
+++ b/dev-ml/lwt/lwt-5.9.1.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="Cooperative light-weight thread library for OCaml"
+HOMEPAGE="http://ocsigen.org/lwt"
+SRC_URI="https://github.com/ocsigen/lwt/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1-with-linking-exception"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="+ocamlopt"
+
+DEPEND="
+ dev-libs/libev
+ dev-ml/luv:=
+ dev-ml/mmap:=
+ dev-ml/ocplib-endian:=
+ dev-ml/ppx_let:=
+ dev-ml/ppxlib:=
+ dev-ml/react:=
+ dev-ml/result:=
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+ dev-ml/cppo
+ dev-ml/findlib
+"
+
+# "domainslib" is unpackaged.
+OCAML_SUBPACKAGES=(
+ lwt
+ lwt_ppx
+ lwt_react
+ lwt_retry
+)
+
+src_prepare() {
+ sed -i "s| seq||" "${S}"/src/core/dune || die
+
+ default
+}
+
+src_compile() {
+ dune-compile ${OCAML_SUBPACKAGES[@]}
+}
+
+src_test() {
+ dune-test ${OCAML_SUBPACKAGES[@]}
+}
+
+src_install() {
+ dune-install ${OCAML_SUBPACKAGES[@]}
+
+ einstalldocs
+}
next reply other threads:[~2025-06-09 18:59 UTC|newest]
Thread overview: 63+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-09 18:58 Alfredo Tupone [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-08-31 19:26 [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt/ Alfredo Tupone
2025-08-31 19:04 Alfredo Tupone
2025-06-09 20:06 Alfredo Tupone
2025-06-09 18:58 Alfredo Tupone
2025-03-24 12:03 Sam James
2025-03-24 11:46 Sam James
2025-03-24 11:46 Sam James
2025-03-24 11:46 Sam James
2025-03-08 12:01 Arthur Zamarin
2024-11-16 21:09 Alfredo Tupone
2024-10-20 7:50 Alfredo Tupone
2024-10-17 18:46 Alfredo Tupone
2023-10-08 20:16 Sam James
2023-10-08 17:41 Arthur Zamarin
2023-10-08 17:41 Arthur Zamarin
2023-10-08 16:21 Arthur Zamarin
2023-09-02 13:17 Alfredo Tupone
2023-04-24 11:38 Alfredo Tupone
2023-01-24 18:16 Maciej Barć
2022-10-09 12:49 Alfredo Tupone
2022-04-18 21:07 Jakov Smolić
2021-12-08 2:13 Maciej Barć
2021-11-20 10:24 Arthur Zamarin
2021-11-20 10:24 Arthur Zamarin
2021-11-07 19:14 Alfredo Tupone
2021-11-07 12:18 Alfredo Tupone
2021-10-29 19:15 Alfredo Tupone
2021-10-03 9:58 Alfredo Tupone
2021-03-14 0:48 Sam James
2021-02-11 6:31 Sam James
2021-02-11 6:26 Sam James
2021-02-10 18:53 Sam James
2021-02-10 16:33 Sam James
2020-12-02 18:27 Aaron Bauman
2020-12-02 17:46 Aaron Bauman
2020-10-17 5:41 Sam James
2018-02-11 21:56 Thomas Deutschmann
2017-08-02 11:23 Alexis Ballier
2017-07-30 15:39 Sergei Trofimovich
2017-07-24 5:56 Alexis Ballier
2017-07-21 18:32 Alexis Ballier
2017-07-21 12:38 Alexis Ballier
2017-06-22 14:24 Alexis Ballier
2017-05-02 11:12 Alexis Ballier
2017-04-25 16:25 Alexis Ballier
2017-04-20 13:25 Alexis Ballier
2017-04-20 13:24 Alexis Ballier
2017-04-20 13:24 Alexis Ballier
2017-04-12 19:20 Alexis Ballier
2017-04-11 4:42 Alexis Ballier
2017-04-05 17:50 Markus Meier
2017-04-05 9:51 Michael Weber
2017-01-24 11:14 Alexis Ballier
2017-01-04 11:58 Alexis Ballier
2016-12-07 19:33 Alexis Ballier
2016-06-29 21:12 Michał Górny
2016-06-23 14:24 Alexis Ballier
2016-06-23 14:24 Alexis Ballier
2016-05-03 9:14 Alexis Ballier
2016-02-07 16:14 Alexis Ballier
2016-02-06 15:07 Alexis Ballier
2015-12-09 10:24 Alexis Ballier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1749495489.faa2cd554a37328a855caa0c14ece080f6acf6ed.tupone@gentoo \
--to=tupone@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox