diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-25 23:57:42 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-25 23:57:42 +0000 |
commit | ca87262482c0531830787a5fa571b6380f8790c7 (patch) | |
tree | 7e1749fd27cd37dd26079d88ce133092f95487df /dev-ada/aunit | |
parent | Replacing einfo with elog (diff) | |
download | historical-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/aunit')
-rw-r--r-- | dev-ada/aunit/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ada/aunit/aunit-1.01.ebuild | 14 |
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" } |