From 0cf93f3d55cd9ce202e8c6c89553f4cdcef08e47 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Tue, 5 Apr 2022 16:47:46 +0200 Subject: [PATCH] dev-ml/expect_test_helpers_core: initial import Signed-off-by: Alessandro Barbieri --- dev-ml/expect_test_helpers_core/Manifest | 1 + .../expect_test_helpers_core-0.14.0.ebuild | 28 +++++++++++++++++++ dev-ml/expect_test_helpers_core/metadata.xml | 12 ++++++++ 3 files changed, 41 insertions(+) create mode 100644 dev-ml/expect_test_helpers_core/Manifest create mode 100644 dev-ml/expect_test_helpers_core/expect_test_helpers_core-0.14.0.ebuild create mode 100644 dev-ml/expect_test_helpers_core/metadata.xml diff --git a/dev-ml/expect_test_helpers_core/Manifest b/dev-ml/expect_test_helpers_core/Manifest new file mode 100644 index 0000000000..f899be5bb4 --- /dev/null +++ b/dev-ml/expect_test_helpers_core/Manifest @@ -0,0 +1 @@ +DIST expect_test_helpers_core-0.14.0.tar.gz 16378 BLAKE2B f64dbd02802456535d19fdc9f991a56331be728ac34f10c618de22264a0425248cc6b6ff653198081fae779acba32ed48b4792d3902e9feef3b38fa5f95367c0 SHA512 ff4525324972875381ab5b2ec6705fabe8cac2d9a7a84d457b4f4b913da7d22956d363d8d7f61104f244980ed910ba242629d1005d7a7dec6cce9a0750e088b9 diff --git a/dev-ml/expect_test_helpers_core/expect_test_helpers_core-0.14.0.ebuild b/dev-ml/expect_test_helpers_core/expect_test_helpers_core-0.14.0.ebuild new file mode 100644 index 0000000000..2a41fedc6b --- /dev/null +++ b/dev-ml/expect_test_helpers_core/expect_test_helpers_core-0.14.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2022 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/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="ocamlopt" + +# + + + + co-maintainers welcome + lssndrbarbieri@gmail.com + Alessandro Barbieri + + + janestreet/expect_test_helpers_core + +