diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-18 05:28:12 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-18 05:28:12 +0000 |
commit | 4d8da4ed9319e8faf214aaf6fd5216a3b0eb2cd8 (patch) | |
tree | 028b6c75f6a6d1d7c10e2ff7819d231d56da6208 /mail-mta | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-4d8da4ed9319e8faf214aaf6fd5216a3b0eb2cd8.tar.gz gentoo-2-4d8da4ed9319e8faf214aaf6fd5216a3b0eb2cd8.tar.bz2 gentoo-2-4d8da4ed9319e8faf214aaf6fd5216a3b0eb2cd8.zip |
Replacing einfo with elog
(Portage version: 2.1.2.2)
Diffstat (limited to 'mail-mta')
-rw-r--r-- | mail-mta/exim/ChangeLog | 6 | ||||
-rw-r--r-- | mail-mta/exim/exim-4.60-r1.ebuild | 24 | ||||
-rw-r--r-- | mail-mta/exim/exim-4.61.ebuild | 20 | ||||
-rw-r--r-- | mail-mta/exim/exim-4.62.ebuild | 22 | ||||
-rw-r--r-- | mail-mta/exim/exim-4.63.ebuild | 22 |
5 files changed, 49 insertions, 45 deletions
diff --git a/mail-mta/exim/ChangeLog b/mail-mta/exim/ChangeLog index d6ae269b8fdb..d12f221834e1 100644 --- a/mail-mta/exim/ChangeLog +++ b/mail-mta/exim/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-mta/exim # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/ChangeLog,v 1.81 2007/02/08 13:22:10 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/ChangeLog,v 1.82 2007/03/18 05:28:12 genone Exp $ + + 18 Mar 2007; Marius Mauch <genone@gentoo.org> exim-4.60-r1.ebuild, + exim-4.61.ebuild, exim-4.62.ebuild, exim-4.63.ebuild: + Replacing einfo with elog 08 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog: Regenerate digest in Manifest2 format. diff --git a/mail-mta/exim/exim-4.60-r1.ebuild b/mail-mta/exim/exim-4.60-r1.ebuild index c27d4d487bbf..f52368e9eaf4 100644 --- a/mail-mta/exim/exim-4.60-r1.ebuild +++ b/mail-mta/exim/exim-4.60-r1.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-mta/exim/exim-4.60-r1.ebuild,v 1.10 2006/11/23 20:25:35 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.60-r1.ebuild,v 1.11 2007/03/18 05:28:12 genone Exp $ inherit eutils @@ -52,7 +52,7 @@ src_unpack() { epatch ${FILESDIR}/exim-4.43-r2-localscan_dlopen.patch if ! use mbox; then - einfo "Patching maildir support into exim.conf" + elog "Patching maildir support into exim.conf" epatch ${FILESDIR}/exim-4.20-maildir.patch fi @@ -133,7 +133,7 @@ src_unpack() { if use ipv6; then echo "HAVE_IPV6=YES" >> Makefile #To fix bug 41196 - echo "IPV6_USE_INET_PTON=yes" >> Makefile + echo "IPV6_USE_INET_PTON=yes" >> Makefile fi if [ -n "$myconf" ] ; then @@ -230,7 +230,7 @@ src_install () { dodir /usr/bin /usr/sbin /usr/lib dosym ../sbin/exim /usr/bin/mailq dosym ../sbin/exim /usr/bin/newaliases - einfo "The Exim ebuild will no longer touch /usr/bin/mail, so as not to interfere with mailx/nail." + elog "The Exim ebuild will no longer touch /usr/bin/mail, so as not to interfere with mailx/nail." dosym exim /usr/sbin/rsmtp dosym exim /usr/sbin/rmail if \[ ! -e /usr/lib/sendmail \]; @@ -289,15 +289,15 @@ src_install () { pkg_postinst() { - einfo "/etc/exim/system_filter.exim is a sample system_filter." - einfo "/etc/exim/auth_conf.sub contains the configuration sub for using smtp auth." - einfo "Please create /etc/exim/exim.conf from /etc/exim/exim.conf.dist." + elog "/etc/exim/system_filter.exim is a sample system_filter." + elog "/etc/exim/auth_conf.sub contains the configuration sub for using smtp auth." + elog "Please create /etc/exim/exim.conf from /etc/exim/exim.conf.dist." if ! use mailwrapper && [[ -e /etc/mailer.conf ]] then - einfo - einfo "Since you emerged $PN without mailwrapper in USE," - einfo "you probably want to 'emerge -C mailwrapper' now." - einfo + elog + elog "Since you emerged $PN without mailwrapper in USE," + elog "you probably want to 'emerge -C mailwrapper' now." + elog fi } diff --git a/mail-mta/exim/exim-4.61.ebuild b/mail-mta/exim/exim-4.61.ebuild index fcbd518991fd..515773191d40 100644 --- a/mail-mta/exim/exim-4.61.ebuild +++ b/mail-mta/exim/exim-4.61.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-mta/exim/exim-4.61.ebuild,v 1.2 2006/11/23 20:25:35 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.61.ebuild,v 1.3 2007/03/18 05:28:12 genone Exp $ inherit eutils @@ -230,7 +230,7 @@ src_install () { dodir /usr/bin /usr/sbin /usr/lib dosym ../sbin/exim /usr/bin/mailq dosym ../sbin/exim /usr/bin/newaliases - einfo "The Exim ebuild will no longer touch /usr/bin/mail, so as not to interfere with mailx/nail." + elog "The Exim ebuild will no longer touch /usr/bin/mail, so as not to interfere with mailx/nail." dosym exim /usr/sbin/rsmtp dosym exim /usr/sbin/rmail if \[ ! -e /usr/lib/sendmail \]; @@ -289,15 +289,15 @@ src_install () { pkg_postinst() { - einfo "/etc/exim/system_filter.exim is a sample system_filter." - einfo "/etc/exim/auth_conf.sub contains the configuration sub for using smtp auth." - einfo "Please create /etc/exim/exim.conf from /etc/exim/exim.conf.dist." + elog "/etc/exim/system_filter.exim is a sample system_filter." + elog "/etc/exim/auth_conf.sub contains the configuration sub for using smtp auth." + elog "Please create /etc/exim/exim.conf from /etc/exim/exim.conf.dist." if ! use mailwrapper && [[ -e /etc/mailer.conf ]] then - einfo - einfo "Since you emerged $PN without mailwrapper in USE," - einfo "you probably want to 'emerge -C mailwrapper' now." - einfo + elog + elog "Since you emerged $PN without mailwrapper in USE," + elog "you probably want to 'emerge -C mailwrapper' now." + elog fi } diff --git a/mail-mta/exim/exim-4.62.ebuild b/mail-mta/exim/exim-4.62.ebuild index dd8f0e37d3b0..9f26ec8e8dbe 100644 --- a/mail-mta/exim/exim-4.62.ebuild +++ b/mail-mta/exim/exim-4.62.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-mta/exim/exim-4.62.ebuild,v 1.6 2006/11/23 20:25:35 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.62.ebuild,v 1.7 2007/03/18 05:28:12 genone Exp $ inherit eutils @@ -52,7 +52,7 @@ src_unpack() { epatch ${FILESDIR}/exim-4.43-r2-localscan_dlopen.patch if ! use mbox; then - einfo "Patching maildir support into exim.conf" + elog "Patching maildir support into exim.conf" epatch ${FILESDIR}/exim-4.20-maildir.patch fi @@ -230,7 +230,7 @@ src_install () { dodir /usr/bin /usr/sbin /usr/lib dosym ../sbin/exim /usr/bin/mailq dosym ../sbin/exim /usr/bin/newaliases - einfo "The Exim ebuild will no longer touch /usr/bin/mail, so as not to interfere with mailx/nail." + elog "The Exim ebuild will no longer touch /usr/bin/mail, so as not to interfere with mailx/nail." dosym exim /usr/sbin/rsmtp dosym exim /usr/sbin/rmail if \[ ! -e /usr/lib/sendmail \]; @@ -289,15 +289,15 @@ src_install () { pkg_postinst() { - einfo "/etc/exim/system_filter.exim is a sample system_filter." - einfo "/etc/exim/auth_conf.sub contains the configuration sub for using smtp auth." - einfo "Please create /etc/exim/exim.conf from /etc/exim/exim.conf.dist." + elog "/etc/exim/system_filter.exim is a sample system_filter." + elog "/etc/exim/auth_conf.sub contains the configuration sub for using smtp auth." + elog "Please create /etc/exim/exim.conf from /etc/exim/exim.conf.dist." if ! use mailwrapper && [[ -e /etc/mailer.conf ]] then - einfo - einfo "Since you emerged $PN without mailwrapper in USE," - einfo "you probably want to 'emerge -C mailwrapper' now." - einfo + elog + elog "Since you emerged $PN without mailwrapper in USE," + elog "you probably want to 'emerge -C mailwrapper' now." + elog fi } diff --git a/mail-mta/exim/exim-4.63.ebuild b/mail-mta/exim/exim-4.63.ebuild index 6a02dfba0866..ebcf01124266 100644 --- a/mail-mta/exim/exim-4.63.ebuild +++ b/mail-mta/exim/exim-4.63.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-mta/exim/exim-4.63.ebuild,v 1.2 2006/11/23 20:25:35 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.63.ebuild,v 1.3 2007/03/18 05:28:12 genone Exp $ inherit eutils @@ -52,7 +52,7 @@ src_unpack() { epatch ${FILESDIR}/exim-4.43-r2-localscan_dlopen.patch if ! use mbox; then - einfo "Patching maildir support into exim.conf" + elog "Patching maildir support into exim.conf" epatch ${FILESDIR}/exim-4.20-maildir.patch fi @@ -230,7 +230,7 @@ src_install () { dodir /usr/bin /usr/sbin /usr/lib dosym ../sbin/exim /usr/bin/mailq dosym ../sbin/exim /usr/bin/newaliases - einfo "The Exim ebuild will no longer touch /usr/bin/mail, so as not to interfere with mailx/nail." + elog "The Exim ebuild will no longer touch /usr/bin/mail, so as not to interfere with mailx/nail." dosym exim /usr/sbin/rsmtp dosym exim /usr/sbin/rmail if \[ ! -e /usr/lib/sendmail \]; @@ -289,15 +289,15 @@ src_install () { pkg_postinst() { - einfo "/etc/exim/system_filter.exim is a sample system_filter." - einfo "/etc/exim/auth_conf.sub contains the configuration sub for using smtp auth." - einfo "Please create /etc/exim/exim.conf from /etc/exim/exim.conf.dist." + elog "/etc/exim/system_filter.exim is a sample system_filter." + elog "/etc/exim/auth_conf.sub contains the configuration sub for using smtp auth." + elog "Please create /etc/exim/exim.conf from /etc/exim/exim.conf.dist." if ! use mailwrapper && [[ -e /etc/mailer.conf ]] then - einfo - einfo "Since you emerged $PN without mailwrapper in USE," - einfo "you probably want to 'emerge -C mailwrapper' now." - einfo + elog + elog "Since you emerged $PN without mailwrapper in USE," + elog "you probably want to 'emerge -C mailwrapper' now." + elog fi } |