summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Buisse <nattfodd@gentoo.org>2006-01-21 23:59:08 +0000
committerAlexandre Buisse <nattfodd@gentoo.org>2006-01-21 23:59:08 +0000
commit1d1c27cc596cdcf8743cea3d9f3cdf5dfab28414 (patch)
tree75afae6d2f20dc9b5c964f71a8a2012d618f7835 /dev-ml/ocaml-doc
parentold (diff)
downloadgentoo-2-1d1c27cc596cdcf8743cea3d9f3cdf5dfab28414.tar.gz
gentoo-2-1d1c27cc596cdcf8743cea3d9f3cdf5dfab28414.tar.bz2
gentoo-2-1d1c27cc596cdcf8743cea3d9f3cdf5dfab28414.zip
Initial import, this is the ocaml reference manual.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'dev-ml/ocaml-doc')
-rw-r--r--dev-ml/ocaml-doc/ChangeLog10
-rw-r--r--dev-ml/ocaml-doc/Manifest3
-rw-r--r--dev-ml/ocaml-doc/files/digest-ocaml-doc-3.091
-rw-r--r--dev-ml/ocaml-doc/metadata.xml9
-rw-r--r--dev-ml/ocaml-doc/ocaml-doc-3.09.ebuild23
5 files changed, 46 insertions, 0 deletions
diff --git a/dev-ml/ocaml-doc/ChangeLog b/dev-ml/ocaml-doc/ChangeLog
new file mode 100644
index 000000000000..b218e40c9324
--- /dev/null
+++ b/dev-ml/ocaml-doc/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-ml/ocaml-doc
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-doc/ChangeLog,v 1.1 2006/01/21 23:59:08 nattfodd Exp $
+
+*ocaml-doc-3.09 (22 Jan 2006)
+
+ 22 Jan 2006; Alexandre Buisse <nattfodd@gentoo.org> +metadata.xml,
+ +ocaml-doc-3.09.ebuild:
+ Initial commit. The ebuild is provided by Ingo Bormuth (bug #119838).
+
diff --git a/dev-ml/ocaml-doc/Manifest b/dev-ml/ocaml-doc/Manifest
new file mode 100644
index 000000000000..32afacaf9af7
--- /dev/null
+++ b/dev-ml/ocaml-doc/Manifest
@@ -0,0 +1,3 @@
+MD5 558bebc6a32575cce4253546e59a8b08 files/digest-ocaml-doc-3.09 74
+MD5 b2959ffdf855e5468d1920484801e71f metadata.xml 251
+MD5 acb9d25ec8284170b441923ad699b942 ocaml-doc-3.09.ebuild 519
diff --git a/dev-ml/ocaml-doc/files/digest-ocaml-doc-3.09 b/dev-ml/ocaml-doc/files/digest-ocaml-doc-3.09
new file mode 100644
index 000000000000..620541eab85c
--- /dev/null
+++ b/dev-ml/ocaml-doc/files/digest-ocaml-doc-3.09
@@ -0,0 +1 @@
+MD5 b25eb211bf91bcaa536b12d12731ceec ocaml-3.09-refman.html.tar.gz 484037
diff --git a/dev-ml/ocaml-doc/metadata.xml b/dev-ml/ocaml-doc/metadata.xml
new file mode 100644
index 000000000000..f3af36dfba32
--- /dev/null
+++ b/dev-ml/ocaml-doc/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>ml</herd>
+<maintainer>
+ <email>nattfodd@gentoo.org</email>
+ <name>Alexandre Buisse</name>
+</maintainer>
+</pkgmetadata>
diff --git a/dev-ml/ocaml-doc/ocaml-doc-3.09.ebuild b/dev-ml/ocaml-doc/ocaml-doc-3.09.ebuild
new file mode 100644
index 000000000000..bd3cef01e265
--- /dev/null
+++ b/dev-ml/ocaml-doc/ocaml-doc-3.09.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2006 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.09.ebuild,v 1.1 2006/01/21 23:59:08 nattfodd 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="~x86"
+
+SLOT="0"
+IUSE=""
+
+S=${WORKDIR}/htmlman
+
+src_install() {
+ dohtml -r *
+}
+
+pkg_postinst() {
+ einfo "This manual is available online at http://caml.inria.fr/pub/docs/manual-ocaml/"
+}