diff options
author | 2007-01-25 23:46:13 +0000 | |
---|---|---|
committer | 2007-01-25 23:46:13 +0000 | |
commit | fa9ff2f2b3e64ef315c2944e8731d69902884100 (patch) | |
tree | 983346eb56d003942cce7163660f419f894c9648 /dev-ada/booch_components/booch_components-20051222.ebuild | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-fa9ff2f2b3e64ef315c2944e8731d69902884100.tar.gz gentoo-2-fa9ff2f2b3e64ef315c2944e8731d69902884100.tar.bz2 gentoo-2-fa9ff2f2b3e64ef315c2944e8731d69902884100.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r4)
Diffstat (limited to 'dev-ada/booch_components/booch_components-20051222.ebuild')
-rw-r--r-- | dev-ada/booch_components/booch_components-20051222.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/dev-ada/booch_components/booch_components-20051222.ebuild b/dev-ada/booch_components/booch_components-20051222.ebuild index 1176e68315e4..7a6c4be1d924 100644 --- a/dev-ada/booch_components/booch_components-20051222.ebuild +++ b/dev-ada/booch_components/booch_components-20051222.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-ada/booch_components/booch_components-20051222.ebuild,v 1.2 2006/05/12 13:56:07 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ada/booch_components/booch_components-20051222.ebuild,v 1.3 2007/01/25 23:46:13 genone Exp $ IUSE="doc" @@ -74,9 +74,9 @@ src_install () { pkg_postinst(){ einfo "Updating gnat configuration to pick up ${PN} library..." eselect gnat update - einfo "The envaironment has been set up to make gnat automatically find files in" - einfo "Booch components. In order to immediately activate these settings please do" - einfo "env-update" - einfo "source /etc/profile" - einfo "Otherwise the settings will become active next time you login" + elog "The environment has been set up to make gnat automatically find files in" + elog "Booch components. In order to immediately activate these settings please do" + elog "env-update" + elog "source /etc/profile" + elog "Otherwise the settings will become active next time you login" } |