summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-28 06:25:45 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-28 06:25:45 +0000
commitafc0ff4b0c18fcb832ea6366d9b6aeeb2c189596 (patch)
treeebf0599368ea75d279d3a6de5e7beb562c77aeec /dev-ml
parentReplacing einfo with elog (diff)
downloadgentoo-2-afc0ff4b0c18fcb832ea6366d9b6aeeb2c189596.tar.gz
gentoo-2-afc0ff4b0c18fcb832ea6366d9b6aeeb2c189596.tar.bz2
gentoo-2-afc0ff4b0c18fcb832ea6366d9b6aeeb2c189596.zip
Replacing einfo with elog
(Portage version: 2.1.2-r4)
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/ocaml-doc/ChangeLog7
-rw-r--r--dev-ml/ocaml-doc/ocaml-doc-3.09.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-ml/ocaml-doc/ChangeLog b/dev-ml/ocaml-doc/ChangeLog
index e49c5ed094a3..a0028a57e937 100644
--- a/dev-ml/ocaml-doc/ChangeLog
+++ b/dev-ml/ocaml-doc/ChangeLog
@@ -1,6 +1,9 @@
# 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.2 2006/10/22 15:34:55 peper Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-doc/ChangeLog,v 1.3 2007/01/28 06:25:45 genone Exp $
+
+ 28 Jan 2007; Marius Mauch <genone@gentoo.org> ocaml-doc-3.09.ebuild:
+ Replacing einfo with elog
22 Oct 2006; Piotr Jaroszyński <peper@gentoo.org> ocaml-doc-3.09.ebuild:
Add ~amd64 keyword. Bug #149799.
diff --git a/dev-ml/ocaml-doc/ocaml-doc-3.09.ebuild b/dev-ml/ocaml-doc/ocaml-doc-3.09.ebuild
index 92422c3b2519..0630ce018ddd 100644
--- a/dev-ml/ocaml-doc/ocaml-doc-3.09.ebuild
+++ b/dev-ml/ocaml-doc/ocaml-doc-3.09.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 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.2 2006/10/22 15:34:55 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-doc/ocaml-doc-3.09.ebuild,v 1.3 2007/01/28 06:25:45 genone Exp $
DESCRIPTION="Ocaml reference manual (html)"
HOMEPAGE="http://caml.inria.fr/pub/docs/manual-ocaml/"
@@ -19,5 +19,5 @@ src_install() {
}
pkg_postinst() {
- einfo "This manual is available online at http://caml.inria.fr/pub/docs/manual-ocaml/"
+ elog "This manual is available online at http://caml.inria.fr/pub/docs/manual-ocaml/"
}