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

Bug 440472

Summary: app-vim/gentoo-syntax-20120109: some elog messages should only be shown for the first install.
Product: Gentoo Linux Reporter: poletti.marco
Component: Current packagesAssignee: Ben de Groot (RETIRED) <yngwin>
Status: RESOLVED FIXED    
Severity: normal CC: vim
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 10:59:03 UTC
Disclaimer: this bug has been filed in a semi-automated manner.

When emerging the package app-vim/gentoo-syntax-20120109, the following elog messages are displayed:

 *  
 * This plugin provides documentation via vim's help system. To
 * view it, use:
 *     :help gentoo-syntax
 *  
 * This plugin makes use of filetype settings. To enable these,
 * add lines like:
 *     filetype plugin on
 *     filetype indent on
 * to your ~/.vimrc file.

Such messages should only be displayed when the package is a new install.
These situations can be checked in the ebuild as follows:

if ! has_version 'app-vim/gentoo-syntax'; then

See the tracker bug 440214 for more details.
Comment 1 Tim Harder gentoo-dev 2013-01-24 01:00:36 UTC
Fixed in the vim-plugin eclass.