diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-02-20 16:34:40 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-02-20 16:34:40 +0100 |
commit | fc5496fc1712264ff9dc33f02b70239610e723b9 (patch) | |
tree | 13736fe22c05806af092a77776a7a0099ff6287f /dev-ml | |
parent | dev-ml/gd4o: add missing slot deps on libs jpeg and png (diff) | |
download | gentoo-fc5496fc1712264ff9dc33f02b70239610e723b9.tar.gz gentoo-fc5496fc1712264ff9dc33f02b70239610e723b9.tar.bz2 gentoo-fc5496fc1712264ff9dc33f02b70239610e723b9.zip |
dev-ml/ocaml-doc: Bump to 4.04
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocaml-doc/Manifest | 1 | ||||
-rw-r--r-- | dev-ml/ocaml-doc/ocaml-doc-4.04.ebuild | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/dev-ml/ocaml-doc/Manifest b/dev-ml/ocaml-doc/Manifest index 261e0738258f..7eafe29291b8 100644 --- a/dev-ml/ocaml-doc/Manifest +++ b/dev-ml/ocaml-doc/Manifest @@ -1 +1,2 @@ DIST ocaml-3.12-refman.html.tar.gz 525840 SHA256 fc553d1d6be95364710462822de702b238a224e7e0d2f58c65360ea77b6bc623 SHA512 b4cc9fa80cb3d889f69e4b305b0078a59db2f26b39d361307462b93ad63cb1d81fe81c2159c3aef2defa3e38c9e655205891b5ef790722a81dc5faa34e962ba4 WHIRLPOOL e16f58ee4f37377ff25f130d5b6c83873effa76edc8de2d17dfb6d36ac80b4b4ded71bd67427008f08041c38ced22f8cea9e5f3cfbf3819ccf80fa92a31ce722 +DIST ocaml-4.04-refman-html.tar.gz 833166 SHA256 1cb4afcdb64359eea2501c63085f62eda4bbac51fd89b7d5dbf56670ec1b88ba SHA512 027ad5ea08488beb5ce65ec97a8aaf04197317d7d3194de771a4170dea9f8b90fc4309fd917b4176cd930dd0835c84448771b84fa92a735cfc60668ef0a6a413 WHIRLPOOL 4b4c405f4ea2dd314ff76dd2c0e01ed749909a781395d5a9be2ef16613b930aa570e09f266fa789ac6460cff7946204bcbb20d907caba28ff6c208b9e111671e diff --git a/dev-ml/ocaml-doc/ocaml-doc-4.04.ebuild b/dev-ml/ocaml-doc/ocaml-doc-4.04.ebuild new file mode 100644 index 000000000000..a210f42d7360 --- /dev/null +++ b/dev-ml/ocaml-doc/ocaml-doc-4.04.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +DESCRIPTION="Ocaml reference manual (html)" +HOMEPAGE="http://caml.inria.fr/pub/docs/manual-ocaml/" +SRC_URI="http://caml.inria.fr/pub/distrib/ocaml-${PV}/ocaml-${PV}-refman-html.tar.gz" +LICENSE="GPL-2" + +KEYWORDS="~amd64 ~ppc ~x86" + +SLOT="0" +IUSE="" + +S=${WORKDIR}/htmlman + +src_install() { + dohtml -r * +} + +pkg_postinst() { + elog "This manual is available online at http://caml.inria.fr/pub/docs/manual-ocaml/" +} |