diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-18 02:20:26 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-18 02:20:26 +0000 |
commit | 7c5ea0d619545781aeeff08c566489cc8c2c575f (patch) | |
tree | 112d761616e93827a3295e9ab5e996d999681433 /mail-client/mutt/mutt-1.5.13-r2.ebuild | |
parent | Cleanup. (diff) | |
download | historical-7c5ea0d619545781aeeff08c566489cc8c2c575f.tar.gz historical-7c5ea0d619545781aeeff08c566489cc8c2c575f.tar.bz2 historical-7c5ea0d619545781aeeff08c566489cc8c2c575f.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'mail-client/mutt/mutt-1.5.13-r2.ebuild')
-rw-r--r-- | mail-client/mutt/mutt-1.5.13-r2.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mail-client/mutt/mutt-1.5.13-r2.ebuild b/mail-client/mutt/mutt-1.5.13-r2.ebuild index 567e8f560219..2c49568515c6 100644 --- a/mail-client/mutt/mutt-1.5.13-r2.ebuild +++ b/mail-client/mutt/mutt-1.5.13-r2.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/mail-client/mutt/mutt-1.5.13-r2.ebuild,v 1.2 2006/12/18 08:34:18 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mutt/mutt-1.5.13-r2.ebuild,v 1.3 2007/03/18 02:12:26 genone Exp $ inherit eutils flag-o-matic autotools @@ -156,8 +156,8 @@ src_install() { pkg_postinst() { echo - einfo "If you are new to mutt you may want to take a look at" - einfo "the Gentoo QuickStart Guide to Mutt E-Mail:" - einfo " http://www.gentoo.org/doc/en/guide-to-mutt.xml" + elog "If you are new to mutt you may want to take a look at" + elog "the Gentoo QuickStart Guide to Mutt E-Mail:" + elog " http://www.gentoo.org/doc/en/guide-to-mutt.xml" echo } |