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-conduit/
Date: Thu, 01 Jun 2017 09:09:31
Message-Id: 1496307541.045f7d1abd1c9997907b750113a6be90971ce2fc.aballier@gentoo
1 commit: 045f7d1abd1c9997907b750113a6be90971ce2fc
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 1 08:59:01 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 1 08:59:01 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=045f7d1a
7
8 dev-ml/ocaml-conduit: bump to 0.15.4
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-ml/ocaml-conduit/Manifest | 1 +
13 dev-ml/ocaml-conduit/ocaml-conduit-0.15.4.ebuild | 46 ++++++++++++++++++++++++
14 2 files changed, 47 insertions(+)
15
16 diff --git a/dev-ml/ocaml-conduit/Manifest b/dev-ml/ocaml-conduit/Manifest
17 index d415e3ea796..65a97ce07c9 100644
18 --- a/dev-ml/ocaml-conduit/Manifest
19 +++ b/dev-ml/ocaml-conduit/Manifest
20 @@ -1 +1,2 @@
21 DIST ocaml-conduit-0.15.3.tar.gz 38921 SHA256 6760c9fed6b1c5360d74b4cd6fafbd78e1736c08d3024ed9ecb79b29ad3456db SHA512 0666ed22a93351dc8381de3eaafcf019336f9d62e6b7ed7c0bcd7e202ecfb54ede8ed999023a0ed712da6406cee872965b22c77982ed65897b2e0abfadd0a07c WHIRLPOOL e754553c08fe31be337b8f1aaf504a5319af66aea9f897b411a6ca4d8efd4a5c1ac9488cbe7ca091f7c87ce4171e3725f701a9f8359d04dfd6c6cca350a1a611
22 +DIST ocaml-conduit-0.15.4.tar.gz 38960 SHA256 5c18e1cd034b4f8e0f229426051a16100d30d07c83d7969e3331e0d7dec3b2d7 SHA512 12f61828c943cb60b2c9be080fb32c8fe5ba16d8bac46a8b788f2ea9b8b7a3a53563defbb05271d516365d18cddafe57051125391ac018328608c4f6537ec5b0 WHIRLPOOL 6d82618a68acdee4bb93b18c9a379ecad96ba8d88ebfe600465a7f57ea84b1dfd5cfd7e0f6dcde5f5c76c9395e3e528a9d457d54173a911079daab3ec1064253
23
24 diff --git a/dev-ml/ocaml-conduit/ocaml-conduit-0.15.4.ebuild b/dev-ml/ocaml-conduit/ocaml-conduit-0.15.4.ebuild
25 new file mode 100644
26 index 00000000000..06c6a5c4689
27 --- /dev/null
28 +++ b/dev-ml/ocaml-conduit/ocaml-conduit-0.15.4.ebuild
29 @@ -0,0 +1,46 @@
30 +# Copyright 1999-2017 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=5
34 +
35 +inherit findlib eutils
36 +
37 +DESCRIPTION="Dereference URIs into communication channels for Async or Lwt"
38 +HOMEPAGE="https://github.com/mirage/ocaml-conduit"
39 +SRC_URI="https://github.com/mirage/ocaml-conduit/archive/v${PV}.tar.gz -> ${P}.tar.gz"
40 +
41 +LICENSE="ISC"
42 +SLOT="0/${PV}"
43 +KEYWORDS="~amd64"
44 +IUSE=""
45 +
46 +DEPEND="
47 + dev-lang/ocaml:=
48 + dev-ml/sexplib:=
49 + dev-ml/stringext:=
50 + dev-ml/ocaml-uri:=
51 + dev-ml/logs:=
52 + dev-ml/ocaml-cstruct:=
53 + dev-ml/ocaml-ipaddr:=
54 +
55 + >=dev-ml/lwt-3:=
56 + dev-ml/lwt_ssl:=
57 + dev-ml/async:=
58 + dev-ml/ocaml-dns:=
59 + dev-ml/ocaml-ssl:=
60 +"
61 +RDEPEND="${DEPEND}"
62 +DEPEND="${DEPEND}
63 + dev-ml/findlib
64 + dev-ml/ocamlbuild
65 + dev-ml/ppx_driver
66 + dev-ml/ppx_optcomp
67 + dev-ml/ppx_sexp_conv
68 +"
69 +
70 +DOCS=( TODO.md README.md CHANGES )
71 +
72 +src_install() {
73 + findlib_src_preinst
74 + default
75 +}