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

Bug 67807

Summary: app-vim/gentoo-syntax needs to recognise pkg_config() functions
Product: Gentoo Linux Reporter: Tom Martin (RETIRED) <slarti>
Component: Current packagesAssignee: Ciaran McCreesh <ciaran.mccreesh>
Status: RESOLVED FIXED    
Severity: trivial Keywords: InVCS
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Tom Martin (RETIRED) gentoo-dev 2004-10-16 12:54:04 UTC
/usr/share/vim/vimfiles/syntax/ebuild.vim currently has:

" Recognised functions
<snip>
syn keyword EbuildFunctions pkg_preinst pkg_postinst pkg_prerm pkg_postrm config

The last config is not a standard Portage function - it needs to be pkg_config.

Thanks.
Comment 1 Ciaran McCreesh 2004-10-16 13:14:08 UTC
Oops... man 5 ebuild is wrong on that...

       config This function should contain optional basic configuration steps.
              Initial working directory of $PWD.
Comment 2 Ciaran McCreesh 2004-10-16 13:20:26 UTC
Fixed in svn, will be included in the next release. Thanks.
Comment 3 Ciaran McCreesh 2004-11-13 11:24:04 UTC
In 20041113.