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

Bug 440544

Summary: media-gfx/splashutils-1.5.4.4-r1: some elog messages should only be shown when upgrading from an old enough package.
Product: Gentoo Linux Reporter: poletti.marco
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED FIXED    
Severity: trivial    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 440214    

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

When emerging the package media-gfx/splashutils-1.5.4.4-r1, the following elog messages are displayed:

 * Please note that the 'fbsplash' kernel patch has now been renamed to
 * 'fbcondecor'.  Accordingly, the old 'splash' initscript is now called
 * 'fbcondecor'.  Make sure you update your system.  See:
 *     http://dev.gentoo.org/~spock/projects/fbcondecor/#history
 * for further info about the name changes.
 * 
 * Also note that splash_util has now been split into splash_util, fbsplashd
 * and fbcondecor_ctl.

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 '<media-gfx/splashutils-1.0'; then

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

if !has_version 'media-gfx/splashutils' || has_version '<media-gfx/splashutils-1.0'; then

Remember to replace 1.0 with the right version number.

See the tracker bug 440214 for more details.
Comment 1 Pacho Ramos gentoo-dev 2013-06-16 17:31:35 UTC
Fixed in latest revision