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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6D40B1382C5 for ; Tue, 9 Feb 2021 22:47:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7CCEBE08A8; Tue, 9 Feb 2021 22:47:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 643FFE08A8 for ; Tue, 9 Feb 2021 22:47:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 18C47340EA8 for ; Tue, 9 Feb 2021 22:47:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 65BC94C0 for ; Tue, 9 Feb 2021 22:47:46 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1612910862.e4e40b548a1090389bc3eca15cbdcf9584f731a7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/mirage-clock/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/mirage-clock/Manifest dev-ml/mirage-clock/metadata.xml dev-ml/mirage-clock/mirage-clock-3.1.0.ebuild X-VCS-Directories: dev-ml/mirage-clock/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e4e40b548a1090389bc3eca15cbdcf9584f731a7 X-VCS-Branch: master Date: Tue, 9 Feb 2021 22:47:46 +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: bf3c5b24-155c-4075-b185-e591616a0d47 X-Archives-Hash: b0d78f7207c6a905d85040b6195e6d4d commit: e4e40b548a1090389bc3eca15cbdcf9584f731a7 Author: Sam James gentoo org> AuthorDate: Tue Feb 9 22:35:21 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Feb 9 22:47:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4e40b54 dev-ml/mirage-clock: new package (dev-ml/alcotest dep) Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> dev-ml/mirage-clock/Manifest | 1 + dev-ml/mirage-clock/metadata.xml | 11 +++++++++++ dev-ml/mirage-clock/mirage-clock-3.1.0.ebuild | 15 +++++++++++++++ 3 files changed, 27 insertions(+) diff --git a/dev-ml/mirage-clock/Manifest b/dev-ml/mirage-clock/Manifest new file mode 100644 index 00000000000..ae784e839c2 --- /dev/null +++ b/dev-ml/mirage-clock/Manifest @@ -0,0 +1 @@ +DIST mirage-clock-3.1.0.tar.gz 8441 BLAKE2B a8cc3b1ab3f929c4c28ce5f0dfe30d316b1d9445f4fd053743d5e224e8b5630c9ae2d12804ca690488a238c6aa8cd8b197ca8ca7d9e49b902964570c78ed946b SHA512 e4518a6c47e18c7fd3fd910de2f68cacb18735d59bcfffc79b676c8526466f2134979805222c39496588ef6f16a8f6b1fb79fec478459a3ec474fb60118c5551 diff --git a/dev-ml/mirage-clock/metadata.xml b/dev-ml/mirage-clock/metadata.xml new file mode 100644 index 00000000000..6bb53390770 --- /dev/null +++ b/dev-ml/mirage-clock/metadata.xml @@ -0,0 +1,11 @@ + + + + + ml@gentoo.org + ML + + + mirage/mirage-clock + + diff --git a/dev-ml/mirage-clock/mirage-clock-3.1.0.ebuild b/dev-ml/mirage-clock/mirage-clock-3.1.0.ebuild new file mode 100644 index 00000000000..bfaa2543618 --- /dev/null +++ b/dev-ml/mirage-clock/mirage-clock-3.1.0.ebuild @@ -0,0 +1,15 @@ +# 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/mirage-clock" +SRC_URI="https://github.com/mirage/mirage-clock/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="ISC" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="+ocamlopt"