From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_assert/
Date: Mon, 30 Jan 2017 22:55:33 +0000 (UTC) [thread overview]
Message-ID: <1485815355.51922ada746c289c7f084f7c673db071bcd06e48.aballier@gentoo> (raw)
commit: 51922ada746c289c7f084f7c673db071bcd06e48
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 30 22:29:15 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Jan 30 22:29:15 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51922ada
dev-ml/ppx_assert: bump to 113.33.03
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-ml/ppx_assert/Manifest | 1 +
dev-ml/ppx_assert/ppx_assert-113.33.03.ebuild | 46 +++++++++++++++++++++++++++
2 files changed, 47 insertions(+)
diff --git a/dev-ml/ppx_assert/Manifest b/dev-ml/ppx_assert/Manifest
index 267c275..832224b 100644
--- a/dev-ml/ppx_assert/Manifest
+++ b/dev-ml/ppx_assert/Manifest
@@ -1 +1,2 @@
DIST ppx_assert-113.33.00.tar.gz 54623 SHA256 e89d01aa175ce4e08a45749ea5b840adc3341a4314d46b8ea207506377e55ef2 SHA512 f84ac876df2a8bda9a65efa9ca89832d1260d7a3b5186a09b4f885ab1cd1f98b68d3bafcfc6bee8f03689083de8961578308171c498ef0ddcc351ae69657c2ee WHIRLPOOL 974282e4811b7a8a7d407092fe429218a0695b79a4dee3900b09ca8886a04367920a4b4cd5c832325225371852e0fb760624aaa19ec53e03f271a893706bf4cb
+DIST ppx_assert-113.33.03.tar.gz 53560 SHA256 d710cb81f144b45eed32eefb55d67e95e4c0860be8bf5bc474e5ae3871edb3cc SHA512 df28e3a0c5b4238b2457f20dd91ed2974101dd7d4e4c06c6e78aa6585fed66500534e9d6b0965481084a0b0358482a4118527c69042f8cf9bc792dc6091dcb98 WHIRLPOOL 15976c42c0ffa35135504fcfee5e60176b5199bd072031c437d7e9c733d89583d48c113d77d92581d7645e718a8f0dc5105eba8fa6804f19cd50d1c744d66466
diff --git a/dev-ml/ppx_assert/ppx_assert-113.33.03.ebuild b/dev-ml/ppx_assert/ppx_assert-113.33.03.ebuild
new file mode 100644
index 00000000..d37d9e5
--- /dev/null
+++ b/dev-ml/ppx_assert/ppx_assert-113.33.03.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit oasis
+
+DESCRIPTION="Assert-like extension nodes that raise useful errors on failure"
+HOMEPAGE="http://www.janestreet.com/ocaml"
+SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="dev-ml/ppx_tools:=
+ dev-ml/ppx_compare:=
+ dev-ml/ppx_driver:=
+ dev-ml/ppx_here:=
+ dev-ml/ppx_sexp_conv:=
+ dev-ml/ppx_type_conv
+ dev-ml/sexplib:=
+ dev-ml/ppx_core:="
+
+RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND} dev-ml/oasis"
+
+src_configure() {
+ emake setup.exe
+ OASIS_SETUP_COMMAND="./setup.exe" oasis_src_configure
+}
+
+src_compile() {
+ emake
+}
+
+src_install() {
+ opam-installer -i \
+ --prefix="${ED}/usr" \
+ --libdir="${D}/$(ocamlc -where)" \
+ --docdir="${ED}/usr/share/doc/${PF}" \
+ ${PN}.install || die
+ dodoc CHANGES.md
+}
next reply other threads:[~2017-01-30 22:55 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-30 22:55 Alexis Ballier [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-02 20:05 [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_assert/ Alfredo Tupone
2023-06-30 13:14 Alfredo Tupone
2023-03-25 14:36 Arthur Zamarin
2023-03-25 14:33 Arthur Zamarin
2023-03-25 14:30 Arthur Zamarin
2023-03-25 14:28 Arthur Zamarin
2023-03-25 14:28 Arthur Zamarin
2023-01-28 18:51 Alfredo Tupone
2022-04-24 12:03 Alfredo Tupone
2021-03-07 18:00 Alfredo Tupone
2017-09-22 8:32 Alexis Ballier
2017-04-02 8:38 Alexis Ballier
2017-01-24 11:40 Alexis Ballier
2016-03-22 10:07 Alexis Ballier
2016-02-16 9:51 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=1485815355.51922ada746c289c7f084f7c673db071bcd06e48.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