commit: 20168c6dae2b51d57fc2a2520accb61f9c08aadb Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Sun Jul 2 07:09:08 2023 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Sun Jul 2 07:22:16 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20168c6d
dev-ml/expect_test_helpers_core: add 0.16.0 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-ml/expect_test_helpers_core/Manifest | 1 + .../expect_test_helpers_core-0.16.0.ebuild | 27 ++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/dev-ml/expect_test_helpers_core/Manifest b/dev-ml/expect_test_helpers_core/Manifest index f8e57605ef9e..802be1a6ca16 100644 --- a/dev-ml/expect_test_helpers_core/Manifest +++ b/dev-ml/expect_test_helpers_core/Manifest @@ -1 +1,2 @@ DIST expect_test_helpers_core-0.15.0.tar.gz 19807 BLAKE2B aca6103a7a50d7cf666ff6acb7b5430a5b0667efe039d200bc9ed2e430b91c4ed9a75378ceb0142e5d8d419ca6b3be508dc75c8e7fb5ff23101ebc012c70a9c0 SHA512 c08bda03c3bbc5c7ee1e970b5ba03e319826b7dd550d073f69b373bfa429c489ae1fcd388a2629f3d81729a96aac5614b4b1bcadd4040a290ffaab55b26bb9d6 +DIST expect_test_helpers_core-0.16.0.tar.gz 22549 BLAKE2B 2925c572a97a4bada839f98bea50f503d138d43550e1849ae23f4f553c5402c86135ad6ef1e57e9a5a382a2aae719bf88b8550399824294970350fbe0fa5d474 SHA512 057504994125e05c02264eef4766e58619d1f89039836b994487cc8627786c0e0d1491ab8a3ffa02ac19cb8d0754f4af88188a47d25cbe89c5a51b04ac002c95 diff --git a/dev-ml/expect_test_helpers_core/expect_test_helpers_core-0.16.0.ebuild b/dev-ml/expect_test_helpers_core/expect_test_helpers_core-0.16.0.ebuild new file mode 100644 index 000000000000..d9880e2ad159 --- /dev/null +++ b/dev-ml/expect_test_helpers_core/expect_test_helpers_core-0.16.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 2022-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit dune + +DESCRIPTION="Helpers for writing expectation tests" +HOMEPAGE="https://github.com/janestreet/expect_test_helpers_core" +SRC_URI="https://github.com/janestreet/${PN}/archive/refs/tags/v${PV}.tar.gz + -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/$(ver_cut 1-2)" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" +IUSE="+ocamlopt" + +DEPEND=" + >=dev-lang/ocaml-4.14 + dev-ml/base:${SLOT} + dev-ml/core:${SLOT} + dev-ml/ppx_jane:${SLOT} + dev-ml/stdio:${SLOT} + dev-ml/sexp_pretty:${SLOT} +" +RDEPEND="${DEPEND}" +BDEPEND=""
