commit:     1e9c29d1c61fa7afb04311378dc7c013cc312a71
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 22 09:02:27 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Mar 22 09:20:05 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e9c29d1

dev-ml/ppx_sexp_conv: bump to 113.33.00

Package-Manager: portage-2.2.28
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 dev-ml/ppx_sexp_conv/Manifest                      |  1 +
 .../ppx_sexp_conv/ppx_sexp_conv-113.33.00.ebuild   | 43 ++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/dev-ml/ppx_sexp_conv/Manifest b/dev-ml/ppx_sexp_conv/Manifest
index 3242c3f..e8025a3 100644
--- a/dev-ml/ppx_sexp_conv/Manifest
+++ b/dev-ml/ppx_sexp_conv/Manifest
@@ -1 +1,2 @@
 DIST ppx_sexp_conv-113.24.00.tar.gz 75540 SHA256 
b7ea6ed577c130e8ba414beb6de03e18833340d5d987f60401283980a6997b6c SHA512 
3666052d2880bfd59f0902eea9be123cfc8efea18f0760c8e581d2149ca91acc9b177306fc1ba98a0e36fcb7168faf66c3dc1adddede3cfebb9b7e1be66a6698
 WHIRLPOOL 
3e0920eae44c97686ae7852a39a08b3da47bf8fb35561170748ca6b199280f14889b46ac2977759f8f5adb20609a11847056566a836569d4a59c34922fb9603d
+DIST ppx_sexp_conv-113.33.00.tar.gz 79043 SHA256 
fdd6b6f1c8dc81ae969fef74724bc72346f79bf7750aebe88f1e0abf526e4710 SHA512 
398e13b3689874aab627d192a05ea746c7fcd1ab38443757e9ff4be7592899f80d1d007d6330880f59d34ebf93cf4cae78da90b9418729854cc4cbe2c218b21d
 WHIRLPOOL 
2db0bc7d8915e3fcba772e81801413e84b974533a47a128e6b12da8506a0a8ccb119a2e16fc2b231f00d8caed3e02edadaa0905160cb26a612391633cc8cc315

diff --git a/dev-ml/ppx_sexp_conv/ppx_sexp_conv-113.33.00.ebuild 
b/dev-ml/ppx_sexp_conv/ppx_sexp_conv-113.33.00.ebuild
new file mode 100644
index 0000000..c94e89c
--- /dev/null
+++ b/dev-ml/ppx_sexp_conv/ppx_sexp_conv-113.33.00.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit oasis
+
+DESCRIPTION="Support Library for type-driven code generators"
+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_core:=
+       dev-ml/ppx_type_conv:=
+       dev-ml/sexplib:=
+       "
+
+RDEPEND="${DEPEND}"
+DEPEND="${DEPEND} dev-ml/opam"
+
+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
+}

Reply via email to