From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/jbuilder/
Date: Fri, 8 Sep 2017 07:18:13 +0000 (UTC) [thread overview]
Message-ID: <1504855072.fb7f740d05727c58cd0c9dd06a0023eb81e926b8.aballier@gentoo> (raw)
commit: fb7f740d05727c58cd0c9dd06a0023eb81e926b8
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 8 07:17:52 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Sep 8 07:17:52 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb7f740d
dev-ml/jbuilder: bump to 1.0_beta13
Package-Manager: Portage-2.3.8, Repoman-2.3.3
dev-ml/jbuilder/Manifest | 1 +
dev-ml/jbuilder/jbuilder-1.0_beta13.ebuild | 33 ++++++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/dev-ml/jbuilder/Manifest b/dev-ml/jbuilder/Manifest
index 98b6d572215..093ca47cbe7 100644
--- a/dev-ml/jbuilder/Manifest
+++ b/dev-ml/jbuilder/Manifest
@@ -1,2 +1,3 @@
DIST jbuilder-1.0-beta11.tar.gz 253922 SHA256 16fdbecfa2eb571daa07fe41f76b853067174cd56edcd58f495736333ad9ecec SHA512 3ec6281d0e9836082b788ec6aa745753705b2f48ebdbe6df9dfe1150c33b97f7aac7a0aea44c2ae2aa278729dca28cb1e4f22844661d79d5020aa2cff1d2ed5b WHIRLPOOL d8d5c5e4219c2bcb89042521541ff9d87b70a9db1610a0fa8d8031f29c25ba04233fcbf1e79782af8385f606b7e046fc7f948cebeafaf321ff9de637b560c012
DIST jbuilder-1.0-beta12.tar.gz 261625 SHA256 ad79aba8f70c40699122b252168b4b432e46b7a4757d25fd51adf39810c4e33a SHA512 423b34ca4ab3d76b59b52d78600daae755d487c834567b0e3fc5811f59df2cb2ba5a9d6fa2f185a82dd3f8ce5fd22349f24244c6ae6468b25b2293f6843b1983 WHIRLPOOL a2058555ae7cffcab2863e53d5286e152910c558eeb0818326a8f6149d8f0ce6a800bdd879799cd286124e12e795536ca4743ef4592cca12f2251bc6f9339a29
+DIST jbuilder-1.0-beta13.tar.gz 263186 SHA256 a4ea77b4f8f499de02ec9e58d4bb30bfb3397e4ea11208829c52c8fd267789a8 SHA512 8ab619bd2c9c008b01998182c6951cc3e3fc60391290146a3c78eb7d20feecfa6a31d773c637ef5a3194cb8b484b9367bd9ddf5e9b16a8e92911611e266b7b90 WHIRLPOOL 31ed9aeff3a5abceda91d49b8a78f38e8ae2850ab7a09b235dd0dffb170bd5163c224fbfcda1563bd38ce097a81b029464859b6d1c1937a318b6541687135e2d
diff --git a/dev-ml/jbuilder/jbuilder-1.0_beta13.ebuild b/dev-ml/jbuilder/jbuilder-1.0_beta13.ebuild
new file mode 100644
index 00000000000..73b64735ff8
--- /dev/null
+++ b/dev-ml/jbuilder/jbuilder-1.0_beta13.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
+
+MY_PV="${PV/_/+}"
+MY_P="${PN}-${PV/_/-}"
+
+DESCRIPTION="A composable build system for OCaml"
+HOMEPAGE="https://github.com/janestreet/jbuilder"
+SRC_URI="https://github.com/janestreet/jbuilder/archive/${MY_PV}.tar.gz -> ${MY_P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
+IUSE="test"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+DEPEND="${DEPEND}
+ test? ( dev-ml/menhir )
+"
+OPAMSWITCH="system"
+
+S="${WORKDIR}/${MY_P}"
+OPAMROOT="${D}"
+
+src_prepare() {
+ # Disable Werror like behavior, doesnt build with ocaml 4.05 otherwise
+ sed -i -e 's/--dev//' Makefile || die
+}
next reply other threads:[~2017-09-08 7:18 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-08 7:18 Alexis Ballier [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-04-04 6:10 [gentoo-commits] repo/gentoo:master commit in: dev-ml/jbuilder/ Sam James
2021-02-13 16:28 Alfredo Tupone
2021-02-06 21:46 Alfredo Tupone
2021-02-06 21:08 Alfredo Tupone
2017-10-14 11:13 Alexis Ballier
2017-10-13 8:05 Alexis Ballier
2017-08-23 7:30 Alexis Ballier
2017-08-02 11:23 Alexis Ballier
2017-08-02 11:23 Alexis Ballier
2017-08-02 11:23 Alexis Ballier
2017-07-25 13:36 Alexis Ballier
2017-07-24 5:34 Alexis Ballier
2017-07-08 14:19 Alexis Ballier
2017-06-30 12:47 Alexis Ballier
2017-06-22 11:48 Alexis Ballier
2017-06-22 11:48 Alexis Ballier
2017-06-09 10:20 Alexis Ballier
2017-05-24 11:08 Alexis Ballier
2017-04-27 10:41 Alexis Ballier
2017-04-27 10:41 Alexis Ballier
2017-04-18 20:10 Alexis Ballier
2017-04-05 9:51 Michael Weber
2017-03-29 6:48 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=1504855072.fb7f740d05727c58cd0c9dd06a0023eb81e926b8.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