diff options
author | Marius Mauch <genone@gentoo.org> | 2007-02-06 08:09:10 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-02-06 08:09:10 +0000 |
commit | 4fde2c58258b80487ca88a894c97e3384c66c78a (patch) | |
tree | 8348c6d9f92b3b12427cb1f73784f27153c90337 /dev-lang/gnat/gnat-3.45.ebuild | |
parent | Initial commit. Ebuild by Robin H. Johnson <robbat2@gentoo.org>. (diff) | |
download | gentoo-2-4fde2c58258b80487ca88a894c97e3384c66c78a.tar.gz gentoo-2-4fde2c58258b80487ca88a894c97e3384c66c78a.tar.bz2 gentoo-2-4fde2c58258b80487ca88a894c97e3384c66c78a.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r4)
Diffstat (limited to 'dev-lang/gnat/gnat-3.45.ebuild')
-rw-r--r-- | dev-lang/gnat/gnat-3.45.ebuild | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/dev-lang/gnat/gnat-3.45.ebuild b/dev-lang/gnat/gnat-3.45.ebuild index 0846f161052c..66c60c0e2b1c 100644 --- a/dev-lang/gnat/gnat-3.45.ebuild +++ b/dev-lang/gnat/gnat-3.45.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-lang/gnat/gnat-3.45.ebuild,v 1.9 2006/05/25 14:07:32 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat/gnat-3.45.ebuild,v 1.10 2007/02/06 08:09:10 genone Exp $ inherit flag-o-matic @@ -183,12 +183,12 @@ src_install() { pkg_postinst() { # Notify the user of what changed - einfo "" - einfo "The compiler has been installed as gnatgcc, and the coverage testing" - einfo "tool as gnatgcov." - einfo "" - einfo "If you are upgrading from GNAT-3.15p or older you will have to" - einfo "reemerge all Ada packages as GNAT-${MY_PV} has updated to a version of" - einfo "GCC which is not backwards compatible with 2.8.1." - einfo "" + elog + elog "The compiler has been installed as gnatgcc, and the coverage testing" + elog "tool as gnatgcov." + elog + elog "If you are upgrading from GNAT-3.15p or older you will have to" + elog "reemerge all Ada packages as GNAT-${MY_PV} has updated to a version of" + elog "GCC which is not backwards compatible with 2.8.1." + elog } |