Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-re/
Date: Wed, 01 Jun 2016 07:35:02
Message-Id: 1464766488.09b803adf871f628910f20489d787e279933e6f8.aballier@gentoo
1 commit: 09b803adf871f628910f20489d787e279933e6f8
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 1 07:31:39 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 1 07:34:48 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09b803ad
7
8 dev-ml/ocaml-re: bump to 1.6.0
9
10 Package-Manager: portage-2.3.0_rc1
11
12 dev-ml/ocaml-re/Manifest | 1 +
13 dev-ml/ocaml-re/ocaml-re-1.6.0.ebuild | 25 +++++++++++++++++++++++++
14 2 files changed, 26 insertions(+)
15
16 diff --git a/dev-ml/ocaml-re/Manifest b/dev-ml/ocaml-re/Manifest
17 index b80faf3..21ee549 100644
18 --- a/dev-ml/ocaml-re/Manifest
19 +++ b/dev-ml/ocaml-re/Manifest
20 @@ -1 +1,2 @@
21 DIST ocaml-re-1.5.0.tar.gz 103242 SHA256 53322f763a8d771a68f986c9c323cab7d3afa56873c3eefa528fb92b1b511dd3 SHA512 f094eadabf4fd976cbae0f288673ef27c9c3fbc4ddf6ada283e20a240fc9865139956096030b7ae8173bf71bd98cf67cadca72562524a7be168dfe77fe4c6469 WHIRLPOOL 6b13262476e9ee143a662243d1efc07bf227d48450c7892fc8667a1efd45853e48dff3d391c49ed8f43dde932a4ed3d63b63118919bc930e8d1c2ed05426e17a
22 +DIST ocaml-re-1.6.0.tar.gz 104014 SHA256 5e719921bcc0a2d772b4ec2f611af708b9bc992b7f1233aa7ff389ab08c141cb SHA512 e93aa35e76b6942a68ef65771654ee4cd1530428d253e4a00c89efa8593021748bfb00c75163c3a8a2d96660d6845252474bc73f134199cffb820f707df6a1de WHIRLPOOL 5800a1726cafab3c36d9ba5ab262d9523ea36f3647480b9b7dee03b6aaa17e856af77ded9413d51d4b76c3a699b726154f083f2cc772f8522cd853845030eb22
23
24 diff --git a/dev-ml/ocaml-re/ocaml-re-1.6.0.ebuild b/dev-ml/ocaml-re/ocaml-re-1.6.0.ebuild
25 new file mode 100644
26 index 0000000..09583e6
27 --- /dev/null
28 +++ b/dev-ml/ocaml-re/ocaml-re-1.6.0.ebuild
29 @@ -0,0 +1,25 @@
30 +# Copyright 1999-2016 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +# $Id$
33 +
34 +EAPI=5
35 +
36 +#doesn't build: https://bugs.gentoo.org/show_bug.cgi?id=574572
37 +#OASIS_BUILD_DOCS=1
38 +OASIS_BUILD_TESTS=1
39 +
40 +inherit oasis
41 +
42 +DESCRIPTION="Regular expression library for OCaml"
43 +HOMEPAGE="https://github.com/ocaml/ocaml-re"
44 +SRC_URI="https://github.com/ocaml/ocaml-re/archive/${PV}.tar.gz -> ${P}.tar.gz"
45 +
46 +LICENSE="LGPL-2-with-linking-exception"
47 +SLOT="0/${PV}"
48 +KEYWORDS="~amd64"
49 +IUSE="test"
50 +
51 +RDEPEND=">=dev-lang/ocaml-4.02:="
52 +DEPEND="${RDEPEND}
53 + test? ( dev-ml/ounit )"
54 +DOCS=( "CHANGES" "TODO.txt" "README.md" )