summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-03-18 02:20:26 +0000
committerMarius Mauch <genone@gentoo.org>2007-03-18 02:20:26 +0000
commit7c5ea0d619545781aeeff08c566489cc8c2c575f (patch)
tree112d761616e93827a3295e9ab5e996d999681433 /mail-client/mutt/mutt-1.5.12.ebuild
parentCleanup. (diff)
downloadhistorical-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.12.ebuild')
-rw-r--r--mail-client/mutt/mutt-1.5.12.ebuild14
1 files changed, 7 insertions, 7 deletions
diff --git a/mail-client/mutt/mutt-1.5.12.ebuild b/mail-client/mutt/mutt-1.5.12.ebuild
index c22ef1df0885..caf5777b0f17 100644
--- a/mail-client/mutt/mutt-1.5.12.ebuild
+++ b/mail-client/mutt/mutt-1.5.12.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.12.ebuild,v 1.3 2006/10/02 17:08:13 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mutt/mutt-1.5.12.ebuild,v 1.4 2007/03/18 02:12:26 genone Exp $
inherit eutils flag-o-matic autotools
@@ -40,8 +40,8 @@ PATCHDIR="${WORKDIR}"/${P}-gentoo-patches
pkg_setup() {
if ! use imap; then
echo
- einfo "The USE variable 'imap' is not in your USE flags."
- einfo "For imap support in mutt, you will need to restart the build with USE=imap"
+ elog "The USE variable 'imap' is not in your USE flags."
+ elog "For imap support in mutt, you will need to restart the build with USE=imap"
echo
fi
}
@@ -163,8 +163,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
}