summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-03-18 02:14:40 +0000
committerMarius Mauch <genone@gentoo.org>2007-03-18 02:14:40 +0000
commit21de57c5261a7ac232592af77af493001d45956e (patch)
tree96f00ad2c0a36f3b630d6c295457ae40f0378756
parentReplacing einfo with elog (diff)
downloadgentoo-2-21de57c5261a7ac232592af77af493001d45956e.tar.gz
gentoo-2-21de57c5261a7ac232592af77af493001d45956e.tar.bz2
gentoo-2-21de57c5261a7ac232592af77af493001d45956e.zip
Replacing einfo with elog
(Portage version: 2.1.2.2)
-rw-r--r--mail-client/muttng/ChangeLog5
-rw-r--r--mail-client/muttng/muttng-20060619-r1.ebuild10
2 files changed, 9 insertions, 6 deletions
diff --git a/mail-client/muttng/ChangeLog b/mail-client/muttng/ChangeLog
index 77fdb456c8ff..ece9fa8558c9 100644
--- a/mail-client/muttng/ChangeLog
+++ b/mail-client/muttng/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for mail-client/muttng
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/muttng/ChangeLog,v 1.24 2007/03/17 17:37:40 drizzt Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/muttng/ChangeLog,v 1.25 2007/03/18 02:14:40 genone Exp $
+
+ 18 Mar 2007; Marius Mauch <genone@gentoo.org> muttng-20060619-r1.ebuild:
+ Replacing einfo with elog
17 Mar 2007; Timothy Redaelli <drizzt@gentoo.org>
muttng-20060619-r1.ebuild:
diff --git a/mail-client/muttng/muttng-20060619-r1.ebuild b/mail-client/muttng/muttng-20060619-r1.ebuild
index ec1fea2e8c10..88e0b5f8a09a 100644
--- a/mail-client/muttng/muttng-20060619-r1.ebuild
+++ b/mail-client/muttng/muttng-20060619-r1.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/mail-client/muttng/muttng-20060619-r1.ebuild,v 1.4 2007/03/17 17:37:40 drizzt Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/muttng/muttng-20060619-r1.ebuild,v 1.5 2007/03/18 02:14:40 genone Exp $
inherit eutils flag-o-matic
@@ -146,9 +146,9 @@ src_install() {
pkg_postinst() {
echo
- einfo "NOTE: muttng is not under development any more, and suffers"
- einfo " from serious stability problems. It lacks behind with"
- einfo " respect to mutt, which it is based on."
- einfo "Please consider switching to mail-client/mutt instead."
+ elog "NOTE: muttng is not under development any more, and suffers"
+ elog " from serious stability problems. It lacks behind with"
+ elog " respect to mutt, which it is based on."
+ elog "Please consider switching to mail-client/mutt instead."
echo
}