summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-25 23:57:42 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-25 23:57:42 +0000
commitca87262482c0531830787a5fa571b6380f8790c7 (patch)
tree7e1749fd27cd37dd26079d88ce133092f95487df /dev-ada/asis-gcc
parentReplacing einfo with elog (diff)
downloadhistorical-ca87262482c0531830787a5fa571b6380f8790c7.tar.gz
historical-ca87262482c0531830787a5fa571b6380f8790c7.tar.bz2
historical-ca87262482c0531830787a5fa571b6380f8790c7.zip
Replacing einfo with elog
Package-Manager: portage-2.1.2-r4
Diffstat (limited to 'dev-ada/asis-gcc')
-rw-r--r--dev-ada/asis-gcc/ChangeLog8
-rw-r--r--dev-ada/asis-gcc/asis-gcc-3.4.6.ebuild12
-rw-r--r--dev-ada/asis-gcc/asis-gcc-4.1.1.ebuild12
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
}