diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-11-27 09:30:08 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-11-27 09:30:08 +0000 |
commit | e05c9f94706ca0e2abb0e123492449ecdbe2c1bd (patch) | |
tree | d183762e80f59d3619ea494991267b4ec4c9bb96 /dev-ml | |
parent | dont build with ocamlc -annot since it appeared in ocaml 3.11, reported by Fauli (diff) | |
download | gentoo-2-e05c9f94706ca0e2abb0e123492449ecdbe2c1bd.tar.gz gentoo-2-e05c9f94706ca0e2abb0e123492449ecdbe2c1bd.tar.bz2 gentoo-2-e05c9f94706ca0e2abb0e123492449ecdbe2c1bd.zip |
version bump
(Portage version: 2.2_rc52/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocaml-doc/ChangeLog | 9 | ||||
-rw-r--r-- | dev-ml/ocaml-doc/ocaml-doc-3.11.ebuild | 23 |
2 files changed, 30 insertions, 2 deletions
diff --git a/dev-ml/ocaml-doc/ChangeLog b/dev-ml/ocaml-doc/ChangeLog index f1af64e88d46..2751156834cb 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-doc/ChangeLog,v 1.7 2008/08/07 22:00:55 aballier Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-doc/ChangeLog,v 1.8 2009/11/27 09:30:08 aballier Exp $ + +*ocaml-doc-3.11 (27 Nov 2009) + + 27 Nov 2009; Alexis Ballier <aballier@gentoo.org> +ocaml-doc-3.11.ebuild: + version bump 07 Aug 2008; Alexis Ballier <aballier@gentoo.org> -ocaml-doc-3.09.ebuild: remove old diff --git a/dev-ml/ocaml-doc/ocaml-doc-3.11.ebuild b/dev-ml/ocaml-doc/ocaml-doc-3.11.ebuild new file mode 100644 index 000000000000..dd29d2fd52b5 --- /dev/null +++ b/dev-ml/ocaml-doc/ocaml-doc-3.11.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2009 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.11.ebuild,v 1.1 2009/11/27 09:30:08 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 ~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/" +} |