diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-25 23:43:15 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-25 23:43:15 +0000 |
commit | d8d4fa8f64f01cc5b87e462c6dbd25ec5c1efe6c (patch) | |
tree | 0838dec95a0625cbf1b455e75a8e21a21eba78f4 /dev-ada | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-d8d4fa8f64f01cc5b87e462c6dbd25ec5c1efe6c.tar.gz gentoo-2-d8d4fa8f64f01cc5b87e462c6dbd25ec5c1efe6c.tar.bz2 gentoo-2-d8d4fa8f64f01cc5b87e462c6dbd25ec5c1efe6c.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r4)
Diffstat (limited to 'dev-ada')
-rw-r--r-- | dev-ada/asis-gpl/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ada/asis-gpl/asis-gpl-3.4.6.2006.ebuild | 12 |
2 files changed, 11 insertions, 8 deletions
diff --git a/dev-ada/asis-gpl/ChangeLog b/dev-ada/asis-gpl/ChangeLog index c67ffbd90ab8..d8767e1a983c 100644 --- a/dev-ada/asis-gpl/ChangeLog +++ b/dev-ada/asis-gpl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ada/asis-gpl -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gpl/ChangeLog,v 1.1 2006/10/26 15:31:39 george Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gpl/ChangeLog,v 1.2 2007/01/25 23:43:15 genone Exp $ + + 25 Jan 2007; Marius Mauch <genone@gentoo.org> asis-gpl-3.4.6.2006.ebuild: + Replacing einfo with elog *asis-gpl-3.4.6.2006 (26 Oct 2006) diff --git a/dev-ada/asis-gpl/asis-gpl-3.4.6.2006.ebuild b/dev-ada/asis-gpl/asis-gpl-3.4.6.2006.ebuild index 03f0845a4c8f..b97de47d8e4d 100644 --- a/dev-ada/asis-gpl/asis-gpl-3.4.6.2006.ebuild +++ b/dev-ada/asis-gpl/asis-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-ada/asis-gpl/asis-gpl-3.4.6.2006.ebuild,v 1.1 2006/10/26 15:31:39 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gpl/asis-gpl-3.4.6.2006.ebuild,v 1.2 2007/01/25 23:43:15 genone Exp $ inherit eutils flag-o-matic gnatbuild @@ -34,8 +34,8 @@ pkg_setup() { eerror "The active gnat profile does not correspond to the selected" eerror "version of asis! Please install the appropriate gnat (if you" eerror "did not so yet) and run:" - einfo "eselect gnat set ${CTARGET}-${Gnat_Name}-${SLOT}" - einfo "env-update && source /etc/profile" + eerror "eselect gnat set ${CTARGET}-${Gnat_Name}-${SLOT}" + eerror "env-update && source /etc/profile" eerror "and then emerge =dev-ada/${P} again.." echo die @@ -111,7 +111,7 @@ src_install () { pkg_postinst() { echo - einfo "The ASIS is installed for the active gnat compiler at gnat's location." - einfo "No further configuration is necessary. Enjoy." + elog "The ASIS is installed for the active gnat compiler at gnat's location." + elog "No further configuration is necessary. Enjoy." echo } |