Bug 67807 - app-vim/gentoo-syntax needs to recognise pkg_config() functions
Bug#: 67807 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: All Status: RESOLVED Severity: trivial Priority: P2
Resolution: FIXED Assigned To: ciaran.mccreesh@googlemail.com Reported By: slarti@gentoo.org
Component: Applications
URL: 
Summary: app-vim/gentoo-syntax needs to recognise pkg_config() functions
Keywords:  InCVS
Status Whiteboard: 
Opened: 2004-10-16 12:54 0000
Description:   Opened: 2004-10-16 12:54 0000
/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 From Ciaran McCreesh 2004-10-16 13:14:08 0000 -------
Oops... man 5 ebuild is wrong on that...

       config This function should contain optional basic configuration steps.
              Initial working directory of $PWD.

------- Comment #2 From Ciaran McCreesh 2004-10-16 13:20:26 0000 -------
Fixed in svn, will be included in the next release. Thanks.

------- Comment #3 From Ciaran McCreesh 2004-11-13 11:24:04 0000 -------
In 20041113.