summaryrefslogtreecommitdiff
path: root/dev-ml/alcotest
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
commit290aebdea65a02557706eaeda477fef0437b6a48 (patch)
treef87a939169a508a2e943570501b64cc16b411cda /dev-ml/alcotest
parent6783ddcd4b73d9ce586a71770caed352bec93b16 (diff)
downloadbaldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip
Adding metadata
Diffstat (limited to 'dev-ml/alcotest')
-rw-r--r--dev-ml/alcotest/Manifest3
-rw-r--r--dev-ml/alcotest/alcotest-1.7.0-r1.ebuild45
-rw-r--r--dev-ml/alcotest/alcotest-1.8.0.ebuild38
-rw-r--r--dev-ml/alcotest/alcotest-1.9.0.ebuild38
-rw-r--r--dev-ml/alcotest/files/alcotest-1.7.0-time_float_unix.patch49
-rw-r--r--dev-ml/alcotest/metadata.xml13
6 files changed, 0 insertions, 186 deletions
diff --git a/dev-ml/alcotest/Manifest b/dev-ml/alcotest/Manifest
deleted file mode 100644
index 9fcbc784c5f6..000000000000
--- a/dev-ml/alcotest/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST alcotest-1.7.0.tar.gz 293433 BLAKE2B 83a9b1bb3a6d9ec09de739e77a6e1085bbca328f5be39f6ab28931a7bc16d223d571917f924598ddcc399910f986df95eb72ae61f28512221d9de6174ffe3988 SHA512 6e29cc39109f5d83a175578f48ff1b48fdf13913b7cdd332823a660c681ab0cd5dec41b10322226102b023d7c74620decf964458926abed56ae835e4e565014e
-DIST alcotest-1.8.0.tar.gz 296522 BLAKE2B 63ad6a8349a1ed0b0a61db7b816b30a020bda23374a5672543b758a227079d7129b2b3bd3e40cc8b71bb753c366116d0e9f7aea57011986099f1c129fcda7a55 SHA512 bcbb43d8f67e5250823f4cf92db81bef6ee71a399f9c12c4c1e343d043b885da8571593a59c07ae140a0222f8a5a66eef328206c0636e349e628520831be62db
-DIST alcotest-1.9.0.tar.gz 297579 BLAKE2B f56a69198bd2e3dcb5970744cfec1d83b8981a0ed12584ed1849aca1c5c9488038fb3fb3b1b60c9160a54220f88d66b3929a92577942ccaf98356ba98216baa3 SHA512 98a956db0924c8d2b4ac89fc7b5478b36c155a2ab3e2927d1131adb1ecd62c64ac07ba42d02f7972d94a3ac70942f0031cf9f998693f8920f8673cf8cdafb349
diff --git a/dev-ml/alcotest/alcotest-1.7.0-r1.ebuild b/dev-ml/alcotest/alcotest-1.7.0-r1.ebuild
deleted file mode 100644
index 54c6b2e736ff..000000000000
--- a/dev-ml/alcotest/alcotest-1.7.0-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit dune
-
-DESCRIPTION="A lightweight and colourful test framework"
-HOMEPAGE="https://github.com/mirage/alcotest/"
-SRC_URI="https://github.com/mirage/alcotest/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="ISC"
-SLOT="0/${PV}"
-KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 x86"
-IUSE="+ocamlopt"
-
-RDEPEND="
- dev-ml/astring:=
- dev-ml/async:=[ocamlopt?]
- dev-ml/async_kernel:=[ocamlopt?]
- >=dev-ml/async_unix-0.15.0:=[ocamlopt?]
- dev-ml/base:=[ocamlopt?]
- dev-ml/cmdliner:=[ocamlopt?]
- >=dev-ml/core-0.15.0:=[ocamlopt?]
- >=dev-ml/core_unix-0.15.0:=[ocamlopt?]
- dev-ml/duration:=[ocamlopt?]
- dev-ml/fmt:=[ocamlopt?]
- dev-ml/lwt:=[ocamlopt?]
- dev-ml/mirage-clock:=[ocamlopt?]
- dev-ml/re:=[ocamlopt?]
- dev-ml/result:=[ocamlopt?]
- dev-ml/logs:=[ocamlopt?]
- dev-ml/uutf:=[ocamlopt?]
- dev-ml/uuidm:=[ocamlopt?]
-"
-DEPEND="${RDEPEND}"
-BDEPEND=">=dev-ml/dune-3.0"
-
-src_prepare() {
- default
-
- if has_version '>=dev-ml/core_unix-0.16.0' ; then
- eapply "${FILESDIR}"/${P}-time_float_unix.patch
- fi
-}
diff --git a/dev-ml/alcotest/alcotest-1.8.0.ebuild b/dev-ml/alcotest/alcotest-1.8.0.ebuild
deleted file mode 100644
index cdf5b23a1aa5..000000000000
--- a/dev-ml/alcotest/alcotest-1.8.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit dune
-
-DESCRIPTION="A lightweight and colourful test framework"
-HOMEPAGE="https://github.com/mirage/alcotest/"
-SRC_URI="https://github.com/mirage/alcotest/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="ISC"
-SLOT="0/${PV}"
-KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 x86"
-IUSE="+ocamlopt"
-
-RDEPEND="
- dev-ml/astring:=
- dev-ml/async:=[ocamlopt?]
- dev-ml/async_kernel:=[ocamlopt?]
- >=dev-ml/async_unix-0.15.0:=[ocamlopt?]
- dev-ml/base:=[ocamlopt?]
- >=dev-ml/cmdliner-1.2:=[ocamlopt?]
- >=dev-ml/core-0.15.0:=[ocamlopt?]
- >=dev-ml/core_unix-0.15.0:=[ocamlopt?]
- dev-ml/duration:=[ocamlopt?]
- dev-ml/fmt:=[ocamlopt?]
- dev-ml/lwt:=[ocamlopt?]
- dev-ml/mirage-clock:=[ocamlopt?]
- dev-ml/re:=[ocamlopt?]
- dev-ml/result:=[ocamlopt?]
- dev-ml/stdlib-shims:=[ocamlopt?]
- dev-ml/logs:=[ocamlopt?]
- dev-ml/uutf:=[ocamlopt?]
- dev-ml/uuidm:=[ocamlopt?]
-"
-DEPEND="${RDEPEND}"
-BDEPEND=">=dev-ml/dune-3.0"
diff --git a/dev-ml/alcotest/alcotest-1.9.0.ebuild b/dev-ml/alcotest/alcotest-1.9.0.ebuild
deleted file mode 100644
index 18a4a80dd43d..000000000000
--- a/dev-ml/alcotest/alcotest-1.9.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit dune
-
-DESCRIPTION="A lightweight and colourful test framework"
-HOMEPAGE="https://github.com/mirage/alcotest/"
-SRC_URI="https://github.com/mirage/alcotest/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="ISC"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
-IUSE="+ocamlopt"
-
-RDEPEND="
- dev-ml/astring:=
- dev-ml/async:=[ocamlopt?]
- dev-ml/async_kernel:=[ocamlopt?]
- >=dev-ml/async_unix-0.15.0:=[ocamlopt?]
- dev-ml/base:=[ocamlopt?]
- >=dev-ml/cmdliner-1.2:=[ocamlopt?]
- >=dev-ml/core-0.15.0:=[ocamlopt?]
- >=dev-ml/core_unix-0.15.0:=[ocamlopt?]
- dev-ml/duration:=[ocamlopt?]
- dev-ml/fmt:=[ocamlopt?]
- dev-ml/lwt:=[ocamlopt?]
- dev-ml/mirage-clock:=[ocamlopt?]
- dev-ml/re:=[ocamlopt?]
- dev-ml/result:=[ocamlopt?]
- dev-ml/stdlib-shims:=[ocamlopt?]
- dev-ml/logs:=[ocamlopt?]
- dev-ml/uutf:=[ocamlopt?]
- dev-ml/uuidm:=[ocamlopt?]
-"
-DEPEND="${RDEPEND}"
-BDEPEND=">=dev-ml/dune-3.0"
diff --git a/dev-ml/alcotest/files/alcotest-1.7.0-time_float_unix.patch b/dev-ml/alcotest/files/alcotest-1.7.0-time_float_unix.patch
deleted file mode 100644
index cb54fb280a43..000000000000
--- a/dev-ml/alcotest/files/alcotest-1.7.0-time_float_unix.patch
+++ /dev/null
@@ -1,49 +0,0 @@
-This fixes the following errors:
-Error: The module Time_unix.Span is an alias for module Time_float_unix.Span, which is missing
-Error: Unbound module Time_float_unix
----
-diff --git a/src/alcotest-async/alcotest_async.ml b/src/alcotest-async/alcotest_async.ml
-index 97ed610..b6a826f 100644
---- a/src/alcotest-async/alcotest_async.ml
-+++ b/src/alcotest-async/alcotest_async.ml
-@@ -7,7 +7,7 @@ let run_test timeout name fn args =
- | `Timeout ->
- Alcotest.fail
- (Printf.sprintf "%s timed out after %s" name
-- (Time_unix.Span.to_string_hum timeout))
-+ (Time_float_unix.Span.to_string_hum timeout))
-
- module Promise = struct
- include Deferred
-@@ -24,7 +24,7 @@ module V1 = struct
-
- let test_case_sync n s f = test_case n s (fun x -> Deferred.return (f x))
-
-- let test_case ?(timeout = Time_unix.Span.of_sec 2.) name s f =
-+ let test_case ?(timeout = Time_float_unix.Span.of_sec 2.) name s f =
- test_case name s (run_test timeout name f)
- end
-
-diff --git a/src/alcotest-async/alcotest_async_intf.ml b/src/alcotest-async/alcotest_async_intf.ml
-index 27df58c..baa55cd 100644
---- a/src/alcotest-async/alcotest_async_intf.ml
-+++ b/src/alcotest-async/alcotest_async_intf.ml
-@@ -2,7 +2,7 @@ module type V1 = sig
- include Alcotest_engine.V1.Cli.S with type return = unit Async.Deferred.t
-
- val test_case :
-- ?timeout:Time_unix.Span.t ->
-+ ?timeout:Time_float_unix.Span.t ->
- string ->
- Alcotest.speed_level ->
- ('a -> unit Async.Deferred.t) ->
-diff --git a/src/alcotest-async/dune b/src/alcotest-async/dune
-index 9497c26..52ab50c 100644
---- a/src/alcotest-async/dune
-+++ b/src/alcotest-async/dune
-@@ -9,4 +9,4 @@
- async_unix
- base
- core
-- core_unix.time_unix))
-+ core_unix.time_float_unix))
diff --git a/dev-ml/alcotest/metadata.xml b/dev-ml/alcotest/metadata.xml
deleted file mode 100644
index 54ddb0454c4d..000000000000
--- a/dev-ml/alcotest/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>fogti@ytrizja.de</email>
- <name>Ellen Emilia Anna Zscheile</name>
- </maintainer>
- <maintainer type="project">
- <email>ml@gentoo.org</email>
- <name>ML</name>
- </maintainer>
- <origin>baldeagleos-repo</origin>
-</pkgmetadata>