Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 440472 - app-vim/gentoo-syntax-20120109: some elog messages should only be shown for the first install.
Summary: app-vim/gentoo-syntax-20120109: some elog messages should only be shown for t...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Ben de Groot (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: first-time-messages
  Show dependency tree
 
Reported: 2012-10-31 10:59 UTC by poletti.marco
Modified: 2013-01-24 01:00 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.