Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 440570

Summary: mail-client/alpine-2.00-r4: some elog messages should only be shown when upgrading from an old enough package.
Product: Gentoo Linux Reporter: poletti.marco
Component: Current packagesAssignee: Sascha Lucas <sascha_lucas>
Status: RESOLVED FIXED    
Severity: normal CC: net-mail+disabled
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 243502, 440214    

Description poletti.marco 2012-10-31 11:29:32 UTC
Disclaimer: this bug has been filed in a semi-automated manner.

When emerging the package mail-client/alpine-2.00-r4, the following elog messages are displayed:

 * 
 * This build of alpine has Maildir support built in as
 * part of the chappa-all patch.
 * 
 * If you have a maildir at ~/Maildir it will be your
 * default INBOX. The path may be changed with the
 * "maildir-location" setting in alpine.
 * 
 * To use /var/spool/mail INBOX again, set
 * "disable-these-drivers=md" in your .pinerc file.
 * 
 * Alternately, you might want to read following webpage, which explains how to
 * use multiple mailboxes simultaneously:
 * 
 * http://www.math.washington.edu/~chappa/pine/pine-info/collections/incoming-folders/
 * 
 * 
 * In order to use spell checking
 *   emerge app-dicts/aspell-\<your_langs\>
 * and setup alpine with:
 *   Speller = /usr/bin/aspell -c

Such messages should only be displayed when the package is upgraded from an old enough package (and possibly for new installs).
These situations can be checked in the ebuild as follows:

if has_version '<mail-client/alpine-1.0'; then

Or, if the message should also be displayed for new installs:

if !has_version 'mail-client/alpine' || has_version '<mail-client/alpine-1.0'; then

Remember to replace 1.0 with the right version number.

See the tracker bug 440214 for more details.
Comment 1 Eray Aslan gentoo-dev 2012-11-29 19:09:18 UTC
+  29 Nov 2012; Eray Aslan <eras@gentoo.org> alpine-2.00-r5.ebuild:
+  Don't elog messages all the time - bug #440570
+