diff options
author | Marius Mauch <genone@gentoo.org> | 2007-06-12 12:25:29 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-06-12 12:25:29 +0000 |
commit | aad6c901b9d038fbe3806a196aabcf1b26c873a3 (patch) | |
tree | 9a46b370e459dff47731aa172794d67599b1c8ba /net-mail | |
parent | Clarifying pkg description wrt bug #181740 (diff) | |
download | gentoo-2-aad6c901b9d038fbe3806a196aabcf1b26c873a3.tar.gz gentoo-2-aad6c901b9d038fbe3806a196aabcf1b26c873a3.tar.bz2 gentoo-2-aad6c901b9d038fbe3806a196aabcf1b26c873a3.zip |
Replacing einfo with elog
(Portage version: 2.1.2.7)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/email/ChangeLog | 6 | ||||
-rw-r--r-- | net-mail/email/email-2.5.0.ebuild | 6 | ||||
-rw-r--r-- | net-mail/email/email-2.5.1.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/net-mail/email/ChangeLog b/net-mail/email/ChangeLog index d917daaf470e..32154c556a1c 100644 --- a/net-mail/email/ChangeLog +++ b/net-mail/email/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-mail/email # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/email/ChangeLog,v 1.20 2007/03/04 18:36:00 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/email/ChangeLog,v 1.21 2007/06/12 12:25:29 genone Exp $ + + 12 Jun 2007; Marius Mauch <genone@gentoo.org> email-2.5.0.ebuild, + email-2.5.1.ebuild: + Replacing einfo with elog 04 Mar 2007; Andrej Kacian <ticho@gentoo.org> -email-2.3.4.ebuild, email-2.5.0.ebuild, email-2.5.1.ebuild: diff --git a/net-mail/email/email-2.5.0.ebuild b/net-mail/email/email-2.5.0.ebuild index 836befedb31c..4764b61bfbf5 100644 --- a/net-mail/email/email-2.5.0.ebuild +++ b/net-mail/email/email-2.5.0.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/net-mail/email/email-2.5.0.ebuild,v 1.5 2007/03/04 18:36:00 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/email/email-2.5.0.ebuild,v 1.6 2007/06/12 12:25:29 genone Exp $ DESCRIPTION="Advanced CLI tool for sending email." HOMEPAGE="http://email.cleancode.org" @@ -19,7 +19,7 @@ src_compile() { if [ -f /etc/conf.d/clock ]; then . /etc/conf.d/clock if [ x$CLOCK = "xUTC" ]; then - einfo "Using UTC timestamps (from /etc/rc.conf)" + elog "Using UTC timestamps (from /etc/conf.d/clock)" myconf="${myconf} --with-utc" fi fi @@ -43,6 +43,6 @@ pkg_preinst() { pkg_postinst() { echo - einfo "Do not forget to edit /etc/email/email.conf file before using email." + elog "Do not forget to edit /etc/email/email.conf file before using email." echo } diff --git a/net-mail/email/email-2.5.1.ebuild b/net-mail/email/email-2.5.1.ebuild index 78faa9d5010f..4a6f4addc2ad 100644 --- a/net-mail/email/email-2.5.1.ebuild +++ b/net-mail/email/email-2.5.1.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/net-mail/email/email-2.5.1.ebuild,v 1.2 2007/03/04 18:36:00 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/email/email-2.5.1.ebuild,v 1.3 2007/06/12 12:25:29 genone Exp $ DESCRIPTION="Advanced CLI tool for sending email." HOMEPAGE="http://email.cleancode.org" @@ -19,7 +19,7 @@ src_compile() { if [ -f /etc/conf.d/clock ]; then . /etc/conf.d/clock if [ x$CLOCK = "xUTC" ]; then - einfo "Using UTC timestamps (from /etc/rc.conf)" + elog "Using UTC timestamps (from /etc/conf.d/clock)" myconf="${myconf} --with-utc" fi fi @@ -43,6 +43,6 @@ pkg_preinst() { pkg_postinst() { echo - einfo "Do not forget to edit /etc/email/email.conf file before using email." + elog "Do not forget to edit /etc/email/email.conf file before using email." echo } |