From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C572B158086 for ; Wed, 3 Nov 2021 21:16:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2804CE0828; Wed, 3 Nov 2021 21:16:29 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 34B0CE0828 for ; Wed, 3 Nov 2021 21:16:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1BBCD342CDF for ; Wed, 3 Nov 2021 21:16:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8CE0679 for ; Wed, 3 Nov 2021 21:16:25 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1635974159.609b806311dc1f8058943802f7a4176b551ea5b7.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/alcotest/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/alcotest/Manifest dev-ml/alcotest/alcotest-1.5.0.ebuild X-VCS-Directories: dev-ml/alcotest/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 609b806311dc1f8058943802f7a4176b551ea5b7 X-VCS-Branch: master Date: Wed, 3 Nov 2021 21:16:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c9b45286-9fb9-406c-9bb7-4cc7dd3b00ac X-Archives-Hash: f162ba3a2a89feddeea7f8db411082a1 commit: 609b806311dc1f8058943802f7a4176b551ea5b7 Author: Alfredo Tupone gentoo org> AuthorDate: Wed Nov 3 21:15:59 2021 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Wed Nov 3 21:15:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=609b8063 dev-ml/alcotest: bump 1.5.0 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/alcotest/Manifest | 1 + dev-ml/alcotest/alcotest-1.5.0.ebuild | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/dev-ml/alcotest/Manifest b/dev-ml/alcotest/Manifest index f23cba31162..d7b728a04eb 100644 --- a/dev-ml/alcotest/Manifest +++ b/dev-ml/alcotest/Manifest @@ -1,2 +1,3 @@ DIST alcotest-1.2.3.tar.gz 274177 BLAKE2B 1c38baf8932fe16ec3899cd1dd747099065cf93677271aad5ec33706ed7b6fd82dac84f9ed7518c56d178bf1f98a0b131d5e0f4745d47b07021f0fef932fde28 SHA512 0f3e2a5f56a17b6ddf5173d490b8a1aa2b23382bd0535d9d8be09fb8d4dd02dd1b92f9d00b957b11843d671262469e28b3be4f987538e373eb5e1f30c3a406a3 DIST alcotest-1.4.0.tar.gz 279675 BLAKE2B 3cc50ab37a16948ceca9b5e6aa885fa50bbe0722c6132ed4991fb64c568253d9913287d1b9e5547f59a210d6803e2a83565f02950fb12cb91ed9f8e24d7864c1 SHA512 adb73c8b2be6f47cb406bbc49dba7dc86e990a60e2e68302592a24dcc24e11e76e2aa6fc2f003c1e4fdbb79744df6ab601daff9540cd7b0096ac9f9bff18098c +DIST alcotest-1.5.0.tar.gz 288227 BLAKE2B 6af28f2516888273903bbb7750ba583778c54447157ece29ad8053323492dddfde9b901699be26c868f1f3835ad89d6f163176033f52ffdccc82fa2609e57b64 SHA512 9f496d1b14a78a9cba5dfde71cbda41d3090d2083bc9895dc9d9f54876b86630079219e678f13f6ffd382deb2a1a298b61b2a222fc65d25d4a242d8c280b4784 diff --git a/dev-ml/alcotest/alcotest-1.5.0.ebuild b/dev-ml/alcotest/alcotest-1.5.0.ebuild new file mode 100644 index 00000000000..d4924a1e4ea --- /dev/null +++ b/dev-ml/alcotest/alcotest-1.5.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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/dune-2.8 + dev-ml/astring:= + dev-ml/async_unix:= + dev-ml/cmdliner:= + dev-ml/core:= + dev-ml/core_kernel:= + dev-ml/duration:= + >=dev-ml/fmt-0.8.9:= + dev-ml/mirage-clock:= + dev-ml/re:= + dev-ml/result:= + dev-ml/logs:= + dev-ml/uutf:= + dev-ml/uuidm:= +" +DEPEND="${RDEPEND}"