summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-02-06 08:11:12 +0000
committerMarius Mauch <genone@gentoo.org>2007-02-06 08:11:12 +0000
commit03b5b8576ea187a2f15dd34fe68230f38de7146a (patch)
treed24479179fda40cc0efe59489e103457475392d7 /dev-lang/gnat/gnat-3.44-r1.ebuild
parentstable x86; bug #165396 (diff)
downloadhistorical-03b5b8576ea187a2f15dd34fe68230f38de7146a.tar.gz
historical-03b5b8576ea187a2f15dd34fe68230f38de7146a.tar.bz2
historical-03b5b8576ea187a2f15dd34fe68230f38de7146a.zip
Replacing einfo with elog
Package-Manager: portage-2.1.2-r4
Diffstat (limited to 'dev-lang/gnat/gnat-3.44-r1.ebuild')
-rw-r--r--dev-lang/gnat/gnat-3.44-r1.ebuild20
1 files changed, 10 insertions, 10 deletions
diff --git a/dev-lang/gnat/gnat-3.44-r1.ebuild b/dev-lang/gnat/gnat-3.44-r1.ebuild
index e7cdee935593..ad3b4addd4d2 100644
--- a/dev-lang/gnat/gnat-3.44-r1.ebuild
+++ b/dev-lang/gnat/gnat-3.44-r1.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.44-r1.ebuild,v 1.5 2006/05/13 20:17:48 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat/gnat-3.44-r1.ebuild,v 1.6 2007/02/06 08:09:10 genone Exp $
MY_PV="3.4.4"
@@ -164,12 +164,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
}