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/type-conv/
Date: Mon, 28 Sep 2015 13:20:12
Message-Id: 1443446395.710b5bade8acd3763538d56784841da9f9d6a753.aballier@gentoo
1 commit: 710b5bade8acd3763538d56784841da9f9d6a753
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 28 13:19:55 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 28 13:19:55 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=710b5bad
7
8 dev-ml/type-conv: bump to 113.00.02
9
10 Package-Manager: portage-2.2.22
11
12 dev-ml/type-conv/Manifest | 1 +
13 dev-ml/type-conv/type-conv-113.00.02.ebuild | 28 ++++++++++++++++++++++++++++
14 2 files changed, 29 insertions(+)
15
16 diff --git a/dev-ml/type-conv/Manifest b/dev-ml/type-conv/Manifest
17 index 68e5b46..22ad594 100644
18 --- a/dev-ml/type-conv/Manifest
19 +++ b/dev-ml/type-conv/Manifest
20 @@ -1,2 +1,3 @@
21 DIST type_conv-112.01.02.tar.gz 64095 SHA256 342a241a43a2d494739244c8e41624bef25dfae809ebf15577d817ebb67f3890 SHA512 68acc043dc33db3928c6078c8bd5eac2f3346c39af2e7ff4605a397b3322032da5ae8be4ef8a1eba440b57c048f55b74ba47de4fc08cefe934eba34f35e235a4 WHIRLPOOL a53009600678d75405d6648030efe84896cf9cdbcde261265608691b9f6a8d28340acaf414e7de48b52c27b0b030a294612b80e1573759f0e4fdd70bd3142dcb
22 DIST type_conv-113.00.00.tar.gz 64297 SHA256 52bf5bc316f24411ad8f334b07b98a852071c92d0f95914c5d933ae7c65feb43 SHA512 bd9a455b4c30b5ba95a6cd4032bac61f69f9657a8e583c72b74e2a1974b0ad5b7488c5ba173ab880937ff0b8fa79712f761436fe1ffe7a45f8301f37cfb5a825 WHIRLPOOL 1dff5fe344c747a2525615a4c9379fb9b392fec01702f50ae80c614d1d0445ebb04558b2ca1c605a0396bbecc66e97e4d61f6a4259d304b556e566929a733fcd
23 +DIST type_conv-113.00.02.tar.gz 64174 SHA256 d305d0032be314916ac3ec37617e0c8d3aadab9bcee14e746e567d8405f5289c SHA512 6bc6db0e5a36fa4150941155290d137552d9e19aac7cf3aff107f0a7eaa47749c7044c4a4e475827d739784b99ef2103e9c9c03191c6aaa55c51585e71553559 WHIRLPOOL c973ae79adc01dbf6150b9427e878cc7aea754cc1fab8ae2cf2ddcb2fb2fbba6cef3ff2e4095993fd72bbe3e6d646099db46ec153e0542b6180c6c8230875deb
24
25 diff --git a/dev-ml/type-conv/type-conv-113.00.02.ebuild b/dev-ml/type-conv/type-conv-113.00.02.ebuild
26 new file mode 100644
27 index 0000000..8acec6e
28 --- /dev/null
29 +++ b/dev-ml/type-conv/type-conv-113.00.02.ebuild
30 @@ -0,0 +1,28 @@
31 +# Copyright 1999-2015 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +# $Id$
34 +
35 +EAPI="5"
36 +
37 +OASIS_BUILD_DOCS=1
38 +
39 +inherit oasis
40 +
41 +MY_P=${PN/-/_}-${PV}
42 +DESCRIPTION="Mini library required for some other preprocessing libraries"
43 +HOMEPAGE="http://janestreet.github.io/"
44 +SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${MY_P}.tar.gz"
45 +
46 +LICENSE="LGPL-2.1-with-linking-exception"
47 +SLOT="0/${PV}"
48 +KEYWORDS="~amd64 ~x86"
49 +IUSE=""
50 +
51 +RDEPEND=">=dev-lang/ocaml-4.02[ocamlopt?]
52 + dev-ml/camlp4:="
53 +DEPEND="${RDEPEND}
54 + >=dev-ml/findlib-1.3.2"
55 +
56 +DOCS=( "README.md" "CHANGES.md" )
57 +
58 +S="${WORKDIR}/${MY_P}"