diff options
Diffstat (limited to 'dev-ada/adabindx/adabindx-0.7.2-r1.ebuild')
-rw-r--r-- | dev-ada/adabindx/adabindx-0.7.2-r1.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/dev-ada/adabindx/adabindx-0.7.2-r1.ebuild b/dev-ada/adabindx/adabindx-0.7.2-r1.ebuild index dd6b10213753..9786384036ed 100644 --- a/dev-ada/adabindx/adabindx-0.7.2-r1.ebuild +++ b/dev-ada/adabindx/adabindx-0.7.2-r1.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/adabindx/adabindx-0.7.2-r1.ebuild,v 1.4 2006/05/13 20:35:35 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ada/adabindx/adabindx-0.7.2-r1.ebuild,v 1.5 2007/01/25 23:31:24 genone Exp $ # DESCRIPTION="An Ada-binding to the X Window System and *tif." @@ -59,10 +59,10 @@ src_install () { } pkg_postinst() { - einfo "The envaironment has been set up to make gnat automatically find files for" - einfo "AdaBindX. 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 envaironment has been set up to make gnat automatically find files for" + elog "AdaBindX. 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" } |