diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-25 23:41:35 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-25 23:41:35 +0000 |
commit | 3553664be7812234bf83b295476391a6bf821274 (patch) | |
tree | a3644c1f8362713f2a591bf55fd86b3d2489b8e5 | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-3553664be7812234bf83b295476391a6bf821274.tar.gz gentoo-2-3553664be7812234bf83b295476391a6bf821274.tar.bz2 gentoo-2-3553664be7812234bf83b295476391a6bf821274.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r4)
-rw-r--r-- | dev-ada/asis-gcc/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ada/asis-gcc/asis-gcc-3.4.6.ebuild | 12 | ||||
-rw-r--r-- | dev-ada/asis-gcc/asis-gcc-4.1.1.ebuild | 12 |
3 files changed, 18 insertions, 14 deletions
diff --git a/dev-ada/asis-gcc/ChangeLog b/dev-ada/asis-gcc/ChangeLog index 0a5aa3ebf4e2..0ac1ec9e8261 100644 --- a/dev-ada/asis-gcc/ChangeLog +++ b/dev-ada/asis-gcc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ada/asis-gcc -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gcc/ChangeLog,v 1.3 2006/10/28 14:01:18 swegener Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gcc/ChangeLog,v 1.4 2007/01/25 23:41:35 genone Exp $ + + 25 Jan 2007; Marius Mauch <genone@gentoo.org> asis-gcc-3.4.6.ebuild, + asis-gcc-4.1.1.ebuild: + Replacing einfo with elog *asis-gcc-3.4.6 (24 Oct 2006) diff --git a/dev-ada/asis-gcc/asis-gcc-3.4.6.ebuild b/dev-ada/asis-gcc/asis-gcc-3.4.6.ebuild index f29082a0b08d..7d3e9837558c 100644 --- a/dev-ada/asis-gcc/asis-gcc-3.4.6.ebuild +++ b/dev-ada/asis-gcc/asis-gcc-3.4.6.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-gcc/asis-gcc-3.4.6.ebuild,v 1.2 2006/11/05 15:13:11 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gcc/asis-gcc-3.4.6.ebuild,v 1.3 2007/01/25 23:41:35 genone Exp $ inherit eutils flag-o-matic gnatbuild @@ -42,8 +42,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/asis-${PV} again.." echo die @@ -137,7 +137,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 } diff --git a/dev-ada/asis-gcc/asis-gcc-4.1.1.ebuild b/dev-ada/asis-gcc/asis-gcc-4.1.1.ebuild index 7c67b4036275..54fcbe5ee28e 100644 --- a/dev-ada/asis-gcc/asis-gcc-4.1.1.ebuild +++ b/dev-ada/asis-gcc/asis-gcc-4.1.1.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-gcc/asis-gcc-4.1.1.ebuild,v 1.2 2006/11/05 15:13:11 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.1.1.ebuild,v 1.3 2007/01/25 23:41:35 genone Exp $ inherit eutils flag-o-matic gnatbuild @@ -42,8 +42,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/asis-${PV} again.." echo die @@ -148,7 +148,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 } |