summaryrefslogtreecommitdiff
path: root/dev-ml
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
commitdbefdc25a25d5905469848401ef81d9326643b7e (patch)
treee531f315e5940e82eabf3c0b19759ec795d357fd /dev-ml
parentold (diff)
downloadhistorical-dbefdc25a25d5905469848401ef81d9326643b7e.tar.gz
historical-dbefdc25a25d5905469848401ef81d9326643b7e.tar.bz2
historical-dbefdc25a25d5905469848401ef81d9326643b7e.zip
Initial import, this is the ocaml reference manual.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/ocaml-doc/ChangeLog10
-rw-r--r--dev-ml/ocaml-doc/Manifest4
-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, 47 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..c8868876eb08
--- /dev/null
+++ b/dev-ml/ocaml-doc/Manifest
@@ -0,0 +1,4 @@
+MD5 498356f4a0eebfcce39c06a816c9fc02 ChangeLog 406
+MD5 558bebc6a32575cce4253546e59a8b08 files/digest-ocaml-doc-3.09 74
+MD5 b2959ffdf855e5468d1920484801e71f metadata.xml 251
+MD5 fcf02cb68dee925d4546c78f3b74767f ocaml-doc-3.09.ebuild 621
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/"
+}