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/ppx_typerep_conv/
Date: Sun, 11 Jul 2021 16:30:25
Message-Id: 1626021004.e01cdece916dbd5886b0a0e7dcd12ab8b932835e.tupone@gentoo
1 commit: e01cdece916dbd5886b0a0e7dcd12ab8b932835e
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 11 16:30:04 2021 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 11 16:30:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e01cdece
7
8 dev-ml/ppx_typerep_conv: bump to 0.14.2
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.2
11 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
12
13 dev-ml/ppx_typerep_conv/Manifest | 1 +
14 .../ppx_typerep_conv-0.14.2.ebuild | 25 ++++++++++++++++++++++
15 2 files changed, 26 insertions(+)
16
17 diff --git a/dev-ml/ppx_typerep_conv/Manifest b/dev-ml/ppx_typerep_conv/Manifest
18 index 1d9e83629a6..ffb57b7d29e 100644
19 --- a/dev-ml/ppx_typerep_conv/Manifest
20 +++ b/dev-ml/ppx_typerep_conv/Manifest
21 @@ -1 +1,2 @@
22 DIST ppx_typerep_conv-0.14.1.tar.gz 9453 BLAKE2B 4acafdd51df0659746697283aa3240f1b1403e4e9f9b5fafa6c4b09f4c76f6ac645e2ccab53cba7371b5b004edba38d24198334d10b295d90c8ba5814a602a23 SHA512 6e32f6c2cf6c370fcb8d3b341dbd797c3b7c2557c8604253d744b266c9a3f4984e62ffe6ec5717044378f81e5b78e7f206a7f0f4b43c0dda97a4e7ece745d26d
23 +DIST ppx_typerep_conv-0.14.2.tar.gz 9474 BLAKE2B 7a7ff6669d9af2ced905e5b104058d26ffe06e3784af366a1a4ce753337eeb87c9bfe02d1a6fddaac6c387105d2583194cbd06b915eb35d16e06b1d4ab977e2f SHA512 9372f13cb3f62b3732af4f8ddc00314dd71869bab5599ae0a112d32669de300346781b7fcd2bd649ccedfde54fcd86fb6186812eeb528858048bcd9d5ad443dd
24
25 diff --git a/dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.14.2.ebuild b/dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.14.2.ebuild
26 new file mode 100644
27 index 00000000000..d7592ebf551
28 --- /dev/null
29 +++ b/dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.14.2.ebuild
30 @@ -0,0 +1,25 @@
31 +# Copyright 1999-2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +inherit dune
37 +
38 +DESCRIPTION="Generation of runtime types from type declarations"
39 +HOMEPAGE="https://github.com/janestreet/ppx_typerep_conv"
40 +SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
41 +
42 +LICENSE="MIT"
43 +SLOT="0/${PV}"
44 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
45 +IUSE="+ocamlopt"
46 +
47 +DEPEND="
48 + >=dev-ml/base-0.14.0:=
49 + >=dev-ml/typerep-0.14.0:=
50 + >=dev-ml/ppxlib-0.22.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}"