public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/alcotest/
Date: Wed, 28 Jun 2017 09:35:55 +0000 (UTC)	[thread overview]
Message-ID: <1498642544.11dddc855bfb5bdcc88ad2f90f3ecba49f8be2ac.aballier@gentoo> (raw)

commit:     11dddc855bfb5bdcc88ad2f90f3ecba49f8be2ac
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 28 08:37:44 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Jun 28 09:35:44 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11dddc85

dev-ml/alcotest: Bump to 0.8.0

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ml/alcotest/Manifest              |  1 +
 dev-ml/alcotest/alcotest-0.8.0.ebuild | 46 +++++++++++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/dev-ml/alcotest/Manifest b/dev-ml/alcotest/Manifest
index 9a585ee2ca5..15bd968b9d2 100644
--- a/dev-ml/alcotest/Manifest
+++ b/dev-ml/alcotest/Manifest
@@ -1 +1,2 @@
 DIST alcotest-0.7.2.tar.gz 24781 SHA256 75eac2c9b9c1f9e07d8c4de43ba8e852bd59ef1d7d322cd9c036a075335ef472 SHA512 3448c7d82c200f0cf2ac97f7f49060c350c0719124b24079b5babb48b1d3e0b0508ada0b273e1963dc07dc4cc072b0a589096c39b8b6d8a4adf7e011418dd4a3 WHIRLPOOL d1345d9c3481663fa29d99cf8483bc2e11251a088bd589472eb83f8483b7b3db6130098560de7cb3d00f0741c68c0d0060ae0b602a8f2af51950c0199b0ee612
+DIST alcotest-0.8.0.tar.gz 24078 SHA256 623c045899aba9b10f30cf424e380611f866985ef4c35cd8dbf3b9c0beb926ee SHA512 7dda623557fea2961d255d5c90855a3dc02f2a578aa49660d8550832523bb318daa2af6eba83a92532a43914ef4c74e8446a5bbffa726993f0382142c7d5325c WHIRLPOOL d580317a6928b14e21c72589ff7820b5bc1e13dfdd7efe383b356b76f174c17138314a767d15d08503af30c6a99917d2c83e2001b12cafe702571aec535c0e69

diff --git a/dev-ml/alcotest/alcotest-0.8.0.ebuild b/dev-ml/alcotest/alcotest-0.8.0.ebuild
new file mode 100644
index 00000000000..eab46cdca71
--- /dev/null
+++ b/dev-ml/alcotest/alcotest-0.8.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+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-lang/ocaml:=[ocamlopt]
+	dev-ml/fmt:=
+	dev-ml/astring:=
+	dev-ml/cmdliner:=
+	dev-ml/result:=
+"
+DEPEND="${RDEPEND}
+	dev-ml/opam
+	dev-ml/jbuilder
+	dev-ml/findlib"
+
+src_compile() {
+	jbuilder build -p alcotest || die
+}
+
+src_test() {
+	jbuilder runtest -p alcotest || die
+}
+
+oinstall() {
+	opam-installer -i \
+		--prefix="${ED}/usr" \
+		--libdir="${D}/$(ocamlc -where)" \
+		--docdir="${ED}/usr/share/doc/${PF}" \
+		--mandir="${ED}/usr/share/man" \
+		${1}.install || die
+}
+
+src_install() {
+	oinstall alcotest
+}


             reply	other threads:[~2017-06-28  9:36 UTC|newest]

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

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=1498642544.11dddc855bfb5bdcc88ad2f90f3ecba49f8be2ac.aballier@gentoo \
    --to=aballier@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