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/core_unix/
Date: Wed, 27 Apr 2022 07:00:14
Message-Id: 1651042800.24d9c9b0c85b493ae5ca5ea452cacaa382f37ffa.tupone@gentoo
1 commit: 24d9c9b0c85b493ae5ca5ea452cacaa382f37ffa
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 27 06:59:37 2022 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 27 07:00:00 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24d9c9b0
7
8 dev-ml/core_unix: add to tree
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
12
13 dev-ml/core_unix/Manifest | 1 +
14 dev-ml/core_unix/core_unix-0.15.0.ebuild | 25 +++++++++++++++++++++++++
15 dev-ml/core_unix/metadata.xml | 11 +++++++++++
16 3 files changed, 37 insertions(+)
17
18 diff --git a/dev-ml/core_unix/Manifest b/dev-ml/core_unix/Manifest
19 new file mode 100644
20 index 000000000000..182d7d23c228
21 --- /dev/null
22 +++ b/dev-ml/core_unix/Manifest
23 @@ -0,0 +1 @@
24 +DIST core_unix-0.15.0.tar.gz 377928 BLAKE2B 49b58471a28c356bdf39f15e22bd21ec4363182cf744c0455847ffc15015fdad2928a428986c2a9edff647ebef9f2ad2059b184b393e979119c8f007f67ec140 SHA512 eeb53bd0c06a7d1facfb133f0a45a232d57941eff644d4ed6c2d5002acd4e6b323376ec9c05838f760ebd9da3fbc39332989ed50b3921191c175811c947fcbfe
25
26 diff --git a/dev-ml/core_unix/core_unix-0.15.0.ebuild b/dev-ml/core_unix/core_unix-0.15.0.ebuild
27 new file mode 100644
28 index 000000000000..8ab4e487041f
29 --- /dev/null
30 +++ b/dev-ml/core_unix/core_unix-0.15.0.ebuild
31 @@ -0,0 +1,25 @@
32 +# Copyright 2022 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=8
36 +inherit dune
37 +
38 +DESCRIPTION="Unix-specific portions of Core"
39 +HOMEPAGE="https://github.com/janestreet/core_unix"
40 +SRC_URI="https://github.com/janestreet/${PN}/archive/refs/tags/v${PV}.tar.gz
41 + -> ${P}.tar.gz"
42 +
43 +LICENSE="MIT"
44 +SLOT="0/$(ver_cut 1-2)"
45 +KEYWORDS="~amd64"
46 +IUSE="+ocamlopt"
47 +
48 +DEPEND="
49 + dev-ml/core_kernel:${SLOT}
50 + dev-ml/expect_test_helpers_core:${SLOT}
51 + dev-ml/ocaml_intrinsics:${SLOT}
52 + dev-ml/timezone:${SLOT}
53 + dev-ml/spawn:${SLOT}
54 +"
55 +RDEPEND="${DEPEND}"
56 +BDEPEND=""
57
58 diff --git a/dev-ml/core_unix/metadata.xml b/dev-ml/core_unix/metadata.xml
59 new file mode 100644
60 index 000000000000..75a95cdd0266
61 --- /dev/null
62 +++ b/dev-ml/core_unix/metadata.xml
63 @@ -0,0 +1,11 @@
64 +<?xml version="1.0" encoding="UTF-8"?>
65 +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
66 +<pkgmetadata>
67 + <maintainer type="project">
68 + <email>ml@g.o</email>
69 + <name>ML</name>
70 + </maintainer>
71 + <upstream>
72 + <remote-id type="github">janestreet/core_unix</remote-id>
73 + </upstream>
74 +</pkgmetadata>