summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-25 23:44:27 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-25 23:44:27 +0000
commit6d8f6224972a8451aa23490023acef7ead13d156 (patch)
tree7f7f73d663d86dff11b4bb431ef8f540caee45ee /dev-ada
parentReplacing einfo with elog (diff)
downloadgentoo-2-6d8f6224972a8451aa23490023acef7ead13d156.tar.gz
gentoo-2-6d8f6224972a8451aa23490023acef7ead13d156.tar.bz2
gentoo-2-6d8f6224972a8451aa23490023acef7ead13d156.zip
Replacing einfo with elog
(Portage version: 2.1.2-r4)
Diffstat (limited to 'dev-ada')
-rw-r--r--dev-ada/aunit/ChangeLog7
-rw-r--r--dev-ada/aunit/aunit-1.01.ebuild14
2 files changed, 12 insertions, 9 deletions
diff --git a/dev-ada/aunit/ChangeLog b/dev-ada/aunit/ChangeLog
index 41501697cdd1..9edaddef4bce 100644
--- a/dev-ada/aunit/ChangeLog
+++ b/dev-ada/aunit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ada/aunit
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ada/aunit/ChangeLog,v 1.6 2006/11/14 13:57:53 george Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ada/aunit/ChangeLog,v 1.7 2007/01/25 23:44:27 genone Exp $
+
+ 25 Jan 2007; Marius Mauch <genone@gentoo.org> aunit-1.01.ebuild:
+ Replacing einfo with elog
*aunit-1.03 (14 Nov 2006)
diff --git a/dev-ada/aunit/aunit-1.01.ebuild b/dev-ada/aunit/aunit-1.01.ebuild
index ee7310d437c2..01f43111b382 100644
--- a/dev-ada/aunit/aunit-1.01.ebuild
+++ b/dev-ada/aunit/aunit-1.01.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/aunit/aunit-1.01.ebuild,v 1.6 2006/05/13 20:48:11 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ada/aunit/aunit-1.01.ebuild,v 1.7 2007/01/25 23:44:27 genone Exp $
IUSE=""
@@ -40,9 +40,9 @@ src_install () {
}
pkg_postinst(){
- einfo "The envaironment has been set up to make gnat automatically find files for"
- einfo "Aunit. 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 for"
+ elog "Aunit. 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"
}