public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alfredo Tupone" <tupone@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/alcotest/
Date: Sun, 28 Jul 2024 16:56:30 +0000 (UTC)	[thread overview]
Message-ID: <1722185745.a74ae5947dab1055838613480ce6d363f1463e93.tupone@gentoo> (raw)

commit:     a74ae5947dab1055838613480ce6d363f1463e93
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 28 16:55:18 2024 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Jul 28 16:55:45 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a74ae594

dev-ml/alcotest: add 1.8.0

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ml/alcotest/Manifest              |  1 +
 dev-ml/alcotest/alcotest-1.8.0.ebuild | 38 +++++++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/dev-ml/alcotest/Manifest b/dev-ml/alcotest/Manifest
index 3f88394b43b0..2fd8044df443 100644
--- a/dev-ml/alcotest/Manifest
+++ b/dev-ml/alcotest/Manifest
@@ -1,3 +1,4 @@
 DIST alcotest-1.4.0.tar.gz 279675 BLAKE2B 3cc50ab37a16948ceca9b5e6aa885fa50bbe0722c6132ed4991fb64c568253d9913287d1b9e5547f59a210d6803e2a83565f02950fb12cb91ed9f8e24d7864c1 SHA512 adb73c8b2be6f47cb406bbc49dba7dc86e990a60e2e68302592a24dcc24e11e76e2aa6fc2f003c1e4fdbb79744df6ab601daff9540cd7b0096ac9f9bff18098c
 DIST alcotest-1.5.0.tar.gz 288227 BLAKE2B 6af28f2516888273903bbb7750ba583778c54447157ece29ad8053323492dddfde9b901699be26c868f1f3835ad89d6f163176033f52ffdccc82fa2609e57b64 SHA512 9f496d1b14a78a9cba5dfde71cbda41d3090d2083bc9895dc9d9f54876b86630079219e678f13f6ffd382deb2a1a298b61b2a222fc65d25d4a242d8c280b4784
 DIST alcotest-1.7.0.tar.gz 293433 BLAKE2B 83a9b1bb3a6d9ec09de739e77a6e1085bbca328f5be39f6ab28931a7bc16d223d571917f924598ddcc399910f986df95eb72ae61f28512221d9de6174ffe3988 SHA512 6e29cc39109f5d83a175578f48ff1b48fdf13913b7cdd332823a660c681ab0cd5dec41b10322226102b023d7c74620decf964458926abed56ae835e4e565014e
+DIST alcotest-1.8.0.tar.gz 296522 BLAKE2B 63ad6a8349a1ed0b0a61db7b816b30a020bda23374a5672543b758a227079d7129b2b3bd3e40cc8b71bb753c366116d0e9f7aea57011986099f1c129fcda7a55 SHA512 bcbb43d8f67e5250823f4cf92db81bef6ee71a399f9c12c4c1e343d043b885da8571593a59c07ae140a0222f8a5a66eef328206c0636e349e628520831be62db

diff --git a/dev-ml/alcotest/alcotest-1.8.0.ebuild b/dev-ml/alcotest/alcotest-1.8.0.ebuild
new file mode 100644
index 000000000000..42994cde53ad
--- /dev/null
+++ b/dev-ml/alcotest/alcotest-1.8.0.ebuild
@@ -0,0 +1,38 @@
+# 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"


             reply	other threads:[~2024-07-28 16:56 UTC|newest]

Thread overview: 58+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-28 16:56 Alfredo Tupone [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-21 18:41 [gentoo-commits] repo/gentoo:master commit in: dev-ml/alcotest/ Arthur Zamarin
2024-10-21 18:41 Arthur Zamarin
2024-10-20  4:46 Sam James
2024-10-20  4:46 Sam James
2024-07-14 19:06 Alfredo Tupone
2024-07-02 14:50 Maciej Barć
2024-07-02 14:50 Maciej Barć
2024-01-24 18:30 Alfredo Tupone
2023-07-29  6:24 Alfredo Tupone
2023-07-08 16:43 Alfredo Tupone
2023-06-15 18:20 Arthur Zamarin
2023-06-15 18:20 Arthur Zamarin
2023-06-09 18:02 Arthur Zamarin
2023-06-09 16:52 Arthur Zamarin
2023-06-09 15:27 Arthur Zamarin
2023-06-09 15:27 Arthur Zamarin
2023-04-24 13:51 Alfredo Tupone
2023-04-17  8:59 Alfredo Tupone
2023-02-24 22:20 Sam James
2023-02-24 16:56 Sam James
2023-02-20 20:27 Arthur Zamarin
2023-01-27  0:30 Sam James
2022-12-24 15:54 Alfredo Tupone
2022-10-30  9:13 Alfredo Tupone
2022-10-13 13:05 Alfredo Tupone
2022-06-21  1:53 Sam James
2022-04-18 21:07 Jakov Smolić
2021-11-03 21:16 Alfredo Tupone
2021-10-13 20:37 Sam James
2021-10-13 20:35 Sam James
2021-10-12  7:14 Agostino Sarubbo
2021-10-11 12:17 Agostino Sarubbo
2021-10-11  5:45 Sam James
2021-10-11  5:16 Sam James
2021-07-27 18:57 Alfredo Tupone
2021-06-03  0:45 Sam James
2021-05-16 19:02 Sam James
2021-05-16  0:07 Sam James
2021-05-15 19:17 Sam James
2021-05-15  2:01 Sam James
2021-05-06  7:22 Sergei Trofimovich
2021-03-07 18:00 Alfredo Tupone
2021-02-21  9:44 Sam James
2021-02-21  8:11 Sam James
2021-02-21  7:28 Sam James
2021-02-10 16:38 Sam James
2021-02-10 16:30 Sam James
2021-02-10 15:31 Sam James
2021-02-09 23:09 Sam James
2021-02-09 22:48 Sam James
2021-02-09 22:47 Sam James
2021-02-08 17:21 Sam James
2020-09-24 19:53 Aaron Bauman
2017-08-26 12:03 Alexis Ballier
2017-08-06  7:40 Alexis Ballier
2017-08-06  7:40 Alexis Ballier
2017-06-28  9:35 Alexis Ballier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1722185745.a74ae5947dab1055838613480ce6d363f1463e93.tupone@gentoo \
    --to=tupone@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox