diff options
author | 2007-06-12 12:36:27 +0000 | |
---|---|---|
committer | 2007-06-12 12:36:27 +0000 | |
commit | 44af8049552cb68bfbdb413669e14b0558751d24 (patch) | |
tree | ed82ddf7f28536c000e9822a7ed83d36867405fb /net-mail/fetchmail | |
parent | Added check for needed automagic dependency of graphviz to libpng, thanks Kev... (diff) | |
download | historical-44af8049552cb68bfbdb413669e14b0558751d24.tar.gz historical-44af8049552cb68bfbdb413669e14b0558751d24.tar.bz2 historical-44af8049552cb68bfbdb413669e14b0558751d24.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2.7
Diffstat (limited to 'net-mail/fetchmail')
-rw-r--r-- | net-mail/fetchmail/ChangeLog | 6 | ||||
-rw-r--r-- | net-mail/fetchmail/fetchmail-6.3.6.ebuild | 22 | ||||
-rw-r--r-- | net-mail/fetchmail/fetchmail-6.3.7-r1.ebuild | 22 | ||||
-rw-r--r-- | net-mail/fetchmail/fetchmail-6.3.8.ebuild | 22 |
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." } |