commit:     6d4d849911148ee9a0b22877f29c6540ccaa2f60
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 15 15:51:51 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Jun 15 21:56:25 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d4d8499

dev-ml/ocaml-cstruct: bump to 3.0.2

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ml/ocaml-cstruct/Manifest                   |  1 +
 dev-ml/ocaml-cstruct/ocaml-cstruct-3.0.2.ebuild | 55 +++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

diff --git a/dev-ml/ocaml-cstruct/Manifest b/dev-ml/ocaml-cstruct/Manifest
index 2e3a6081085..8476b9ebf6e 100644
--- a/dev-ml/ocaml-cstruct/Manifest
+++ b/dev-ml/ocaml-cstruct/Manifest
@@ -1 +1,2 @@
 DIST ocaml-cstruct-3.0.1.tar.gz 205663 SHA256 
1e1c731c8970a82f5947ab0ee73ec2d160df3cd0f5e752a25c2689448e13a7e2 SHA512 
355f97f1b3a6e7812b9210e348e4544e0ae6f01bef6536808cdcfe32153f9e3b711d1e869990cbd0205d433a51c7463c10f410b59aae33c32dab7f35f5413c27
 WHIRLPOOL 
54daaf26d0882fd7c782102c0fb84f683497a6acfee04649e19b9c5c330d24192e710fcbf8dede9b5128474fa314109a87894d99b6f44349dbbca52a68f7a10b
+DIST ocaml-cstruct-3.0.2.tar.gz 205713 SHA256 
86dc71140eae007c540cec982211ef48ec776232f2b23dd0b639e0e82099d60b SHA512 
041ff15c102036f1162a870534e4bf83477f988344cbf420d21cf589100ba8f2fa2ae5c7de7c16ef36e88a10d6bfac43f3a63c929b6d6d90ae12ad0027d1c76d
 WHIRLPOOL 
a249e394c868f916ec243e702bf3eed38fdb2a7f60649b3d1be46bbc1308b4c9a3ac9e5d58ca35726f5fa3320d1773952a8105c34725345854da6837c38c2ff2

diff --git a/dev-ml/ocaml-cstruct/ocaml-cstruct-3.0.2.ebuild 
b/dev-ml/ocaml-cstruct/ocaml-cstruct-3.0.2.ebuild
new file mode 100644
index 00000000000..388db7e2542
--- /dev/null
+++ b/dev-ml/ocaml-cstruct/ocaml-cstruct-3.0.2.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit findlib
+
+DESCRIPTION="Map OCaml arrays onto C-like structs"
+HOMEPAGE="https://github.com/mirage/ocaml-cstruct https://mirage.io";
+SRC_URI="https://github.com/mirage/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="ISC"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="async +lwt +ppx test"
+
+RDEPEND="
+       async? (
+               dev-ml/async_kernel:=
+               dev-ml/async_unix:=
+               dev-ml/core_kernel:=
+       )
+       lwt? ( dev-ml/lwt:= )
+       ppx? (
+               dev-ml/ppx_tools:=
+               dev-ml/ocaml-migrate-parsetree:=
+               >=dev-ml/ppx_tools_versioned-5.0.1:=
+       )
+       >=dev-lang/ocaml-4.01:=
+       dev-ml/ocplib-endian:=
+       dev-ml/sexplib:=
+       dev-ml/type-conv:=
+"
+DEPEND="
+       dev-ml/jbuilder
+       dev-ml/opam
+       test? ( dev-ml/ounit )
+       ${RDEPEND}
+"
+
+oinstall() {
+       opam-installer -i \
+               --prefix="${ED}/usr" \
+               --libdir="${D}/$(ocamlc -where)" \
+               --docdir="${ED}/usr/share/doc/${PF}" \
+               ${1}.install || die
+}
+
+src_install() {
+       oinstall cstruct
+       oinstall cstruct-unix
+       use lwt && oinstall cstruct-lwt
+       use async && oinstall cstruct-async
+       use ppx && oinstall ppx_cstruct
+}

Reply via email to