Portage is a package management system used by Gentoo Linux
# 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 $
07 Aug 2008; Alexis Ballier
remove old
13 Jul 2008; Joseph Jezak
ocaml-doc-3.10.ebuild:
Marked ~ppc for bug #197363.
*ocaml-doc-3.10 (04 Jun 2008)
04 Jun 2008; Alexis Ballier
bump to latest
15 Jul 2007; Christian Heim
Assigning to ml, as nattfodd is being retired (#108329).
28 Jan 2007; Marius Mauch
Replacing einfo with elog
22 Oct 2006; Piotr JaroszyĆski
Add ~amd64 keyword. Bug #149799.
*ocaml-doc-3.09 (22 Jan 2006)
22 Jan 2006; Alexandre Buisse
+ocaml-doc-3.09.ebuild:
Initial commit. The ebuild is provided by Ingo Bormuth (bug #119838).
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
DIST ocaml-3.10-refman.html.tar.gz 518472 RMD160 6b4c99a83942563f1571385681d54f4d194507fe SHA1 491a39ca6ae8a5ae52fb8e07e987e97bba1b9f43 SHA256 9c4717a8d52a3d2a29792301b98a14e22ea249e1b958dada46e87a01a795ccd9
EBUILD ocaml-doc-3.10.ebuild 630 RMD160 7ee2a09e5a4cc5d8aeec40d1817db33368cf3508 SHA1 de984459c639865c5a2d935d29d8d480da29eb9d SHA256 6b546d15fb665b609636511a6a72a28e77385f15ec68373a094975d91bf31615
MISC ChangeLog 1085 RMD160 2f1d949d3a6197021389f335c81472a10d6622a4 SHA1 73ff280a29b764b33558de7fe93aa4dc4321ae52 SHA256 3abbd844b4848bd84a8735845edf3ab85a2e0ed6b5600f53de1e336e586eb30c
MISC metadata.xml 156 RMD160 b85f5bc80861e3fb890d0c87457a549d5bdaa191 SHA1 3be740773dec616d1c3969afaf1571348e455fef SHA256 40d721e2107cc8aac043b574fdae94c9e31ae133bc8e275fbc0a56329b3f5cee
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
iEYEARECAAYFAkibcJwACgkQvFcC4BYPU0qOfgCfZTihXcmbwfaFmXUDYwDF4aLq
FqwAoK2OeopZN72Z+FCJUqc2eY+w+mv0
=vl5W
-----END PGP SIGNATURE-----
# 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.2 2008/07/13 06:53:29 josejx 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/"
}