diff options
author | 2007-03-18 02:20:26 +0000 | |
---|---|---|
committer | 2007-03-18 02:20:26 +0000 | |
commit | 7c5ea0d619545781aeeff08c566489cc8c2c575f (patch) | |
tree | 112d761616e93827a3295e9ab5e996d999681433 /mail-client/muttng | |
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/muttng')
-rw-r--r-- | mail-client/muttng/ChangeLog | 5 | ||||
-rw-r--r-- | mail-client/muttng/muttng-20060619-r1.ebuild | 10 |
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 } |