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_js_style/
Date: Tue, 26 Apr 2022 06:30:25
Message-Id: 1650954602.7dd8303fb5101c7e3558c806dd35b6cc2f284e0e.tupone@gentoo
1 commit: 7dd8303fb5101c7e3558c806dd35b6cc2f284e0e
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 26 06:29:36 2022 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 26 06:30:02 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dd8303f
7
8 dev-ml/ppx_js_style: 0.15.0 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_js_style/Manifest | 1 +
14 dev-ml/ppx_js_style/ppx_js_style-0.15.0.ebuild | 24 ++++++++++++++++++++++++
15 2 files changed, 25 insertions(+)
16
17 diff --git a/dev-ml/ppx_js_style/Manifest b/dev-ml/ppx_js_style/Manifest
18 index 4ca1d811d6ed..833d13258669 100644
19 --- a/dev-ml/ppx_js_style/Manifest
20 +++ b/dev-ml/ppx_js_style/Manifest
21 @@ -1,2 +1,3 @@
22 DIST ppx_js_style-0.14.0.tar.gz 10587 BLAKE2B 8219a69526be53b9fce488f725c79ff30c451c556853aa54d8dbbd7040a76df37ac8942ae05cdcbbe6d839a64d5b471f53a2fce276e547a17e68490c1ec1ab19 SHA512 3561b7668bafc421fa82c3c80e019185924bfc8cafab6ef81299395061db78261005bdd34be5bed8a80bec84306b9294e6398a3a1ee0a269f7b8f3942953a6a4
23 DIST ppx_js_style-0.14.1.tar.gz 10587 BLAKE2B a77868e692180a386622fc19f696a24a9cd33863289a673d142c63003e5345a9cbe8921a7c1cf163db97f21da45c4940978f4e5d6960abc1fbc44b4283f09b42 SHA512 7c96d0e21c68956f3c94d6b6f02d70451d7e041104975171c8fb1c0f5dbcdf5b2111c5d05b247a47523abc7cf30b9d20cac267e542db459154edfe77516d2c46
24 +DIST ppx_js_style-0.15.0.tar.gz 10647 BLAKE2B d7cf2efa261383084a8f4bfc2508d8c345415b50e6ea83128bd40cffbcbe7eabc8fbb3037176ba73c303de199ca3cc96925e077c123a7f3a68e0a5c7470d56eb SHA512 10e4e9d737551538cdd89466acf76df04e87669f00236bc89fcad318b862efcee94f59a687d07fe5a559c00a59954b07185dd39e034d4a15869c281eea2bec4e
25
26 diff --git a/dev-ml/ppx_js_style/ppx_js_style-0.15.0.ebuild b/dev-ml/ppx_js_style/ppx_js_style-0.15.0.ebuild
27 new file mode 100644
28 index 000000000000..a35563b5c809
29 --- /dev/null
30 +++ b/dev-ml/ppx_js_style/ppx_js_style-0.15.0.ebuild
31 @@ -0,0 +1,24 @@
32 +# Copyright 1999-2022 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=8
36 +
37 +inherit dune
38 +
39 +DESCRIPTION="Code style checker for Jane Street Packages"
40 +HOMEPAGE="https://github.com/janestreet/ppx_js_style"
41 +SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
42 +
43 +LICENSE="Apache-2.0"
44 +SLOT="0/$(ver_cut 1-2)"
45 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
46 +IUSE="+ocamlopt"
47 +
48 +DEPEND="
49 + dev-ml/base:${SLOT}
50 + dev-ml/findlib:=
51 + dev-ml/octavius:=
52 + >=dev-ml/ppxlib-0.23.0:=
53 + >=dev-ml/ocaml-compiler-libs-0.11.0:=
54 +"
55 +RDEPEND="${DEPEND}"