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/ppx_optcomp/
Date: Tue, 05 Oct 2021 06:26:46
Message-Id: 1633415194.548b44240beafd530c26a2e79a386b8f3c1ccd02.sam@gentoo
1 commit: 548b44240beafd530c26a2e79a386b8f3c1ccd02
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 5 06:25:22 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 5 06:26:34 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=548b4424
7
8 dev-ml/ppx_optcomp: add 0.14.3
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-ml/ppx_optcomp/Manifest | 1 +
13 dev-ml/ppx_optcomp/ppx_optcomp-0.14.3.ebuild | 26 ++++++++++++++++++++++++++
14 2 files changed, 27 insertions(+)
15
16 diff --git a/dev-ml/ppx_optcomp/Manifest b/dev-ml/ppx_optcomp/Manifest
17 index 2c8054a9d09..ba84a1b6568 100644
18 --- a/dev-ml/ppx_optcomp/Manifest
19 +++ b/dev-ml/ppx_optcomp/Manifest
20 @@ -1 +1,2 @@
21 DIST ppx_optcomp-0.14.0.tar.gz 16583 BLAKE2B 9b139708e02501245d5440a862324fe0191c9c96772e6599ed474a734263c4d2c0fa08fff666abd2efb218ec03a2b9b47c5ef6480d53a8d0f280550b741ac39a SHA512 e86b108d805500cbd7be628f41436ec8de0e8622d4218631d01bf73b0e70da0a057b8531465206baa9b8851ce9c22c5cd53921fccfae352ee46527d69964dc44
22 +DIST ppx_optcomp-0.14.3.tar.gz 16749 BLAKE2B 3c6dd2b5ac0a10e3d95c6a734ee09b0bef8af6d949c9f31150f1f8ac14ec72bb06455c3bf0c025bc99b939fa86b0d730abd8aefcdbd3998bfc16eef7a6a766bd SHA512 73b53dece639aebe20a8c9eaec50f6f491ac8163d96ceab66169d99f9bb50ed9c40c38731cd6e8543dae97c3a45650733d622e5bd4a2db812000c4694c823157
23
24 diff --git a/dev-ml/ppx_optcomp/ppx_optcomp-0.14.3.ebuild b/dev-ml/ppx_optcomp/ppx_optcomp-0.14.3.ebuild
25 new file mode 100644
26 index 00000000000..d01ce62cd24
27 --- /dev/null
28 +++ b/dev-ml/ppx_optcomp/ppx_optcomp-0.14.3.ebuild
29 @@ -0,0 +1,26 @@
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="Optional compilation for OCaml"
38 +HOMEPAGE="https://github.com/janestreet/ppx_optcomp"
39 +SRC_URI="https://github.com/janestreet/ppx_optcomp/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"
45 +
46 +DEPEND="
47 + >=dev-ml/base-0.14.0:=
48 + dev-ml/findlib:=
49 + >=dev-ml/stdio-0.14.0:=
50 + >=dev-ml/ppxlib-0.18.0:=
51 + >=dev-ml/ocaml-compiler-libs-0.11.0:=
52 + >=dev-ml/ocaml-migrate-parsetree-2.0.0:=
53 + dev-ml/cinaps:=
54 +"
55 +RDEPEND="${DEPEND}"