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_custom_printf/
Date: Wed, 02 Feb 2022 18:28:06
Message-Id: 1643826469.487ec1afeb50396cf9e2b8a348c6b553c574d70f.tupone@gentoo
1 commit: 487ec1afeb50396cf9e2b8a348c6b553c574d70f
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 2 18:27:49 2022 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 2 18:27:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=487ec1af
7
8 dev-ml/ppx_custom_printf: 0.14.1 bump
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/ppx_custom_printf/Manifest | 1 +
14 .../ppx_custom_printf-0.14.1.ebuild | 25 ++++++++++++++++++++++
15 2 files changed, 26 insertions(+)
16
17 diff --git a/dev-ml/ppx_custom_printf/Manifest b/dev-ml/ppx_custom_printf/Manifest
18 index 72c2d6fba881..62a69ebf3d15 100644
19 --- a/dev-ml/ppx_custom_printf/Manifest
20 +++ b/dev-ml/ppx_custom_printf/Manifest
21 @@ -1 +1,2 @@
22 DIST ppx_custom_printf-0.14.0.tar.gz 9600 BLAKE2B 7b921188e158d59a160502b410ac780709b40fd408cf2e06a0adb70952ef3e72144deaee1c40df512cc09997ce87621e0be2a32d28e8408914fb90f3416e0532 SHA512 2f607df87aa372ef602b4aeb44a2d697ff8696001161e544398c3675280ef7af402f4b34b8cfce900791129d2a9db13ccbf4e73518f58487adc47d5188c8652c
23 +DIST ppx_custom_printf-0.14.1.tar.gz 9606 BLAKE2B 81999f3534fcf8daa965274f93812442b170c8bb7bd05d6b4ba2cb7f506e6bba44dadec355733adec790262be25ad62016356cdf7e0ddcebf2080a3238314543 SHA512 0acb5a2964c996a34d1759c1db73219d4db813ab6b96f80feffae34cbcd73fc8c8ab40ccad7ad378d730acb45eff26906533b29716398fc1c10a7bb4ff949443
24
25 diff --git a/dev-ml/ppx_custom_printf/ppx_custom_printf-0.14.1.ebuild b/dev-ml/ppx_custom_printf/ppx_custom_printf-0.14.1.ebuild
26 new file mode 100644
27 index 000000000000..ca0f971d4991
28 --- /dev/null
29 +++ b/dev-ml/ppx_custom_printf/ppx_custom_printf-0.14.1.ebuild
30 @@ -0,0 +1,25 @@
31 +# Copyright 1999-2022 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="Printf-style format-strings for user-defined string conversion"
39 +HOMEPAGE="https://github.com/janestreet/ppx_custom_printf"
40 +SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
41 +
42 +LICENSE="Apache-2.0"
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/findlib:=
50 + >=dev-ml/ppx_sexp_conv-0.14.1:=
51 + >=dev-ml/ppxlib-0.18.0:=
52 + >=dev-ml/ocaml-migrate-parsetree-2.0.0:=
53 + dev-ml/cinaps:=
54 +"
55 +RDEPEND="${DEPEND}"