diff options
author | Marius Mauch <genone@gentoo.org> | 2007-06-12 12:27:08 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-06-12 12:27:08 +0000 |
commit | 256f1ebba520deacfe477800f4f0da1283041d20 (patch) | |
tree | 66cd07879a5653439b5658a2469d869620f6fd72 /net-mail/fetchmail/fetchmail-6.3.6.ebuild | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-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/fetchmail/fetchmail-6.3.6.ebuild')
-rw-r--r-- | net-mail/fetchmail/fetchmail-6.3.6.ebuild | 22 |
1 files changed, 11 insertions, 11 deletions
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." } |