From e633b15e975fe79266d79ea132f55a2009d06ccd Mon Sep 17 00:00:00 2001 From: Marius Mauch Date: Tue, 12 Jun 2007 12:17:55 +0000 Subject: Replacing einfo with elog Package-Manager: portage-2.1.2.7 --- net-mail/dovecot/ChangeLog | 7 ++++++- net-mail/dovecot/dovecot-1.0.0.ebuild | 20 ++++++++++---------- net-mail/dovecot/dovecot-1.0_rc29.ebuild | 20 ++++++++++---------- net-mail/dovecot/dovecot-1.0_rc31-r1.ebuild | 20 ++++++++++---------- net-mail/dovecot/dovecot-1.0_rc31.ebuild | 20 ++++++++++---------- net-mail/dovecot/dovecot-1.0_rc32.ebuild | 20 ++++++++++---------- 6 files changed, 56 insertions(+), 51 deletions(-) (limited to 'net-mail/dovecot') diff --git a/net-mail/dovecot/ChangeLog b/net-mail/dovecot/ChangeLog index b65d115561e2..30fbc9841fd0 100644 --- a/net-mail/dovecot/ChangeLog +++ b/net-mail/dovecot/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-mail/dovecot # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v 1.106 2007/04/13 12:15:01 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v 1.107 2007/06/12 12:17:55 genone Exp $ + + 12 Jun 2007; Marius Mauch dovecot-1.0_rc29.ebuild, + dovecot-1.0_rc31.ebuild, dovecot-1.0_rc31-r1.ebuild, + dovecot-1.0_rc32.ebuild, dovecot-1.0.0.ebuild: + Replacing einfo with elog *dovecot-1.0.0 (13 Apr 2007) diff --git a/net-mail/dovecot/dovecot-1.0.0.ebuild b/net-mail/dovecot/dovecot-1.0.0.ebuild index b2f65031435b..aa41ab433f67 100644 --- a/net-mail/dovecot/dovecot-1.0.0.ebuild +++ b/net-mail/dovecot/dovecot-1.0.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/dovecot/dovecot-1.0.0.ebuild,v 1.1 2007/04/13 12:15:01 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-1.0.0.ebuild,v 1.2 2007/06/12 12:17:55 genone Exp $ inherit autotools eutils ssl-cert @@ -174,9 +174,9 @@ pkg_postinst() { touch "${ROOT}"/etc/ssl/dovecot/server.{key,pem} fi - einfo "The dovecot configuration has vastly changed since 0.99." - einfo "You are encouraged to start afresh with a new configuration file." - einfo "see http://wiki.dovecot.org/ for configuration examples." + elog "The dovecot configuration has vastly changed since 0.99." + elog "You are encouraged to start afresh with a new configuration file." + elog "see http://wiki.dovecot.org/ for configuration examples." if [[ -e ${ROOT}etc/dovecot.conf ]] ; then ewarn @@ -187,12 +187,12 @@ pkg_postinst() { base_dir="${basedir:-/var/run/dovecot}" if use ssl \ && [[ ! -e "${ROOT}/${base_dir}/login/ssl-parameters.dat" ]] ; then - einfo - einfo "Dovecot requires DH SSL Parameters if you use SSL connections" - einfo "These take some time to make, and dovecot will create them before" - einfo "it allows any SSL connections." - einfo "You can create them now before starting dovecot like so" - einfo " emerge --config =${PF}" + elog + elog "Dovecot requires DH SSL Parameters if you use SSL connections" + elog "These take some time to make, and dovecot will create them before" + elog "it allows any SSL connections." + elog "You can create them now before starting dovecot like so" + elog " emerge --config =${PF}" fi } diff --git a/net-mail/dovecot/dovecot-1.0_rc29.ebuild b/net-mail/dovecot/dovecot-1.0_rc29.ebuild index 47c3235070d9..012dc0efeb29 100644 --- a/net-mail/dovecot/dovecot-1.0_rc29.ebuild +++ b/net-mail/dovecot/dovecot-1.0_rc29.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/dovecot/dovecot-1.0_rc29.ebuild,v 1.6 2007/04/07 06:17:26 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-1.0_rc29.ebuild,v 1.7 2007/06/12 12:17:55 genone Exp $ inherit autotools eutils ssl-cert @@ -174,9 +174,9 @@ pkg_postinst() { touch "${ROOT}"/etc/ssl/dovecot/server.{key,pem} fi - einfo "The dovecot configuration has vastly changed since 0.99." - einfo "You are encouraged to start afresh with a new configuration file." - einfo "see http://wiki.dovecot.org/ for configuration examples." + elog "The dovecot configuration has vastly changed since 0.99." + elog "You are encouraged to start afresh with a new configuration file." + elog "see http://wiki.dovecot.org/ for configuration examples." if [[ -e ${ROOT}etc/dovecot.conf ]] ; then ewarn @@ -187,12 +187,12 @@ pkg_postinst() { base_dir="${basedir:-/var/run/dovecot}" if use ssl \ && [[ ! -e "${ROOT}/${base_dir}/login/ssl-parameters.dat" ]] ; then - einfo - einfo "Dovecot requires DH SSL Parameters if you use SSL connections" - einfo "These take some time to make, and dovecot will create them before" - einfo "it allows any SSL connections." - einfo "You can create them now before starting dovecot like so" - einfo " emerge --config =${PF}" + elog + elog "Dovecot requires DH SSL Parameters if you use SSL connections" + elog "These take some time to make, and dovecot will create them before" + elog "it allows any SSL connections." + elog "You can create them now before starting dovecot like so" + elog " emerge --config =${PF}" fi } diff --git a/net-mail/dovecot/dovecot-1.0_rc31-r1.ebuild b/net-mail/dovecot/dovecot-1.0_rc31-r1.ebuild index 230dced473fb..8603be2b1c32 100644 --- a/net-mail/dovecot/dovecot-1.0_rc31-r1.ebuild +++ b/net-mail/dovecot/dovecot-1.0_rc31-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/net-mail/dovecot/dovecot-1.0_rc31-r1.ebuild,v 1.1 2007/04/12 15:24:31 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-1.0_rc31-r1.ebuild,v 1.2 2007/06/12 12:17:55 genone Exp $ inherit autotools eutils ssl-cert @@ -181,9 +181,9 @@ pkg_postinst() { touch "${ROOT}"/etc/ssl/dovecot/server.{key,pem} fi - einfo "The dovecot configuration has vastly changed since 0.99." - einfo "You are encouraged to start afresh with a new configuration file." - einfo "see http://wiki.dovecot.org/ for configuration examples." + elog "The dovecot configuration has vastly changed since 0.99." + elog "You are encouraged to start afresh with a new configuration file." + elog "see http://wiki.dovecot.org/ for configuration examples." if [[ -e ${ROOT}etc/dovecot.conf ]] ; then ewarn @@ -194,12 +194,12 @@ pkg_postinst() { base_dir="${basedir:-/var/run/dovecot}" if use ssl \ && [[ ! -e "${ROOT}/${base_dir}/login/ssl-parameters.dat" ]] ; then - einfo - einfo "Dovecot requires DH SSL Parameters if you use SSL connections" - einfo "These take some time to make, and dovecot will create them before" - einfo "it allows any SSL connections." - einfo "You can create them now before starting dovecot like so" - einfo " emerge --config =${PF}" + elog + elog "Dovecot requires DH SSL Parameters if you use SSL connections" + elog "These take some time to make, and dovecot will create them before" + elog "it allows any SSL connections." + elog "You can create them now before starting dovecot like so" + elog " emerge --config =${PF}" fi } diff --git a/net-mail/dovecot/dovecot-1.0_rc31.ebuild b/net-mail/dovecot/dovecot-1.0_rc31.ebuild index 585eb1efb7c6..04618f9f14da 100644 --- a/net-mail/dovecot/dovecot-1.0_rc31.ebuild +++ b/net-mail/dovecot/dovecot-1.0_rc31.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/dovecot/dovecot-1.0_rc31.ebuild,v 1.1 2007/04/10 07:43:55 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-1.0_rc31.ebuild,v 1.2 2007/06/12 12:17:55 genone Exp $ inherit autotools eutils ssl-cert @@ -174,9 +174,9 @@ pkg_postinst() { touch "${ROOT}"/etc/ssl/dovecot/server.{key,pem} fi - einfo "The dovecot configuration has vastly changed since 0.99." - einfo "You are encouraged to start afresh with a new configuration file." - einfo "see http://wiki.dovecot.org/ for configuration examples." + elog "The dovecot configuration has vastly changed since 0.99." + elog "You are encouraged to start afresh with a new configuration file." + elog "see http://wiki.dovecot.org/ for configuration examples." if [[ -e ${ROOT}etc/dovecot.conf ]] ; then ewarn @@ -187,12 +187,12 @@ pkg_postinst() { base_dir="${basedir:-/var/run/dovecot}" if use ssl \ && [[ ! -e "${ROOT}/${base_dir}/login/ssl-parameters.dat" ]] ; then - einfo - einfo "Dovecot requires DH SSL Parameters if you use SSL connections" - einfo "These take some time to make, and dovecot will create them before" - einfo "it allows any SSL connections." - einfo "You can create them now before starting dovecot like so" - einfo " emerge --config =${PF}" + elog + elog "Dovecot requires DH SSL Parameters if you use SSL connections" + elog "These take some time to make, and dovecot will create them before" + elog "it allows any SSL connections." + elog "You can create them now before starting dovecot like so" + elog " emerge --config =${PF}" fi } diff --git a/net-mail/dovecot/dovecot-1.0_rc32.ebuild b/net-mail/dovecot/dovecot-1.0_rc32.ebuild index 7060c0c12b5e..c5bdae713568 100644 --- a/net-mail/dovecot/dovecot-1.0_rc32.ebuild +++ b/net-mail/dovecot/dovecot-1.0_rc32.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/dovecot/dovecot-1.0_rc32.ebuild,v 1.1 2007/04/12 18:00:08 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-1.0_rc32.ebuild,v 1.2 2007/06/12 12:17:55 genone Exp $ inherit autotools eutils ssl-cert @@ -174,9 +174,9 @@ pkg_postinst() { touch "${ROOT}"/etc/ssl/dovecot/server.{key,pem} fi - einfo "The dovecot configuration has vastly changed since 0.99." - einfo "You are encouraged to start afresh with a new configuration file." - einfo "see http://wiki.dovecot.org/ for configuration examples." + elog "The dovecot configuration has vastly changed since 0.99." + elog "You are encouraged to start afresh with a new configuration file." + elog "see http://wiki.dovecot.org/ for configuration examples." if [[ -e ${ROOT}etc/dovecot.conf ]] ; then ewarn @@ -187,12 +187,12 @@ pkg_postinst() { base_dir="${basedir:-/var/run/dovecot}" if use ssl \ && [[ ! -e "${ROOT}/${base_dir}/login/ssl-parameters.dat" ]] ; then - einfo - einfo "Dovecot requires DH SSL Parameters if you use SSL connections" - einfo "These take some time to make, and dovecot will create them before" - einfo "it allows any SSL connections." - einfo "You can create them now before starting dovecot like so" - einfo " emerge --config =${PF}" + elog + elog "Dovecot requires DH SSL Parameters if you use SSL connections" + elog "These take some time to make, and dovecot will create them before" + elog "it allows any SSL connections." + elog "You can create them now before starting dovecot like so" + elog " emerge --config =${PF}" fi } -- cgit v1.2.3-65-gdbad