commit:     0f0160ef494854f7eb7c4395d7bca4251b5cef54
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 26 19:37:03 2022 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Apr 26 19:37:03 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f0160ef

dev-ml/expect_test_helpers_core: add to tree

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ml/expect_test_helpers_core/Manifest           |  1 +
 .../expect_test_helpers_core-0.15.0.ebuild         | 22 ++++++++++++++++++++++
 dev-ml/expect_test_helpers_core/metadata.xml       | 11 +++++++++++
 3 files changed, 34 insertions(+)

diff --git a/dev-ml/expect_test_helpers_core/Manifest 
b/dev-ml/expect_test_helpers_core/Manifest
new file mode 100644
index 000000000000..f8e57605ef9e
--- /dev/null
+++ b/dev-ml/expect_test_helpers_core/Manifest
@@ -0,0 +1 @@
+DIST expect_test_helpers_core-0.15.0.tar.gz 19807 BLAKE2B 
aca6103a7a50d7cf666ff6acb7b5430a5b0667efe039d200bc9ed2e430b91c4ed9a75378ceb0142e5d8d419ca6b3be508dc75c8e7fb5ff23101ebc012c70a9c0
 SHA512 
c08bda03c3bbc5c7ee1e970b5ba03e319826b7dd550d073f69b373bfa429c489ae1fcd388a2629f3d81729a96aac5614b4b1bcadd4040a290ffaab55b26bb9d6

diff --git 
a/dev-ml/expect_test_helpers_core/expect_test_helpers_core-0.15.0.ebuild 
b/dev-ml/expect_test_helpers_core/expect_test_helpers_core-0.15.0.ebuild
new file mode 100644
index 000000000000..d31c5f3d9df4
--- /dev/null
+++ b/dev-ml/expect_test_helpers_core/expect_test_helpers_core-0.15.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 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/refs/tags/v${PV}.tar.gz
+       -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/$(ver_cut 1-2)"
+KEYWORDS="~amd64"
+IUSE="+ocamlopt"
+
+DEPEND="
+       dev-ml/ppx_jane:${SLOT}
+       dev-ml/sexp_pretty:${SLOT}
+"
+RDEPEND="${DEPEND}"
+BDEPEND=""

diff --git a/dev-ml/expect_test_helpers_core/metadata.xml 
b/dev-ml/expect_test_helpers_core/metadata.xml
new file mode 100644
index 000000000000..75c2f2cf0a19
--- /dev/null
+++ b/dev-ml/expect_test_helpers_core/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="project">
+               <email>[email protected]</email>
+               <name>ML</name>
+       </maintainer>
+       <upstream>
+               <remote-id 
type="github">janestreet/expect_test_helpers_core</remote-id>
+       </upstream>
+</pkgmetadata>

Reply via email to