diff --git a/dev-ml/expect_test_helpers_core/Manifest b/dev-ml/expect_test_helpers_core/Manifest deleted file mode 100644 index f899be5bb4..0000000000 --- a/dev-ml/expect_test_helpers_core/Manifest +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index 2a41fedc6b..0000000000 --- a/dev-ml/expect_test_helpers_core/expect_test_helpers_core-0.14.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# 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 - - This library provides helper functions for writing expect tests. - -If you want helpers for writing expect tests using the Async library, -look at expect_test_helpers_async. - - https://ocaml.janestreet.com/ocaml-core/latest/doc/expect_test_helpers_core/index.html - https://github.com/janestreet/expect_test_helpers_core/issues - janestreet/expect_test_helpers_core - -