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/async_unix/
Date: Fri, 01 Oct 2021 17:13:36
Message-Id: 1633108402.a6ff9bb296758cd081f0fc279d7c7279e72be8ba.tupone@gentoo
1 commit: a6ff9bb296758cd081f0fc279d7c7279e72be8ba
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 1 17:13:22 2021 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 1 17:13:22 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6ff9bb2
7
8 dev-ml/async_unix: build with ocaml-4.12
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
12
13 dev-ml/async_unix/async_unix-0.14.0.ebuild | 4 ++++
14 dev-ml/async_unix/metadata.xml | 5 ++++-
15 2 files changed, 8 insertions(+), 1 deletion(-)
16
17 diff --git a/dev-ml/async_unix/async_unix-0.14.0.ebuild b/dev-ml/async_unix/async_unix-0.14.0.ebuild
18 index 51bdd90f714..231d23d4ecd 100644
19 --- a/dev-ml/async_unix/async_unix-0.14.0.ebuild
20 +++ b/dev-ml/async_unix/async_unix-0.14.0.ebuild
21 @@ -21,3 +21,7 @@ RDEPEND="
22 dev-ml/ppx_jane:=
23 "
24 DEPEND="${RDEPEND}"
25 +
26 +src_compile() {
27 + dune build @install --profile release || die
28 +}
29
30 diff --git a/dev-ml/async_unix/metadata.xml b/dev-ml/async_unix/metadata.xml
31 index 9a0ff9dd7d4..517a5e2afdf 100644
32 --- a/dev-ml/async_unix/metadata.xml
33 +++ b/dev-ml/async_unix/metadata.xml
34 @@ -1,7 +1,10 @@
35 <?xml version="1.0" encoding="UTF-8"?>
36 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
37 <pkgmetadata>
38 - <!-- maintainer-needed -->
39 + <maintainer type="project">
40 + <email>ml@g.o</email>
41 + <name>ML</name>
42 + </maintainer>
43 <upstream>
44 <remote-id type="github">janestreet/async_unix</remote-id>
45 </upstream>