diff options
author | Marius Mauch <genone@gentoo.org> | 2007-06-12 12:36:27 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-06-12 12:36:27 +0000 |
commit | 44af8049552cb68bfbdb413669e14b0558751d24 (patch) | |
tree | ed82ddf7f28536c000e9822a7ed83d36867405fb /net-mail/email | |
parent | Added check for needed automagic dependency of graphviz to libpng, thanks Kev... (diff) | |
download | historical-44af8049552cb68bfbdb413669e14b0558751d24.tar.gz historical-44af8049552cb68bfbdb413669e14b0558751d24.tar.bz2 historical-44af8049552cb68bfbdb413669e14b0558751d24.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2.7
Diffstat (limited to 'net-mail/email')
-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 } |