commit:     09b803adf871f628910f20489d787e279933e6f8
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  1 07:31:39 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Jun  1 07:34:48 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09b803ad

dev-ml/ocaml-re: bump to 1.6.0

Package-Manager: portage-2.3.0_rc1

 dev-ml/ocaml-re/Manifest              |  1 +
 dev-ml/ocaml-re/ocaml-re-1.6.0.ebuild | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/dev-ml/ocaml-re/Manifest b/dev-ml/ocaml-re/Manifest
index b80faf3..21ee549 100644
--- a/dev-ml/ocaml-re/Manifest
+++ b/dev-ml/ocaml-re/Manifest
@@ -1 +1,2 @@
 DIST ocaml-re-1.5.0.tar.gz 103242 SHA256 
53322f763a8d771a68f986c9c323cab7d3afa56873c3eefa528fb92b1b511dd3 SHA512 
f094eadabf4fd976cbae0f288673ef27c9c3fbc4ddf6ada283e20a240fc9865139956096030b7ae8173bf71bd98cf67cadca72562524a7be168dfe77fe4c6469
 WHIRLPOOL 
6b13262476e9ee143a662243d1efc07bf227d48450c7892fc8667a1efd45853e48dff3d391c49ed8f43dde932a4ed3d63b63118919bc930e8d1c2ed05426e17a
+DIST ocaml-re-1.6.0.tar.gz 104014 SHA256 
5e719921bcc0a2d772b4ec2f611af708b9bc992b7f1233aa7ff389ab08c141cb SHA512 
e93aa35e76b6942a68ef65771654ee4cd1530428d253e4a00c89efa8593021748bfb00c75163c3a8a2d96660d6845252474bc73f134199cffb820f707df6a1de
 WHIRLPOOL 
5800a1726cafab3c36d9ba5ab262d9523ea36f3647480b9b7dee03b6aaa17e856af77ded9413d51d4b76c3a699b726154f083f2cc772f8522cd853845030eb22

diff --git a/dev-ml/ocaml-re/ocaml-re-1.6.0.ebuild 
b/dev-ml/ocaml-re/ocaml-re-1.6.0.ebuild
new file mode 100644
index 0000000..09583e6
--- /dev/null
+++ b/dev-ml/ocaml-re/ocaml-re-1.6.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+#doesn't build: https://bugs.gentoo.org/show_bug.cgi?id=574572
+#OASIS_BUILD_DOCS=1
+OASIS_BUILD_TESTS=1
+
+inherit oasis
+
+DESCRIPTION="Regular expression library for OCaml"
+HOMEPAGE="https://github.com/ocaml/ocaml-re";
+SRC_URI="https://github.com/ocaml/ocaml-re/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-2-with-linking-exception"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND=">=dev-lang/ocaml-4.02:="
+DEPEND="${RDEPEND}
+       test? ( dev-ml/ounit )"
+DOCS=( "CHANGES" "TODO.txt" "README.md" )

Reply via email to