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-stdint/
Date: Sat, 29 Jul 2017 10:06:08
Message-Id: 1501322738.0e9fecf1bf110c5fd9195e10c08648f55f01c627.aballier@gentoo
1 commit: 0e9fecf1bf110c5fd9195e10c08648f55f01c627
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 28 08:43:24 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 29 10:05:38 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e9fecf1
7
8 dev-ml/ocaml-stdint: bump to 0.4.1
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 dev-ml/ocaml-stdint/Manifest | 1 +
13 dev-ml/ocaml-stdint/ocaml-stdint-0.4.1.ebuild | 20 ++++++++++++++++++++
14 2 files changed, 21 insertions(+)
15
16 diff --git a/dev-ml/ocaml-stdint/Manifest b/dev-ml/ocaml-stdint/Manifest
17 index e0e2fadd389..491a59a061b 100644
18 --- a/dev-ml/ocaml-stdint/Manifest
19 +++ b/dev-ml/ocaml-stdint/Manifest
20 @@ -1 +1,2 @@
21 DIST ocaml-stdint-0.3.0.tar.gz 80556 SHA256 08fd03cff102f8264f9964a638d1efb223c155ce1794e3aa99def014fe53bba6 SHA512 554f816cfff052058bea63f3daa790be34da3006713dfa83096af2e4866cfb439b549d4bc8d5fe08261762c97d4f98cbbd45196f7adb4698e0a8542c1676008b WHIRLPOOL 1de97e0be66c34e0492c6cbbc82314337dc88011e12881c0b60a200320f9e238a6ddf038d4dce212970d4dfd3a2316a83bf1bb02f9e3090330e7573760637359
22 +DIST ocaml-stdint-0.4.1.tar.gz 79615 SHA256 a26ae71e12c76788e149ce529d9b3158b7d9ab1e489c7756895219d3ab956391 SHA512 52f46387f5f14121d1ca8509714a88253cc26dd91a2ad03cbaba67346a9a371536373fc574b5db8105c6d218746ffabb1e728848df62e9900ed6a19f69a3daeb WHIRLPOOL bb7fee3ee047090183fa847c729e98355785ece37952f3670f4c2186c43d3f50e07cc5cfdd67d83bf302ee8d3cdbe4147689e674c0fae542b04a3adf729e13b3
23
24 diff --git a/dev-ml/ocaml-stdint/ocaml-stdint-0.4.1.ebuild b/dev-ml/ocaml-stdint/ocaml-stdint-0.4.1.ebuild
25 new file mode 100644
26 index 00000000000..f2c7b3938e6
27 --- /dev/null
28 +++ b/dev-ml/ocaml-stdint/ocaml-stdint-0.4.1.ebuild
29 @@ -0,0 +1,20 @@
30 +# Copyright 1999-2017 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=5
34 +
35 +OASIS_BUILD_DOCS=1
36 +
37 +inherit oasis
38 +
39 +DESCRIPTION="Various signed and unsigned integers for OCaml"
40 +HOMEPAGE="https://github.com/andrenth/ocaml-stdint"
41 +SRC_URI="https://github.com/andrenth/ocaml-stdint/archive/${PV}.tar.gz -> ${P}.tar.gz"
42 +
43 +LICENSE="MIT"
44 +SLOT="0/${PV}"
45 +KEYWORDS="~amd64"
46 +IUSE=""
47 +
48 +DEPEND=""
49 +RDEPEND="${DEPEND}"