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/ocaml-compiler-libs/
Date: Mon, 11 Oct 2021 05:59:02
Message-Id: 1633931893.7b29db15debc1c027598e43d99ceed723b2e792d.sam@gentoo
1 commit: 7b29db15debc1c027598e43d99ceed723b2e792d
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 11 05:58:13 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 11 05:58:13 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b29db15
7
8 dev-ml/ocaml-compiler-libs: add 0.12.4
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-ml/ocaml-compiler-libs/Manifest | 1 +
13 .../ocaml-compiler-libs/ocaml-compiler-libs-0.12.4.ebuild | 15 +++++++++++++++
14 2 files changed, 16 insertions(+)
15
16 diff --git a/dev-ml/ocaml-compiler-libs/Manifest b/dev-ml/ocaml-compiler-libs/Manifest
17 index e5be20a0a16..fefe6818319 100644
18 --- a/dev-ml/ocaml-compiler-libs/Manifest
19 +++ b/dev-ml/ocaml-compiler-libs/Manifest
20 @@ -1 +1,2 @@
21 DIST ocaml-compiler-libs-0.12.3.tar.gz 4982 BLAKE2B 83432cbb2707964f025b294a84cdcce77137156e409d85ce8615dd6e9a26ad085cd5de178ebeb7520cd95b19a15b3cfbf7ef9567d165b55e07850a231b68371c SHA512 748ae11fe4cedb12d153ef2e712a9899f6a7ab4a35ddb7c95c0ae25af979c3edf274046745dddb2253fc06be41d5b0029f11a5a823a17d1ee680ffb29c4bdc89
22 +DIST ocaml-compiler-libs-0.12.4.tar.gz 5435 BLAKE2B 2c7b3f79315945d094dd4102da748dda55265bdd36753606ec03eef6a39eb385b84e7bfd0f43a04583271bf7c53b15481e9dcbb48c362d472bb3f740ec48853a SHA512 cf08e8d4bf25fff26a16a05036f08247176f4845d9d9ada85944c3fa89b6df9a5092d7a1025415a3b2ce00dd45b544cc82247648cf3952be2304e5d9ebab121d
23
24 diff --git a/dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.12.4.ebuild b/dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.12.4.ebuild
25 new file mode 100644
26 index 00000000000..e2b3cd47aa7
27 --- /dev/null
28 +++ b/dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.12.4.ebuild
29 @@ -0,0 +1,15 @@
30 +# Copyright 1999-2021 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +
35 +inherit dune
36 +
37 +DESCRIPTION="Repackage the OCaml compiler libs so they do not expose everything at toplevel"
38 +HOMEPAGE="https://github.com/janestreet/ocaml-compiler-libs"
39 +SRC_URI="https://github.com/janestreet/ocaml-compiler-libs/archive/v${PV}.tar.gz -> ${P}.tar.gz"
40 +
41 +LICENSE="Apache-2.0"
42 +SLOT="0/${PV}"
43 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
44 +IUSE="+ocamlopt"