diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-04 07:27:33 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-04 07:27:33 +0000 |
commit | b6b127a6590c9a21c927e2e4af6fa260d0c7b96b (patch) | |
tree | 3f613ee7666278532d64e4573060e4bb13ca90da /app-text/aspell/aspell-0.60.5.ebuild | |
parent | Replacing einfo with elog (diff) | |
download | historical-b6b127a6590c9a21c927e2e4af6fa260d0c7b96b.tar.gz historical-b6b127a6590c9a21c927e2e4af6fa260d0c7b96b.tar.bz2 historical-b6b127a6590c9a21c927e2e4af6fa260d0c7b96b.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2-r10
Diffstat (limited to 'app-text/aspell/aspell-0.60.5.ebuild')
-rw-r--r-- | app-text/aspell/aspell-0.60.5.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app-text/aspell/aspell-0.60.5.ebuild b/app-text/aspell/aspell-0.60.5.ebuild index 8affe237d166..31fb4f4f4ed2 100644 --- a/app-text/aspell/aspell-0.60.5.ebuild +++ b/app-text/aspell/aspell-0.60.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.60.5.ebuild,v 1.1 2007/03/03 11:32:12 kevquinn Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.60.5.ebuild,v 1.2 2007/03/04 07:27:33 genone Exp $ # N.B. This is before inherit of autotools, as autotools.eclass adds the # relevant dependencies to DEPEND. @@ -69,11 +69,11 @@ src_install() { } pkg_postinst() { - einfo "You will need to install a dictionary now. Please choose an" - einfo "aspell-<LANG> dictionary from the app-dicts category" - einfo "After installing an aspell dictionary for your language(s)," - einfo "You may use the aspell-import utility to import your personal" - einfo "dictionaries from ispell, pspell and the older aspell" + elog "You will need to install a dictionary now. Please choose an" + elog "aspell-<LANG> dictionary from the app-dicts category" + elog "After installing an aspell dictionary for your language(s)," + elog "You may use the aspell-import utility to import your personal" + elog "dictionaries from ispell, pspell and the older aspell" ewarn "" ewarn "Please re-emerge ALL your aspell-LANG dictionaries" |