diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-18 06:25:47 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-18 06:25:47 +0000 |
commit | 3727f67b03b5ee097a690e08459ad644c1c1e053 (patch) | |
tree | cb7eca43a1a170594d0e1636f66567f24985097f /mail-mta/sendmail | |
parent | Replacing einfo with elog (diff) | |
download | historical-3727f67b03b5ee097a690e08459ad644c1c1e053.tar.gz historical-3727f67b03b5ee097a690e08459ad644c1c1e053.tar.bz2 historical-3727f67b03b5ee097a690e08459ad644c1c1e053.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'mail-mta/sendmail')
-rw-r--r-- | mail-mta/sendmail/ChangeLog | 7 | ||||
-rw-r--r-- | mail-mta/sendmail/sendmail-8.13.6-r1.ebuild | 12 | ||||
-rw-r--r-- | mail-mta/sendmail/sendmail-8.13.7-r1.ebuild | 12 | ||||
-rw-r--r-- | mail-mta/sendmail/sendmail-8.13.7.ebuild | 12 | ||||
-rw-r--r-- | mail-mta/sendmail/sendmail-8.13.8.ebuild | 10 | ||||
-rw-r--r-- | mail-mta/sendmail/sendmail-8.14.0.ebuild | 10 |
6 files changed, 34 insertions, 29 deletions
diff --git a/mail-mta/sendmail/ChangeLog b/mail-mta/sendmail/ChangeLog index 9a264356d543..474b8a2dcbfd 100644 --- a/mail-mta/sendmail/ChangeLog +++ b/mail-mta/sendmail/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for mail-mta/sendmail # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/ChangeLog,v 1.69 2007/03/08 16:36:14 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/ChangeLog,v 1.70 2007/03/18 06:24:17 genone Exp $ + + 18 Mar 2007; Marius Mauch <genone@gentoo.org> sendmail-8.13.6-r1.ebuild, + sendmail-8.13.7.ebuild, sendmail-8.13.7-r1.ebuild, sendmail-8.13.8.ebuild, + sendmail-8.14.0.ebuild: + Replacing einfo with elog 08 Mar 2007; Gustavo Zacarias <gustavoz@gentoo.org> ChangeLog: Fix manifest diff --git a/mail-mta/sendmail/sendmail-8.13.6-r1.ebuild b/mail-mta/sendmail/sendmail-8.13.6-r1.ebuild index 6c2533eb81ba..460f41d76007 100644 --- a/mail-mta/sendmail/sendmail-8.13.6-r1.ebuild +++ b/mail-mta/sendmail/sendmail-8.13.6-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/sendmail/sendmail-8.13.6-r1.ebuild,v 1.1 2006/06/15 08:17:26 lcars Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.13.6-r1.ebuild,v 1.2 2007/03/18 06:24:17 genone Exp $ inherit eutils @@ -188,9 +188,9 @@ pkg_setup() { pkg_postinst() { if ! use mailwrapper && [[ -e /etc/mailer.conf ]] then - einfo - einfo "Since you emerged sendmail without mailwrapper in USE," - einfo "you probably want to 'emerge -C mailwrapper' now." - einfo + elog + elog "Since you emerged sendmail without mailwrapper in USE," + elog "you probably want to 'emerge -C mailwrapper' now." + elog fi } diff --git a/mail-mta/sendmail/sendmail-8.13.7-r1.ebuild b/mail-mta/sendmail/sendmail-8.13.7-r1.ebuild index a8ca66e381df..cc5adabfbd5d 100644 --- a/mail-mta/sendmail/sendmail-8.13.7-r1.ebuild +++ b/mail-mta/sendmail/sendmail-8.13.7-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/sendmail/sendmail-8.13.7-r1.ebuild,v 1.9 2006/10/15 12:41:06 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.13.7-r1.ebuild,v 1.10 2007/03/18 06:24:17 genone Exp $ inherit eutils @@ -189,9 +189,9 @@ pkg_setup() { pkg_postinst() { if ! use mailwrapper && [[ -e /etc/mailer.conf ]] then - einfo - einfo "Since you emerged sendmail without mailwrapper in USE," - einfo "you probably want to 'emerge -C mailwrapper' now." - einfo + elog + elog "Since you emerged sendmail without mailwrapper in USE," + elog "you probably want to 'emerge -C mailwrapper' now." + elog fi } diff --git a/mail-mta/sendmail/sendmail-8.13.7.ebuild b/mail-mta/sendmail/sendmail-8.13.7.ebuild index 1d0d8924ed44..48a2f02ea5a5 100644 --- a/mail-mta/sendmail/sendmail-8.13.7.ebuild +++ b/mail-mta/sendmail/sendmail-8.13.7.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/sendmail/sendmail-8.13.7.ebuild,v 1.2 2006/06/15 09:39:15 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.13.7.ebuild,v 1.3 2007/03/18 06:24:17 genone Exp $ inherit eutils @@ -187,9 +187,9 @@ pkg_setup() { pkg_postinst() { if ! use mailwrapper && [[ -e /etc/mailer.conf ]] then - einfo - einfo "Since you emerged sendmail without mailwrapper in USE," - einfo "you probably want to 'emerge -C mailwrapper' now." - einfo + elog + elog "Since you emerged sendmail without mailwrapper in USE," + elog "you probably want to 'emerge -C mailwrapper' now." + elog fi } diff --git a/mail-mta/sendmail/sendmail-8.13.8.ebuild b/mail-mta/sendmail/sendmail-8.13.8.ebuild index 44788bf7d8b8..0c0e13aa639a 100644 --- a/mail-mta/sendmail/sendmail-8.13.8.ebuild +++ b/mail-mta/sendmail/sendmail-8.13.8.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-mta/sendmail/sendmail-8.13.8.ebuild,v 1.5 2007/02/21 03:08:28 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.13.8.ebuild,v 1.6 2007/03/18 06:24:17 genone Exp $ inherit eutils @@ -189,9 +189,9 @@ pkg_setup() { pkg_postinst() { if ! use mailwrapper && [[ -e /etc/mailer.conf ]] then - einfo - einfo "Since you emerged sendmail without mailwrapper in USE," - einfo "you probably want to 'emerge -C mailwrapper' now." - einfo + elog + elog "Since you emerged sendmail without mailwrapper in USE," + elog "you probably want to 'emerge -C mailwrapper' now." + elog fi } diff --git a/mail-mta/sendmail/sendmail-8.14.0.ebuild b/mail-mta/sendmail/sendmail-8.14.0.ebuild index fc90e87208bb..a70a7c00598e 100644 --- a/mail-mta/sendmail/sendmail-8.14.0.ebuild +++ b/mail-mta/sendmail/sendmail-8.14.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/mail-mta/sendmail/sendmail-8.14.0.ebuild,v 1.6 2007/03/08 13:57:09 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.14.0.ebuild,v 1.7 2007/03/18 06:24:17 genone Exp $ inherit eutils @@ -189,9 +189,9 @@ pkg_setup() { pkg_postinst() { if ! use mailwrapper && [[ -e /etc/mailer.conf ]] then - einfo - einfo "Since you emerged sendmail without mailwrapper in USE," - einfo "you probably want to 'emerge -C mailwrapper' now." - einfo + elog + elog "Since you emerged sendmail without mailwrapper in USE," + elog "you probably want to 'emerge -C mailwrapper' now." + elog fi } |