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 536EB1396D0 for ; Sat, 26 Aug 2017 12:03:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 854CEE0BCF; Sat, 26 Aug 2017 12:03:20 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 62E9FE0BCF for ; Sat, 26 Aug 2017 12:03:20 +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 3C2593416A4 for ; Sat, 26 Aug 2017 12:03:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 074AA8332 for ; Sat, 26 Aug 2017 12:03:18 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1503748990.6dde59fa26be6e6f9a9de2e61b03b045d1265ff7.aballier@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-0.8.2.ebuild X-VCS-Directories: dev-ml/alcotest/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 6dde59fa26be6e6f9a9de2e61b03b045d1265ff7 X-VCS-Branch: master Date: Sat, 26 Aug 2017 12:03:18 +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-Archives-Salt: e6107222-8bed-43e6-a1cc-071a7621e41f X-Archives-Hash: 1a1b1b332b6f15ec6cfd0ccf65da6efa commit: 6dde59fa26be6e6f9a9de2e61b03b045d1265ff7 Author: Alexis Ballier gentoo org> AuthorDate: Sat Aug 26 11:03:15 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sat Aug 26 12:03:10 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dde59fa dev-ml/alcotest: bump to 0.8.2 Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-ml/alcotest/Manifest | 1 + dev-ml/alcotest/alcotest-0.8.2.ebuild | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/dev-ml/alcotest/Manifest b/dev-ml/alcotest/Manifest index 3edfc64340b..a15804c04e3 100644 --- a/dev-ml/alcotest/Manifest +++ b/dev-ml/alcotest/Manifest @@ -1 +1,2 @@ DIST alcotest-0.8.1.tar.gz 24358 SHA256 1e2e61dfe392321e950c0dbfa2fdcf0bcde7978c8e6743a59cd9fb8039cb9eae SHA512 76224df2d4923e666fd844a0735f2a23035454bb3c3aeb6a6f8d19376342f0f94f39a401d6225af3f90cddd2f65aa779ce87e42ee8d82e6b3ca33730d4277253 WHIRLPOOL 5f7847b08733b7a330553fb63702f2d27710a61e78185a99f90104a9f8a315d48f97a9fd5e891c15934c97dd082f0bc6feea01551f1cb81386119c30e5b046e1 +DIST alcotest-0.8.2.tar.gz 25456 SHA256 0170866d299ac38702762d9b13feba409d702cfe5ba128e1380fa10a46c59b47 SHA512 df1cf5ab42e91a66cae2913504d6825f842169332b8673047faea769966f62d61cb1c288325a840211df0b22c31208566cf754b0816bfdf5d8ef34e8c5127668 WHIRLPOOL 0ceb79d872996a3f5ecc434390beb91af8adcd0f91263d8a085ca1e8808148ef5dce2ad188e7407fdbc7a5f7cc654fda4ee13aef99c00a31f722d01aca715a1b diff --git a/dev-ml/alcotest/alcotest-0.8.2.ebuild b/dev-ml/alcotest/alcotest-0.8.2.ebuild new file mode 100644 index 00000000000..40aa58ad9a0 --- /dev/null +++ b/dev-ml/alcotest/alcotest-0.8.2.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="5" + +inherit opam + +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" +IUSE="test" + +RDEPEND=" + dev-ml/fmt:= + dev-ml/astring:= + dev-ml/cmdliner:= + dev-ml/result:= +" +DEPEND="${RDEPEND} + dev-ml/jbuilder + dev-ml/findlib" + +src_compile() { + jbuilder build -p alcotest || die +} + +src_test() { + jbuilder runtest -p alcotest || die +}