From: Marius Mauch Date: Sun, 18 Mar 2007 02:20:26 +0000 (+0000) Subject: Replacing einfo with elog X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7c5ea0d619545781aeeff08c566489cc8c2c575f;p=gentoo.git Replacing einfo with elog Package-Manager: portage-2.1.2.2 --- diff --git a/mail-client/mozilla-thunderbird-bin/ChangeLog b/mail-client/mozilla-thunderbird-bin/ChangeLog index 8218818f7ae0..35364f788b3f 100644 --- a/mail-client/mozilla-thunderbird-bin/ChangeLog +++ b/mail-client/mozilla-thunderbird-bin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-client/mozilla-thunderbird-bin # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird-bin/ChangeLog,v 1.67 2007/03/04 11:24:17 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird-bin/ChangeLog,v 1.68 2007/03/18 02:08:35 genone Exp $ + + 18 Mar 2007; Marius Mauch + mozilla-thunderbird-bin-1.5.0.10.ebuild: + Replacing einfo with elog 04 Mar 2007; Raúl Porcel -mozilla-thunderbird-bin-1.5.0.9.ebuild: diff --git a/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-1.5.0.10.ebuild b/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-1.5.0.10.ebuild index d4ffcff6f854..2848c8d9d76c 100644 --- a/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-1.5.0.10.ebuild +++ b/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-1.5.0.10.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-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-1.5.0.10.ebuild,v 1.3 2007/03/03 15:58:46 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird-bin/mozilla-thunderbird-bin-1.5.0.10.ebuild,v 1.4 2007/03/18 02:08:35 genone Exp $ inherit eutils mozilla-launcher multilib mozextension @@ -132,12 +132,12 @@ pkg_preinst() { } pkg_postinst() { - einfo "For enigmail, please see instructions at" - einfo " http://enigmail.mozdev.org/" + elog "For enigmail, please see instructions at" + elog " http://enigmail.mozdev.org/" if use amd64; then - echo - einfo "NB: You just installed a 32-bit thunderbird" + elog + elog "NB: You just installed a 32-bit thunderbird" fi update_mozilla_launcher_symlinks diff --git a/mail-client/mutt/ChangeLog b/mail-client/mutt/ChangeLog index fe214cede1cb..9c8379bd20c7 100644 --- a/mail-client/mutt/ChangeLog +++ b/mail-client/mutt/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for mail-client/mutt # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mutt/ChangeLog,v 1.100 2007/03/10 19:22:01 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mutt/ChangeLog,v 1.101 2007/03/18 02:12:26 genone Exp $ + + 18 Mar 2007; Marius Mauch mutt-1.5.11-r2.ebuild, + mutt-1.5.12.ebuild, mutt-1.5.13.ebuild, mutt-1.5.13-r1.ebuild, + mutt-1.5.13-r2.ebuild: + Replacing einfo with elog 10 Mar 2007; Peter Weller mutt-1.5.13-r1.ebuild: Keyworded ~x86-fbsd diff --git a/mail-client/mutt/mutt-1.5.11-r2.ebuild b/mail-client/mutt/mutt-1.5.11-r2.ebuild index 6e7284ac8e82..a7aed52cda6e 100644 --- a/mail-client/mutt/mutt-1.5.11-r2.ebuild +++ b/mail-client/mutt/mutt-1.5.11-r2.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-client/mutt/mutt-1.5.11-r2.ebuild,v 1.13 2006/10/02 17:08:13 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mutt/mutt-1.5.11-r2.ebuild,v 1.14 2007/03/18 02:12:26 genone Exp $ inherit eutils flag-o-matic autotools @@ -55,8 +55,8 @@ DEPEND="${RDEPEND} pkg_setup() { if ! use imap; then echo - einfo "The USE variable 'imap' is not in your USE flags." - einfo "For imap support in mutt, you will need to restart the build with USE=imap" + elog "The USE variable 'imap' is not in your USE flags." + elog "For imap support in mutt, you will need to restart the build with USE=imap" echo fi } @@ -190,8 +190,8 @@ src_install() { pkg_postinst() { echo - einfo "If you are new to mutt you may want to take a look at" - einfo "the Gentoo QuickStart Guide to Mutt E-Mail:" - einfo " http://www.gentoo.org/doc/en/guide-to-mutt.xml" + elog "If you are new to mutt you may want to take a look at" + elog "the Gentoo QuickStart Guide to Mutt E-Mail:" + elog " http://www.gentoo.org/doc/en/guide-to-mutt.xml" echo } diff --git a/mail-client/mutt/mutt-1.5.12.ebuild b/mail-client/mutt/mutt-1.5.12.ebuild index c22ef1df0885..caf5777b0f17 100644 --- a/mail-client/mutt/mutt-1.5.12.ebuild +++ b/mail-client/mutt/mutt-1.5.12.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-client/mutt/mutt-1.5.12.ebuild,v 1.3 2006/10/02 17:08:13 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mutt/mutt-1.5.12.ebuild,v 1.4 2007/03/18 02:12:26 genone Exp $ inherit eutils flag-o-matic autotools @@ -40,8 +40,8 @@ PATCHDIR="${WORKDIR}"/${P}-gentoo-patches pkg_setup() { if ! use imap; then echo - einfo "The USE variable 'imap' is not in your USE flags." - einfo "For imap support in mutt, you will need to restart the build with USE=imap" + elog "The USE variable 'imap' is not in your USE flags." + elog "For imap support in mutt, you will need to restart the build with USE=imap" echo fi } @@ -163,8 +163,8 @@ src_install() { pkg_postinst() { echo - einfo "If you are new to mutt you may want to take a look at" - einfo "the Gentoo QuickStart Guide to Mutt E-Mail:" - einfo " http://www.gentoo.org/doc/en/guide-to-mutt.xml" + elog "If you are new to mutt you may want to take a look at" + elog "the Gentoo QuickStart Guide to Mutt E-Mail:" + elog " http://www.gentoo.org/doc/en/guide-to-mutt.xml" echo } diff --git a/mail-client/mutt/mutt-1.5.13-r1.ebuild b/mail-client/mutt/mutt-1.5.13-r1.ebuild index 427bcb607b19..0b9540c3c8d6 100644 --- a/mail-client/mutt/mutt-1.5.13-r1.ebuild +++ b/mail-client/mutt/mutt-1.5.13-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/mail-client/mutt/mutt-1.5.13-r1.ebuild,v 1.11 2007/03/10 19:22:01 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mutt/mutt-1.5.13-r1.ebuild,v 1.12 2007/03/18 02:12:26 genone Exp $ inherit eutils flag-o-matic autotools @@ -154,8 +154,8 @@ src_install() { pkg_postinst() { echo - einfo "If you are new to mutt you may want to take a look at" - einfo "the Gentoo QuickStart Guide to Mutt E-Mail:" - einfo " http://www.gentoo.org/doc/en/guide-to-mutt.xml" + elog "If you are new to mutt you may want to take a look at" + elog "the Gentoo QuickStart Guide to Mutt E-Mail:" + elog " http://www.gentoo.org/doc/en/guide-to-mutt.xml" echo } diff --git a/mail-client/mutt/mutt-1.5.13-r2.ebuild b/mail-client/mutt/mutt-1.5.13-r2.ebuild index 567e8f560219..2c49568515c6 100644 --- a/mail-client/mutt/mutt-1.5.13-r2.ebuild +++ b/mail-client/mutt/mutt-1.5.13-r2.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-client/mutt/mutt-1.5.13-r2.ebuild,v 1.2 2006/12/18 08:34:18 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mutt/mutt-1.5.13-r2.ebuild,v 1.3 2007/03/18 02:12:26 genone Exp $ inherit eutils flag-o-matic autotools @@ -156,8 +156,8 @@ src_install() { pkg_postinst() { echo - einfo "If you are new to mutt you may want to take a look at" - einfo "the Gentoo QuickStart Guide to Mutt E-Mail:" - einfo " http://www.gentoo.org/doc/en/guide-to-mutt.xml" + elog "If you are new to mutt you may want to take a look at" + elog "the Gentoo QuickStart Guide to Mutt E-Mail:" + elog " http://www.gentoo.org/doc/en/guide-to-mutt.xml" echo } diff --git a/mail-client/mutt/mutt-1.5.13.ebuild b/mail-client/mutt/mutt-1.5.13.ebuild index 25a531c010af..64dd2cafe0b6 100644 --- a/mail-client/mutt/mutt-1.5.13.ebuild +++ b/mail-client/mutt/mutt-1.5.13.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-client/mutt/mutt-1.5.13.ebuild,v 1.2 2006/10/02 17:08:13 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mutt/mutt-1.5.13.ebuild,v 1.3 2007/03/18 02:12:26 genone Exp $ inherit eutils flag-o-matic autotools @@ -151,8 +151,8 @@ src_install() { pkg_postinst() { echo - einfo "If you are new to mutt you may want to take a look at" - einfo "the Gentoo QuickStart Guide to Mutt E-Mail:" - einfo " http://www.gentoo.org/doc/en/guide-to-mutt.xml" + elog "If you are new to mutt you may want to take a look at" + elog "the Gentoo QuickStart Guide to Mutt E-Mail:" + elog " http://www.gentoo.org/doc/en/guide-to-mutt.xml" echo } diff --git a/mail-client/muttng/ChangeLog b/mail-client/muttng/ChangeLog index 77fdb456c8ff..ece9fa8558c9 100644 --- a/mail-client/muttng/ChangeLog +++ b/mail-client/muttng/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-client/muttng # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/muttng/ChangeLog,v 1.24 2007/03/17 17:37:40 drizzt Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/muttng/ChangeLog,v 1.25 2007/03/18 02:14:40 genone Exp $ + + 18 Mar 2007; Marius Mauch muttng-20060619-r1.ebuild: + Replacing einfo with elog 17 Mar 2007; Timothy Redaelli muttng-20060619-r1.ebuild: diff --git a/mail-client/muttng/muttng-20060619-r1.ebuild b/mail-client/muttng/muttng-20060619-r1.ebuild index ec1fea2e8c10..88e0b5f8a09a 100644 --- a/mail-client/muttng/muttng-20060619-r1.ebuild +++ b/mail-client/muttng/muttng-20060619-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/mail-client/muttng/muttng-20060619-r1.ebuild,v 1.4 2007/03/17 17:37:40 drizzt Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/muttng/muttng-20060619-r1.ebuild,v 1.5 2007/03/18 02:14:40 genone Exp $ inherit eutils flag-o-matic @@ -146,9 +146,9 @@ src_install() { pkg_postinst() { echo - einfo "NOTE: muttng is not under development any more, and suffers" - einfo " from serious stability problems. It lacks behind with" - einfo " respect to mutt, which it is based on." - einfo "Please consider switching to mail-client/mutt instead." + elog "NOTE: muttng is not under development any more, and suffers" + elog " from serious stability problems. It lacks behind with" + elog " respect to mutt, which it is based on." + elog "Please consider switching to mail-client/mutt instead." echo } diff --git a/mail-client/nail/ChangeLog b/mail-client/nail/ChangeLog index a2c5aa0f0b7b..891eed338cfc 100644 --- a/mail-client/nail/ChangeLog +++ b/mail-client/nail/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-client/nail # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/nail/ChangeLog,v 1.51 2007/03/04 13:25:17 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/nail/ChangeLog,v 1.52 2007/03/18 02:16:36 genone Exp $ + + 18 Mar 2007; Marius Mauch nail-11.25-r3.ebuild: + Replacing einfo with elog 04 Mar 2007; Fernando J. Pereda nail-11.25-r3.ebuild: Fix for bug #169279. Thanks to Diego Pettenò diff --git a/mail-client/nail/nail-11.25-r3.ebuild b/mail-client/nail/nail-11.25-r3.ebuild index 06031c38da17..08ec36610801 100644 --- a/mail-client/nail/nail-11.25-r3.ebuild +++ b/mail-client/nail/nail-11.25-r3.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-client/nail/nail-11.25-r3.ebuild,v 1.10 2007/03/04 13:25:17 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/nail/nail-11.25-r3.ebuild,v 1.11 2007/03/18 02:16:36 genone Exp $ inherit eutils DESCRIPTION="Nail is an enhanced mailx-compatible mail client" @@ -16,13 +16,13 @@ KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" IUSE="ssl net" remove_ssl() { - einfo "Disabling SSL support" + elog "Disabling SSL support" sed -i -e 's~#define USE_\(OPEN\)\?SSL~#undef USE_\1SSL~' config.h sed -i -e 's~-ssl~~' -e 's~-lcrypto~~' LIBS } remove_sockets() { - einfo "Not enabling sockets (thus disabling IMAP, POP and SMTP)" + elog "Not enabling sockets (thus disabling IMAP, POP and SMTP)" sed -i -e 's~#define HAVE_SOCKETS~#undef HAVE_SOCKETS~' config.h } diff --git a/mail-client/pine/ChangeLog b/mail-client/pine/ChangeLog index 721b34d6d9e4..7ac6cc0b58b7 100644 --- a/mail-client/pine/ChangeLog +++ b/mail-client/pine/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for mail-client/pine # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/pine/ChangeLog,v 1.89 2007/02/22 00:56:29 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/pine/ChangeLog,v 1.90 2007/03/18 02:20:26 genone Exp $ + + 18 Mar 2007; Marius Mauch pine-4.61-r5.ebuild, + pine-4.63-r3.ebuild, pine-4.64.ebuild, pine-4.64-r1.ebuild, + pine-4.64-r3.ebuild, pine-4.64-r4.ebuild, pine-4.64-r5.ebuild: + Replacing einfo with elog 22 Feb 2007; Piotr Jaroszyński ChangeLog: Transition to Manifest2. diff --git a/mail-client/pine/pine-4.61-r5.ebuild b/mail-client/pine/pine-4.61-r5.ebuild index 673afbac2a4a..e443a4534040 100644 --- a/mail-client/pine/pine-4.61-r5.ebuild +++ b/mail-client/pine/pine-4.61-r5.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-client/pine/pine-4.61-r5.ebuild,v 1.8 2007/03/09 17:40:24 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/pine/pine-4.61-r5.ebuild,v 1.9 2007/03/18 02:20:26 genone Exp $ inherit eutils @@ -146,15 +146,15 @@ src_install() { } pkg_postinst() { - einfo - einfo "This build of Pine has Maildir support built in as" - einfo "part of the chappa-all patch." - einfo - einfo "If you have a maildir at ~/Maildir it will be your" - einfo "default INBOX. The path may be changed with the" - einfo "\"maildir-location\" setting in Pine." - einfo - einfo "If you don't have any maildirs Pine works as before" - einfo "with the INBOX at /var/spool/mail/." - einfo + elog + elog "This build of Pine has Maildir support built in as" + elog "part of the chappa-all patch." + elog + elog "If you have a maildir at ~/Maildir it will be your" + elog "default INBOX. The path may be changed with the" + elog "\"maildir-location\" setting in Pine." + elog + elog "If you don't have any maildirs Pine works as before" + elog "with the INBOX at /var/spool/mail/." + elog } diff --git a/mail-client/pine/pine-4.63-r3.ebuild b/mail-client/pine/pine-4.63-r3.ebuild index 43d799482519..dec0c222a2a6 100644 --- a/mail-client/pine/pine-4.63-r3.ebuild +++ b/mail-client/pine/pine-4.63-r3.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-client/pine/pine-4.63-r3.ebuild,v 1.8 2007/03/09 17:40:24 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/pine/pine-4.63-r3.ebuild,v 1.9 2007/03/18 02:20:26 genone Exp $ inherit eutils @@ -36,21 +36,21 @@ RDEPEND="${DEPEND} app-misc/mime-types" S="${WORKDIR}/${P/-/}" maildir_warn() { - einfo - einfo "This build of Pine has Maildir support built in as" - einfo "part of the chappa-all patch." - einfo - einfo "If you have a maildir at ~/Maildir it will be your" - einfo "default INBOX. The path may be changed with the" - einfo "\"maildir-location\" setting in Pine." - einfo - einfo "To use /var/spool/mail INBOX again, set" - einfo "\"disable-these-drivers=md\" in your .pinerc file." - einfo - einfo "Alternately, you might want to read following webpage, which explains how to" - einfo "use multiple mailboxes simultaneously:" - echo - echo "http://www.math.washington.edu/~chappa/pine/pine-info/collections/incoming-folders/" + elog + elog "This build of Pine has Maildir support built in as" + elog "part of the chappa-all patch." + elog + elog "If you have a maildir at ~/Maildir it will be your" + elog "default INBOX. The path may be changed with the" + elog "\"maildir-location\" setting in Pine." + elog + elog "To use /var/spool/mail INBOX again, set" + elog "\"disable-these-drivers=md\" in your .pinerc file." + elog + elog "Alternately, you might want to read following webpage, which explains how to" + elog "use multiple mailboxes simultaneously:" + elog + elog "http://www.math.washington.edu/~chappa/pine/pine-info/collections/incoming-folders/" echo } diff --git a/mail-client/pine/pine-4.64-r1.ebuild b/mail-client/pine/pine-4.64-r1.ebuild index a9420add774a..9fd418370412 100644 --- a/mail-client/pine/pine-4.64-r1.ebuild +++ b/mail-client/pine/pine-4.64-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-client/pine/pine-4.64-r1.ebuild,v 1.9 2007/03/09 17:40:24 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/pine/pine-4.64-r1.ebuild,v 1.10 2007/03/18 02:20:26 genone Exp $ inherit eutils @@ -39,21 +39,21 @@ RDEPEND="${DEPEND} S="${WORKDIR}/${P/-/}" maildir_warn() { - einfo - einfo "This build of Pine has Maildir support built in as" - einfo "part of the chappa-all patch." - einfo - einfo "If you have a maildir at ~/Maildir it will be your" - einfo "default INBOX. The path may be changed with the" - einfo "\"maildir-location\" setting in Pine." - einfo - einfo "To use /var/spool/mail INBOX again, set" - einfo "\"disable-these-drivers=md\" in your .pinerc file." - einfo - einfo "Alternately, you might want to read following webpage, which explains how to" - einfo "use multiple mailboxes simultaneously:" - echo - echo "http://www.math.washington.edu/~chappa/pine/pine-info/collections/incoming-folders/" + elog + elog "This build of Pine has Maildir support built in as" + elog "part of the chappa-all patch." + elog + elog "If you have a maildir at ~/Maildir it will be your" + elog "default INBOX. The path may be changed with the" + elog "\"maildir-location\" setting in Pine." + elog + elog "To use /var/spool/mail INBOX again, set" + elog "\"disable-these-drivers=md\" in your .pinerc file." + elog + elog "Alternately, you might want to read following webpage, which explains how to" + elog "use multiple mailboxes simultaneously:" + elog + elog "http://www.math.washington.edu/~chappa/pine/pine-info/collections/incoming-folders/" echo } diff --git a/mail-client/pine/pine-4.64-r3.ebuild b/mail-client/pine/pine-4.64-r3.ebuild index 8b4284154013..c629f1bde63a 100644 --- a/mail-client/pine/pine-4.64-r3.ebuild +++ b/mail-client/pine/pine-4.64-r3.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-client/pine/pine-4.64-r3.ebuild,v 1.7 2007/03/09 17:40:24 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/pine/pine-4.64-r3.ebuild,v 1.8 2007/03/18 02:20:26 genone Exp $ inherit eutils @@ -39,21 +39,21 @@ RDEPEND="${DEPEND} S="${WORKDIR}/${P/-/}" maildir_warn() { - einfo - einfo "This build of Pine has Maildir support built in as" - einfo "part of the chappa-all patch." - einfo - einfo "If you have a maildir at ~/Maildir it will be your" - einfo "default INBOX. The path may be changed with the" - einfo "\"maildir-location\" setting in Pine." - einfo - einfo "To use /var/spool/mail INBOX again, set" - einfo "\"disable-these-drivers=md\" in your .pinerc file." - einfo - einfo "Alternately, you might want to read following webpage, which explains how to" - einfo "use multiple mailboxes simultaneously:" - echo - echo "http://www.math.washington.edu/~chappa/pine/pine-info/collections/incoming-folders/" + elog + elog "This build of Pine has Maildir support built in as" + elog "part of the chappa-all patch." + elog + elog "If you have a maildir at ~/Maildir it will be your" + elog "default INBOX. The path may be changed with the" + elog "\"maildir-location\" setting in Pine." + elog + elog "To use /var/spool/mail INBOX again, set" + elog "\"disable-these-drivers=md\" in your .pinerc file." + elog + elog "Alternately, you might want to read following webpage, which explains how to" + elog "use multiple mailboxes simultaneously:" + elog + elog "http://www.math.washington.edu/~chappa/pine/pine-info/collections/incoming-folders/" echo } diff --git a/mail-client/pine/pine-4.64-r4.ebuild b/mail-client/pine/pine-4.64-r4.ebuild index a3f6d03e30ba..dd34ca8c36b0 100644 --- a/mail-client/pine/pine-4.64-r4.ebuild +++ b/mail-client/pine/pine-4.64-r4.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-client/pine/pine-4.64-r4.ebuild,v 1.3 2007/03/09 17:40:24 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/pine/pine-4.64-r4.ebuild,v 1.4 2007/03/18 02:20:26 genone Exp $ inherit eutils @@ -39,21 +39,21 @@ RDEPEND="${DEPEND} S="${WORKDIR}/${P/-/}" maildir_warn() { - einfo - einfo "This build of Pine has Maildir support built in as" - einfo "part of the chappa-all patch." - einfo - einfo "If you have a maildir at ~/Maildir it will be your" - einfo "default INBOX. The path may be changed with the" - einfo "\"maildir-location\" setting in Pine." - einfo - einfo "To use /var/spool/mail INBOX again, set" - einfo "\"disable-these-drivers=md\" in your .pinerc file." - einfo - einfo "Alternately, you might want to read following webpage, which explains how to" - einfo "use multiple mailboxes simultaneously:" - echo - echo "http://www.math.washington.edu/~chappa/pine/pine-info/collections/incoming-folders/" + elog + elog "This build of Pine has Maildir support built in as" + elog "part of the chappa-all patch." + elog + elog "If you have a maildir at ~/Maildir it will be your" + elog "default INBOX. The path may be changed with the" + elog "\"maildir-location\" setting in Pine." + elog + elog "To use /var/spool/mail INBOX again, set" + elog "\"disable-these-drivers=md\" in your .pinerc file." + elog + elog "Alternately, you might want to read following webpage, which explains how to" + elog "use multiple mailboxes simultaneously:" + elog + elog "http://www.math.washington.edu/~chappa/pine/pine-info/collections/incoming-folders/" echo } diff --git a/mail-client/pine/pine-4.64-r5.ebuild b/mail-client/pine/pine-4.64-r5.ebuild index 3faa2004edfe..9e9e4bebcf63 100644 --- a/mail-client/pine/pine-4.64-r5.ebuild +++ b/mail-client/pine/pine-4.64-r5.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-client/pine/pine-4.64-r5.ebuild,v 1.3 2007/03/09 17:40:24 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/pine/pine-4.64-r5.ebuild,v 1.4 2007/03/18 02:20:26 genone Exp $ inherit eutils @@ -39,21 +39,21 @@ RDEPEND="${DEPEND} S="${WORKDIR}/${P/-/}" maildir_warn() { - einfo - einfo "This build of Pine has Maildir support built in as" - einfo "part of the chappa-all patch." - einfo - einfo "If you have a maildir at ~/Maildir it will be your" - einfo "default INBOX. The path may be changed with the" - einfo "\"maildir-location\" setting in Pine." - einfo - einfo "To use /var/spool/mail INBOX again, set" - einfo "\"disable-these-drivers=md\" in your .pinerc file." - einfo - einfo "Alternately, you might want to read following webpage, which explains how to" - einfo "use multiple mailboxes simultaneously:" - echo - echo "http://www.math.washington.edu/~chappa/pine/pine-info/collections/incoming-folders/" + elog + elog "This build of Pine has Maildir support built in as" + elog "part of the chappa-all patch." + elog + elog "If you have a maildir at ~/Maildir it will be your" + elog "default INBOX. The path may be changed with the" + elog "\"maildir-location\" setting in Pine." + elog + elog "To use /var/spool/mail INBOX again, set" + elog "\"disable-these-drivers=md\" in your .pinerc file." + elog + elog "Alternately, you might want to read following webpage, which explains how to" + elog "use multiple mailboxes simultaneously:" + elog + elog "http://www.math.washington.edu/~chappa/pine/pine-info/collections/incoming-folders/" echo } diff --git a/mail-client/pine/pine-4.64.ebuild b/mail-client/pine/pine-4.64.ebuild index a3fe4c4af42a..ef08a2350ddb 100644 --- a/mail-client/pine/pine-4.64.ebuild +++ b/mail-client/pine/pine-4.64.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-client/pine/pine-4.64.ebuild,v 1.6 2007/03/09 17:40:24 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/pine/pine-4.64.ebuild,v 1.7 2007/03/18 02:20:26 genone Exp $ inherit eutils @@ -36,21 +36,21 @@ RDEPEND="${DEPEND} app-misc/mime-types" S="${WORKDIR}/${P/-/}" maildir_warn() { - einfo - einfo "This build of Pine has Maildir support built in as" - einfo "part of the chappa-all patch." - einfo - einfo "If you have a maildir at ~/Maildir it will be your" - einfo "default INBOX. The path may be changed with the" - einfo "\"maildir-location\" setting in Pine." - einfo - einfo "To use /var/spool/mail INBOX again, set" - einfo "\"disable-these-drivers=md\" in your .pinerc file." - einfo - einfo "Alternately, you might want to read following webpage, which explains how to" - einfo "use multiple mailboxes simultaneously:" - echo - echo "http://www.math.washington.edu/~chappa/pine/pine-info/collections/incoming-folders/" + elog + elog "This build of Pine has Maildir support built in as" + elog "part of the chappa-all patch." + elog + elog "If you have a maildir at ~/Maildir it will be your" + elog "default INBOX. The path may be changed with the" + elog "\"maildir-location\" setting in Pine." + elog + elog "To use /var/spool/mail INBOX again, set" + elog "\"disable-these-drivers=md\" in your .pinerc file." + elog + elog "Alternately, you might want to read following webpage, which explains how to" + elog "use multiple mailboxes simultaneously:" + elog + elog "http://www.math.washington.edu/~chappa/pine/pine-info/collections/incoming-folders/" echo }