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
commit696dbcbe2405a58f368cbdeba5e9a85e4bb4752e (patch)
treec91c04f303da2140fed0f78c15edb54064006c37 /dev-lang/gnat-gpl/gnat-gpl-3.4.6.2006.ebuild
parentstable x86; bug #165396 (diff)
downloadgentoo-2-696dbcbe2405a58f368cbdeba5e9a85e4bb4752e.tar.gz
gentoo-2-696dbcbe2405a58f368cbdeba5e9a85e4bb4752e.tar.bz2
gentoo-2-696dbcbe2405a58f368cbdeba5e9a85e4bb4752e.zip
Replacing einfo with elog
(Portage version: 2.1.2-r4)
Diffstat (limited to 'dev-lang/gnat-gpl/gnat-gpl-3.4.6.2006.ebuild')
-rw-r--r--dev-lang/gnat-gpl/gnat-gpl-3.4.6.2006.ebuild18
1 files changed, 9 insertions, 9 deletions
diff --git a/dev-lang/gnat-gpl/gnat-gpl-3.4.6.2006.ebuild b/dev-lang/gnat-gpl/gnat-gpl-3.4.6.2006.ebuild
index 736cb1ea0ad6..3a7a4e0f54df 100644
--- a/dev-lang/gnat-gpl/gnat-gpl-3.4.6.2006.ebuild
+++ b/dev-lang/gnat-gpl/gnat-gpl-3.4.6.2006.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-gpl/gnat-gpl-3.4.6.2006.ebuild,v 1.4 2006/09/24 16:00:11 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gpl/gnat-gpl-3.4.6.2006.ebuild,v 1.5 2007/02/06 08:11:12 genone Exp $
inherit gnatbuild
@@ -68,13 +68,13 @@ src_install() {
pkg_postinst() {
gnatbuild_pkg_postinst
- einfo
- einfo "This is an experimental issue of the gnat-gpl compiler, supporting"
- einfo "some of the new features of Ada2005. You may consider registering with"
- einfo "AdaCore at https://libre2.adacore.com/."
- einfo
+ elog
+ elog "This is an experimental issue of the gnat-gpl compiler, supporting"
+ elog "some of the new features of Ada2005. You may consider registering with"
+ elog "AdaCore at https://libre2.adacore.com/."
+ elog
ewarn "Please note!!!"
ewarn "gnat-gpl is distributed under the GPL-2 license, without the GMGPL provision!!"
- einfo "For the GMGPL version you may look at the gnat-gcc compiler."
- einfo
+ ewarn "For the GMGPL version you may look at the gnat-gcc compiler."
+ ewarn
}