summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-06-04 13:51:03 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-06-04 13:51:03 +0000
commit69a193940d7271244c5578ca6a6c96dc5682dfbe (patch)
tree626382f46395584e71b653e8e5e574fe5754fe02 /dev-ml/ocaml-doc
parentAdding www-client/arora git snapshot, for people who want to try it out. (diff)
downloadgentoo-2-69a193940d7271244c5578ca6a6c96dc5682dfbe.tar.gz
gentoo-2-69a193940d7271244c5578ca6a6c96dc5682dfbe.tar.bz2
gentoo-2-69a193940d7271244c5578ca6a6c96dc5682dfbe.zip
bump to latest
(Portage version: 2.1.5.3)
Diffstat (limited to 'dev-ml/ocaml-doc')
-rw-r--r--dev-ml/ocaml-doc/ChangeLog9
-rw-r--r--dev-ml/ocaml-doc/ocaml-doc-3.10.ebuild23
2 files changed, 30 insertions, 2 deletions
diff --git a/dev-ml/ocaml-doc/ChangeLog b/dev-ml/ocaml-doc/ChangeLog
index dd036e0fc7f5..8acfdd635014 100644
--- a/dev-ml/ocaml-doc/ChangeLog
+++ b/dev-ml/ocaml-doc/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ml/ocaml-doc
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-doc/ChangeLog,v 1.4 2007/07/15 09:15:42 phreak Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-doc/ChangeLog,v 1.5 2008/06/04 13:51:03 aballier Exp $
+
+*ocaml-doc-3.10 (04 Jun 2008)
+
+ 04 Jun 2008; Alexis Ballier <aballier@gentoo.org> +ocaml-doc-3.10.ebuild:
+ bump to latest
15 Jul 2007; Christian Heim <phreak@gentoo.org> metadata.xml:
Assigning to ml, as nattfodd is being retired (#108329).
diff --git a/dev-ml/ocaml-doc/ocaml-doc-3.10.ebuild b/dev-ml/ocaml-doc/ocaml-doc-3.10.ebuild
new file mode 100644
index 000000000000..a6df570eb213
--- /dev/null
+++ b/dev-ml/ocaml-doc/ocaml-doc-3.10.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-doc/ocaml-doc-3.10.ebuild,v 1.1 2008/06/04 13:51:03 aballier Exp $
+
+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 ~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/"
+}