diff options
author | Alexis Ballier <aballier@gentoo.org> | 2007-12-19 16:58:08 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2007-12-19 16:58:08 +0000 |
commit | 6fac08e1573616794833c97e0a2fb312d06ff513 (patch) | |
tree | edc1b00fc5f51de6328a0222d5e30a2ab98eeda8 /dev-lang/ocaml | |
parent | quote directory variables (diff) | |
download | gentoo-2-6fac08e1573616794833c97e0a2fb312d06ff513.tar.gz gentoo-2-6fac08e1573616794833c97e0a2fb312d06ff513.tar.bz2 gentoo-2-6fac08e1573616794833c97e0a2fb312d06ff513.zip |
make the information about the need to run ocaml-rebuild.sh a warning because it is really needed to run it after an upgrade
(Portage version: 2.1.4_rc10)
Diffstat (limited to 'dev-lang/ocaml')
-rw-r--r-- | dev-lang/ocaml/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/ocaml/ocaml-3.10.0.ebuild | 12 |
2 files changed, 11 insertions, 7 deletions
diff --git a/dev-lang/ocaml/ChangeLog b/dev-lang/ocaml/ChangeLog index b8eb4dad44ba..9f4aa06dd5ed 100644 --- a/dev-lang/ocaml/ChangeLog +++ b/dev-lang/ocaml/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/ocaml # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.127 2007/12/19 16:38:34 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.128 2007/12/19 16:58:08 aballier Exp $ + + 19 Dec 2007; Alexis Ballier <aballier@gentoo.org> ocaml-3.10.0.ebuild: + make the information about the need to run ocaml-rebuild.sh a warning + because it is really needed to run it after an upgrade 19 Dec 2007; Alexis Ballier <aballier@gentoo.org> ocaml-3.08.4.ebuild, ocaml-3.09.2.ebuild, ocaml-3.09.3.ebuild: diff --git a/dev-lang/ocaml/ocaml-3.10.0.ebuild b/dev-lang/ocaml/ocaml-3.10.0.ebuild index 105579360994..8eaad4d2197a 100644 --- a/dev-lang/ocaml/ocaml-3.10.0.ebuild +++ b/dev-lang/ocaml/ocaml-3.10.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.10.0.ebuild,v 1.7 2007/12/19 16:31:54 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.10.0.ebuild,v 1.8 2007/12/19 16:58:08 aballier Exp $ inherit flag-o-matic eutils multilib versionator toolchain-funcs @@ -124,10 +124,10 @@ src_install() { pkg_postinst() { echo - elog "OCaml is not binary compatible from version to version, so you (may)" - elog "need to rebuild all packages depending on it, that are actually" - elog "installed on your system. To do so, you can run:" - elog "/usr/sbin/ocaml-rebuild.sh [-h | emerge options]" - elog "Which will call emerge on all old packages with the given options" + ewarn "OCaml is not binary compatible from version to version, so you" + ewarn "need to rebuild all packages depending on it, that are actually" + ewarn "installed on your system. To do so, you can run:" + ewarn "/usr/sbin/ocaml-rebuild.sh [-h | emerge options]" + ewarn "Which will call emerge on all old packages with the given options" echo } |