Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 531086 - app-vim/gentoo-syntax: Add highlighting of pkg_info argument of EXPORT_FUNCTIONS
Summary: app-vim/gentoo-syntax: Add highlighting of pkg_info argument of EXPORT_FUNCTIONS
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Vim Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-29 07:03 UTC by Arfrever Frehtes Taifersar Arahesis
Modified: 2014-11-29 08:10 UTC (History)
0 users

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 Arfrever Frehtes Taifersar Arahesis 2014-11-29 07:03:40 UTC
pkg_info() is a valid ebuild phase.
Any eclass can define ${ECLASS}_pkg_info() and call 'EXPORT_FUNCTIONS pkg_info' to export this function to ebuilds inheriting this eclass.
(I tested such eclass and it works correctly.)

app-vim/gentoo-syntax should support pkg_info argument of EXPORT_FUNCTIONS.
Comment 1 Tim Harder gentoo-dev 2014-11-29 08:10:45 UTC
Fixed in git.

Going forward, please report bugs via the github repo (https://github.com/gentoo/gentoo-syntax) so they don't get lost here and you can more easily just make pull requests for easy fixes like this.