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-extunix/
Date: Thu, 29 Jun 2017 20:28:29
Message-Id: 1498768083.8b251aa7402417b31731e123b2a4a814170462c8.aballier@gentoo
1 commit: 8b251aa7402417b31731e123b2a4a814170462c8
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 29 12:00:09 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 29 20:28:03 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b251aa7
7
8 dev-ml/ocaml-extunix: bump to 0.1.5
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-ml/ocaml-extunix/Manifest | 1 +
13 dev-ml/ocaml-extunix/metadata.xml | 3 +++
14 dev-ml/ocaml-extunix/ocaml-extunix-0.1.5.ebuild | 23 +++++++++++++++++++++++
15 3 files changed, 27 insertions(+)
16
17 diff --git a/dev-ml/ocaml-extunix/Manifest b/dev-ml/ocaml-extunix/Manifest
18 index a989dc911de..9d366195ae4 100644
19 --- a/dev-ml/ocaml-extunix/Manifest
20 +++ b/dev-ml/ocaml-extunix/Manifest
21 @@ -1 +1,2 @@
22 DIST ocaml-extunix-0.1.4.tar.gz 104306 SHA256 569ffc01616f14657ae4650d8971681f74198fc2f8f5764c89d3819885b3ed91 SHA512 a2226235a5aa527a588bb5cfc163fb0767b0d8eb888cd0c902f69d6084f2252d38695c9f98b74e72726ab55753d739483cf5b9a9387206fd35b0b0578a7c30df WHIRLPOOL ab1da118f17294ce2272904b1eead3d0a41ec02840db986593a7a56a0d5ce0aebd43efc2cd00c527e425956f8518dbdc697ad1eab8dfa55fe77ebbcfa5db88e7
23 +DIST ocaml-extunix-0.1.5.tar.gz 109375 SHA256 9d22f51d2a7ac523ca842b3b6d9e3beead8c10fdd53b670f57105609063a9700 SHA512 8c6f519bcd076be056424a295c7fdc678c1aedd8faa3c5a74c9849236f8102bf074ac7fe0b55c819206e8ad2c24878fe61a9a8df7ca785e8f6c71bb6a92e503c WHIRLPOOL 95016cc49be0fb556793053e38b49d443135986a4beaa1ce7ef9bebc18143c9fc1634919f0f54f32fee7cf2833620a4f2c291c74a05b29acea3446665756a943
24
25 diff --git a/dev-ml/ocaml-extunix/metadata.xml b/dev-ml/ocaml-extunix/metadata.xml
26 index ffac4d7ebc0..26a70b4729f 100644
27 --- a/dev-ml/ocaml-extunix/metadata.xml
28 +++ b/dev-ml/ocaml-extunix/metadata.xml
29 @@ -5,4 +5,7 @@
30 <email>ml@g.o</email>
31 <name>Gentoo ML Project</name>
32 </maintainer>
33 + <upstream>
34 + <remote-id type="github">ygrek/extunix</remote-id>
35 + </upstream>
36 </pkgmetadata>
37
38 diff --git a/dev-ml/ocaml-extunix/ocaml-extunix-0.1.5.ebuild b/dev-ml/ocaml-extunix/ocaml-extunix-0.1.5.ebuild
39 new file mode 100644
40 index 00000000000..e2f0e0c0cc9
41 --- /dev/null
42 +++ b/dev-ml/ocaml-extunix/ocaml-extunix-0.1.5.ebuild
43 @@ -0,0 +1,23 @@
44 +# Copyright 1999-2017 Gentoo Foundation
45 +# Distributed under the terms of the GNU General Public License v2
46 +
47 +EAPI=5
48 +
49 +OASIS_BUILD_TESTS=1
50 +OASIS_BUILD_DOCS=1
51 +
52 +inherit oasis
53 +
54 +DESCRIPTION="Thin bindings to various low-level system APIs"
55 +HOMEPAGE="http://ygrek.org.ua/p/ocaml-extunix/ https://github.com/ygrek/extunix"
56 +SRC_URI="https://github.com/ygrek/extunix/releases/download/v${PV}/${P}.tar.gz"
57 +
58 +LICENSE="LGPL-2.1-with-linking-exception"
59 +SLOT="0/${PV}"
60 +KEYWORDS="~amd64"
61 +IUSE=""
62 +
63 +RDEPEND="dev-ml/camlp4:="
64 +DEPEND="${RDEPEND}
65 + test? ( dev-ml/ounit )"
66 +DOCS=( "README.md" "TODO" "CHANGES.txt" )