From b7cff0fb4c15105d3026e7d9d258559bdd32f30d Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Fri, 5 Feb 2016 16:13:30 +0100 Subject: dev-ml/ppx_bin_prot: initial import; ebuild by me Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier --- dev-ml/ppx_bin_prot/Manifest | 1 + dev-ml/ppx_bin_prot/metadata.xml | 8 +++++++ dev-ml/ppx_bin_prot/ppx_bin_prot-113.24.00.ebuild | 29 +++++++++++++++++++++++ 3 files changed, 38 insertions(+) create mode 100644 dev-ml/ppx_bin_prot/Manifest create mode 100644 dev-ml/ppx_bin_prot/metadata.xml create mode 100644 dev-ml/ppx_bin_prot/ppx_bin_prot-113.24.00.ebuild (limited to 'dev-ml/ppx_bin_prot') diff --git a/dev-ml/ppx_bin_prot/Manifest b/dev-ml/ppx_bin_prot/Manifest new file mode 100644 index 000000000000..d553bfaa2200 --- /dev/null +++ b/dev-ml/ppx_bin_prot/Manifest @@ -0,0 +1 @@ +DIST ppx_bin_prot-113.24.00.tar.gz 68599 SHA256 e54749d90801c726cff6a2df97f25b37fdc02d182813152e09c1f1b0f800da08 SHA512 990a202e61c38ded24b8ab268b36c7d50c99108188f64d6734afe2507ed695a8bb300ba4babf2d5d7e3d7f6eb049f75c8b666d526dd117a41a03f6983faab121 WHIRLPOOL 7bc7fde7169e39d043996aa9385e1679b481736d5621a8f861d7ffdfc563410baf7d8a89ba47cef418b3a2c9b1173f10891eb71a7e3ae36bd1e51a2f1975ae0b diff --git a/dev-ml/ppx_bin_prot/metadata.xml b/dev-ml/ppx_bin_prot/metadata.xml new file mode 100644 index 000000000000..ffac4d7ebc01 --- /dev/null +++ b/dev-ml/ppx_bin_prot/metadata.xml @@ -0,0 +1,8 @@ + + + + + ml@gentoo.org + Gentoo ML Project + + diff --git a/dev-ml/ppx_bin_prot/ppx_bin_prot-113.24.00.ebuild b/dev-ml/ppx_bin_prot/ppx_bin_prot-113.24.00.ebuild new file mode 100644 index 000000000000..b807702aa32a --- /dev/null +++ b/dev-ml/ppx_bin_prot/ppx_bin_prot-113.24.00.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit oasis + +MY_P=${PN/-/_}-${PV} +DESCRIPTION="Generation of bin_prot readers and writers from types" +HOMEPAGE="http://www.janestreet.com/ocaml" +SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${MY_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/bin-prot-113.24.00:= + " + +RDEPEND="${DEPEND}" + +S="${WORKDIR}/${MY_P}" + +DOCS=( CHANGES.md ) -- cgit v1.2.3