public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/fmt/
Date: Wed, 10 Feb 2021 15:31:50 +0000 (UTC)	[thread overview]
Message-ID: <1612970445.5415cba637fe14230e3ebc5353fcf3becd0d63f5.sam@gentoo> (raw)

commit:     5415cba637fe14230e3ebc5353fcf3becd0d63f5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 10 15:20:11 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 10 15:20:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5415cba6

dev-ml/fmt: bump to 0.8.9

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/fmt/Manifest         |  1 +
 dev-ml/fmt/fmt-0.8.9.ebuild | 35 +++++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/dev-ml/fmt/Manifest b/dev-ml/fmt/Manifest
index d92968186fd..6bade5578e9 100644
--- a/dev-ml/fmt/Manifest
+++ b/dev-ml/fmt/Manifest
@@ -1 +1,2 @@
 DIST fmt-0.8.4.tbz 14079 BLAKE2B c4b6fc35a27734e8d878ef1abfa900b659d4acafc20757b0413aec1404378aed6e57c6a1a0e5c7dbda7e60fdd911d38fa1fecc76d670299ddf6ed14930fbcc28 SHA512 d17407f15447172ad444fa288b9a16962b0e4829cb73f62004b0f8dad2bec60a7911ad11fd05545d61d7fdb88099e53694548c73368399ba183c53383e1dfd31
+DIST fmt-0.8.9.tbz 21469 BLAKE2B 4cddf626118c9bdea435f9db4e6a3c0b92b49b2c07d1b0f708ae7b82963453be666ad49df196d98b466236509d3fa5a519e191da6b2385a308d1019f1583f0b5 SHA512 19b97caf5d2dbe86cd75bec478707b8f4e4b899b2a11ce04790dc5acb5c9ed6ea98047de52ee50c6480231a16307af2541eabaa94d18d7d008f7a67496f5f626

diff --git a/dev-ml/fmt/fmt-0.8.9.ebuild b/dev-ml/fmt/fmt-0.8.9.ebuild
new file mode 100644
index 00000000000..5dc34df3f2c
--- /dev/null
+++ b/dev-ml/fmt/fmt-0.8.9.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit findlib opam
+
+DESCRIPTION="Combinators to devise OCaml Format pretty-printing functions"
+HOMEPAGE="https://erratique.ch/software/fmt https://github.com/dbuenzli/fmt"
+SRC_URI="https://erratique.ch/software/fmt/releases/${P}.tbz"
+
+LICENSE="ISC"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="dev-ml/result:=[ocamlopt]
+	dev-lang/ocaml:=[ocamlopt]
+	dev-ml/uchar:=[ocamlopt]
+	dev-ml/cmdliner:=[ocamlopt]"
+DEPEND="${RDEPEND}"
+BDEPEND="
+	>=dev-ml/topkg-0.9
+	dev-ml/ocamlbuild
+	dev-ml/findlib
+"
+
+src_compile() {
+	ocaml pkg/pkg.ml build --tests $(usex test 'true' 'false') || die
+}
+
+src_test() {
+	ocaml pkg/pkg.ml test || die
+}


             reply	other threads:[~2021-02-10 15:31 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-10 15:31 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-19 16:49 [gentoo-commits] repo/gentoo:master commit in: dev-ml/fmt/ Alfredo Tupone
2022-04-18 21:07 Jakov Smolić
2021-12-19 23:28 Sam James
2021-12-08 18:05 Arthur Zamarin
2021-12-08 18:05 Arthur Zamarin
2021-12-05 18:39 Sam James
2021-12-05  4:45 Sam James
2021-11-03 21:39 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-03-15  4:02 Sam James
2021-02-21  9:48 Sam James
2021-02-21  9:43 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
2017-09-22  8:32 Alexis Ballier
2017-09-22  8:32 Alexis Ballier
2017-07-10 15:51 Alexis Ballier
2017-04-18 11:17 Alexis Ballier
2017-04-01 12:24 Alexis Ballier
2017-03-21 10:12 Alexis Ballier
2017-03-17  9:47 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=1612970445.5415cba637fe14230e3ebc5353fcf3becd0d63f5.sam@gentoo \
    --to=sam@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