summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-06-12 12:27:08 +0000
committerMarius Mauch <genone@gentoo.org>2007-06-12 12:27:08 +0000
commit256f1ebba520deacfe477800f4f0da1283041d20 (patch)
tree66cd07879a5653439b5658a2469d869620f6fd72 /net-mail
parentReplacing einfo with elog (diff)
downloadgentoo-2-256f1ebba520deacfe477800f4f0da1283041d20.tar.gz
gentoo-2-256f1ebba520deacfe477800f4f0da1283041d20.tar.bz2
gentoo-2-256f1ebba520deacfe477800f4f0da1283041d20.zip
Replacing einfo with elog
(Portage version: 2.1.2.7)
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/fetchmail/ChangeLog6
-rw-r--r--net-mail/fetchmail/fetchmail-6.3.6.ebuild22
-rw-r--r--net-mail/fetchmail/fetchmail-6.3.7-r1.ebuild22
-rw-r--r--net-mail/fetchmail/fetchmail-6.3.8.ebuild22
4 files changed, 38 insertions, 34 deletions
diff --git a/net-mail/fetchmail/ChangeLog b/net-mail/fetchmail/ChangeLog
index 298d7dda2d00..263aff0372d6 100644
--- a/net-mail/fetchmail/ChangeLog
+++ b/net-mail/fetchmail/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-mail/fetchmail
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/ChangeLog,v 1.137 2007/05/13 00:06:50 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/ChangeLog,v 1.138 2007/06/12 12:27:08 genone Exp $
+
+ 12 Jun 2007; Marius Mauch <genone@gentoo.org> fetchmail-6.3.6.ebuild,
+ fetchmail-6.3.7-r1.ebuild, fetchmail-6.3.8.ebuild:
+ Replacing einfo with elog
13 May 2007; Joshua Kinard <kumba@gentoo.org> fetchmail-6.3.8.ebuild:
Stable on mips, per #175022.
diff --git a/net-mail/fetchmail/fetchmail-6.3.6.ebuild b/net-mail/fetchmail/fetchmail-6.3.6.ebuild
index e60107106a1c..640aacdcc345 100644
--- a/net-mail/fetchmail/fetchmail-6.3.6.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.3.6.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/fetchmail/fetchmail-6.3.6.ebuild,v 1.10 2007/01/20 18:29:59 eroyf Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.6.ebuild,v 1.11 2007/06/12 12:27:08 genone Exp $
inherit eutils
@@ -67,16 +67,16 @@ src_install() {
pkg_postinst() {
if ! python -c "import Tkinter" >/dev/null 2>&1
then
- einfo
- einfo "You will not be able to use fetchmailconf(1), because you"
- einfo "don't seem to have Python with tkinter support."
- einfo
- einfo "If you want to be able to use fetchmailconf(1), do the following:"
- einfo " 1. Add 'tk' to the USE variable in /etc/make.conf."
- einfo " 2. (Re-)merge Python."
- einfo
+ elog
+ elog "You will not be able to use fetchmailconf(1), because you"
+ elog "don't seem to have Python with tkinter support."
+ elog
+ elog "If you want to be able to use fetchmailconf(1), do the following:"
+ elog " 1. Add 'tk' to the USE variable in /etc/make.conf."
+ elog " 2. (Re-)merge Python."
+ elog
fi
- einfo "Please see /etc/conf.d/fetchmail if you want to adjust"
- einfo "the polling delay used by the fetchmail init script."
+ elog "Please see /etc/conf.d/fetchmail if you want to adjust"
+ elog "the polling delay used by the fetchmail init script."
}
diff --git a/net-mail/fetchmail/fetchmail-6.3.7-r1.ebuild b/net-mail/fetchmail/fetchmail-6.3.7-r1.ebuild
index 1001e41bd61c..e6dd0f964193 100644
--- a/net-mail/fetchmail/fetchmail-6.3.7-r1.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.3.7-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/fetchmail/fetchmail-6.3.7-r1.ebuild,v 1.1 2007/03/07 06:14:18 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.7-r1.ebuild,v 1.2 2007/06/12 12:27:08 genone Exp $
inherit eutils
@@ -70,16 +70,16 @@ src_install() {
pkg_postinst() {
if ! python -c "import Tkinter" >/dev/null 2>&1
then
- einfo
- einfo "You will not be able to use fetchmailconf(1), because you"
- einfo "don't seem to have Python with tkinter support."
- einfo
- einfo "If you want to be able to use fetchmailconf(1), do the following:"
- einfo " 1. Add 'tk' to the USE variable in /etc/make.conf."
- einfo " 2. (Re-)merge Python."
- einfo
+ elog
+ elog "You will not be able to use fetchmailconf(1), because you"
+ elog "don't seem to have Python with tkinter support."
+ elog
+ elog "If you want to be able to use fetchmailconf(1), do the following:"
+ elog " 1. Add 'tk' to the USE variable in /etc/make.conf."
+ elog " 2. (Re-)merge Python."
+ elog
fi
- einfo "Please see /etc/conf.d/fetchmail if you want to adjust"
- einfo "the polling delay used by the fetchmail init script."
+ elog "Please see /etc/conf.d/fetchmail if you want to adjust"
+ elog "the polling delay used by the fetchmail init script."
}
diff --git a/net-mail/fetchmail/fetchmail-6.3.8.ebuild b/net-mail/fetchmail/fetchmail-6.3.8.ebuild
index ae1ca7395ce0..8917630e1838 100644
--- a/net-mail/fetchmail/fetchmail-6.3.8.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.3.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/net-mail/fetchmail/fetchmail-6.3.8.ebuild,v 1.9 2007/05/13 00:06:50 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.8.ebuild,v 1.10 2007/06/12 12:27:08 genone Exp $
inherit eutils
@@ -67,16 +67,16 @@ src_install() {
pkg_postinst() {
if ! python -c "import Tkinter" >/dev/null 2>&1
then
- einfo
- einfo "You will not be able to use fetchmailconf(1), because you"
- einfo "don't seem to have Python with tkinter support."
- einfo
- einfo "If you want to be able to use fetchmailconf(1), do the following:"
- einfo " 1. Add 'tk' to the USE variable in /etc/make.conf."
- einfo " 2. (Re-)merge Python."
- einfo
+ elog
+ elog "You will not be able to use fetchmailconf(1), because you"
+ elog "don't seem to have Python with tkinter support."
+ elog
+ elog "If you want to be able to use fetchmailconf(1), do the following:"
+ elog " 1. Add 'tk' to the USE variable in /etc/make.conf."
+ elog " 2. (Re-)merge Python."
+ elog
fi
- einfo "Please see /etc/conf.d/fetchmail if you want to adjust"
- einfo "the polling delay used by the fetchmail init script."
+ elog "Please see /etc/conf.d/fetchmail if you want to adjust"
+ elog "the polling delay used by the fetchmail init script."
}