* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_assert/
@ 2017-01-30 22:55 99% Alexis Ballier
0 siblings, 0 replies; 1+ results
From: Alexis Ballier @ 2017-01-30 22:55 UTC (permalink / raw
To: gentoo-commits
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
+}
^ permalink raw reply related [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2017-01-30 22:55 99% [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_assert/ Alexis Ballier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox