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-doc/
Date: Sun, 02 Jul 2017 15:57:50
Message-Id: 1499011035.afeb523262993ebb54310d69d172d890ed55c664.aballier@gentoo
1 commit: afeb523262993ebb54310d69d172d890ed55c664
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 2 15:48:22 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 2 15:57:15 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afeb5232
7
8 dev-ml/ocaml-doc: bump to 4.05
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-ml/ocaml-doc/Manifest | 1 +
13 dev-ml/ocaml-doc/ocaml-doc-4.05.ebuild | 24 ++++++++++++++++++++++++
14 2 files changed, 25 insertions(+)
15
16 diff --git a/dev-ml/ocaml-doc/Manifest b/dev-ml/ocaml-doc/Manifest
17 index 4aa9e10156a..2e2410e2599 100644
18 --- a/dev-ml/ocaml-doc/Manifest
19 +++ b/dev-ml/ocaml-doc/Manifest
20 @@ -1 +1,2 @@
21 DIST ocaml-4.04-refman-html.tar.gz 833166 SHA256 1cb4afcdb64359eea2501c63085f62eda4bbac51fd89b7d5dbf56670ec1b88ba SHA512 027ad5ea08488beb5ce65ec97a8aaf04197317d7d3194de771a4170dea9f8b90fc4309fd917b4176cd930dd0835c84448771b84fa92a735cfc60668ef0a6a413 WHIRLPOOL 4b4c405f4ea2dd314ff76dd2c0e01ed749909a781395d5a9be2ef16613b930aa570e09f266fa789ac6460cff7946204bcbb20d907caba28ff6c208b9e111671e
22 +DIST ocaml-4.05-refman-html.tar.gz 882419 SHA256 ddf1d1b29ebadd625e6c677b7820033c82d590f593ffc352627b7deeaf40ca8a SHA512 84688b06e61904345bc961d7244a74427025879c8e7365073887d76a560e5a373227d75c9f645f7bc16adbd05ea6a58918738beb13b5001cedc6b8289ed70bde WHIRLPOOL d4bf6e7b36a1048d5ea3d691e03ef3b4f3aed632f3fc0d01ae87e11eb276c52a9654fc00f94094645f534bb9e2203c5862d22f54678bbc3f2a7cfe98eae576fa
23
24 diff --git a/dev-ml/ocaml-doc/ocaml-doc-4.05.ebuild b/dev-ml/ocaml-doc/ocaml-doc-4.05.ebuild
25 new file mode 100644
26 index 00000000000..198cd811e65
27 --- /dev/null
28 +++ b/dev-ml/ocaml-doc/ocaml-doc-4.05.ebuild
29 @@ -0,0 +1,24 @@
30 +# Copyright 1999-2017 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=5
34 +
35 +DESCRIPTION="Ocaml reference manual (html)"
36 +HOMEPAGE="http://caml.inria.fr/pub/docs/manual-ocaml/"
37 +SRC_URI="http://caml.inria.fr/pub/distrib/ocaml-${PV}/ocaml-${PV}-refman-html.tar.gz"
38 +LICENSE="GPL-2"
39 +
40 +KEYWORDS="~amd64 ~ppc ~x86"
41 +
42 +SLOT="0"
43 +IUSE=""
44 +
45 +S=${WORKDIR}/htmlman
46 +
47 +src_install() {
48 + dohtml -r *
49 +}
50 +
51 +pkg_postinst() {
52 + elog "This manual is available online at http://caml.inria.fr/pub/docs/manual-ocaml/"
53 +}