diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2022-02-02 19:30:17 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2022-02-02 19:30:17 +0100 |
commit | a9d85cd55e9266a4e48eccff69d193421e003e0c (patch) | |
tree | 4c30b2679bff1a3a606bb69035a6c1ef80d897d0 /dev-ml | |
parent | dev-ml/ppx_custom_printf: 0.14.1 bump (diff) | |
download | gentoo-a9d85cd55e9266a4e48eccff69d193421e003e0c.tar.gz gentoo-a9d85cd55e9266a4e48eccff69d193421e003e0c.tar.bz2 gentoo-a9d85cd55e9266a4e48eccff69d193421e003e0c.zip |
dev-ml/ppx_expect: 0.14.2 bump
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ppx_expect/Manifest | 1 | ||||
-rw-r--r-- | dev-ml/ppx_expect/ppx_expect-0.14.2.ebuild | 30 |
2 files changed, 31 insertions, 0 deletions
diff --git a/dev-ml/ppx_expect/Manifest b/dev-ml/ppx_expect/Manifest index b6fc1335e86c..b6750f643205 100644 --- a/dev-ml/ppx_expect/Manifest +++ b/dev-ml/ppx_expect/Manifest @@ -1,2 +1,3 @@ DIST ppx_expect-0.14.0.tar.gz 45661 BLAKE2B 0cba3840743d45f0f11936f090319aab3237c7a14389eb6d035a3b7cdac91e0b169c3ed84407e1bb01a00738bf97b62dba313965e93a2177388666764fe5854b SHA512 7de5d84640d16101d38140b5f621301c9935e3161a7c7d978373940be92fa7f14cad429e79eec294a20d1f379e969cf3c25d15810f1a4d3ad1bb8ba0eb7d7109 DIST ppx_expect-0.14.1.tar.gz 45699 BLAKE2B b52d579d92156344ff44d30c88603840eb7d6a0d346de49fcbc01ef16fe3c33e664486de4cb2d09f74e853e39b9a01778e7e0f489497fdd34fc9582d895a0d3b SHA512 fd98e79d5b3bb935b2a4077a07894c159b48e142268c2e30ebff2cbfecc92266b454be69f5080b315eefa9184372e5e5248bd8a3b2b9d6cad59e2d517c94bd02 +DIST ppx_expect-0.14.2.tar.gz 45703 BLAKE2B cd1371f6e7e0519c1b30c6d471a1f4be6cbeffa0bf65de1472c9809265c35c307cd36ebb12548f60ab2acb6e9786556f29ae4752ee5cfbfa19fdc2dc14f16aa6 SHA512 bb00e15057ea403241781d2d6a385200496adc79680a01d031416192f8c93efd75a6998602a90d0aba7fcb2110e876b058126bb6397d5ba7fe5dd48c03202169 diff --git a/dev-ml/ppx_expect/ppx_expect-0.14.2.ebuild b/dev-ml/ppx_expect/ppx_expect-0.14.2.ebuild new file mode 100644 index 000000000000..74d5b7f6ccfd --- /dev/null +++ b/dev-ml/ppx_expect/ppx_expect-0.14.2.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit dune + +DESCRIPTION="Cram like framework for OCaml" +HOMEPAGE="https://github.com/janestreet/ppx_expect" +SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +IUSE="+ocamlopt" +# https://bugs.gentoo.org/749291#c2 +RESTRICT="test" + +RDEPEND=" + >=dev-ml/base-0.14.0:= + >=dev-ml/ppx_here-0.14.0:= + >=dev-ml/ppx_inline_test-0.14.1:= + >=dev-ml/stdio-0.14.0:= + >=dev-ml/ppxlib-0.18.0:= + >=dev-ml/ocaml-compiler-libs-0.11.0:= + >=dev-ml/ocaml-migrate-parsetree-2.0.0:= + dev-ml/cinaps:= + dev-ml/re:= +" +DEPEND="${RDEPEND}" |