Gentoo Archives: gentoo-commits

From: "Ali Polatel (hawking)" <hawking@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-syntax r51 - trunk/gentoo-syntax/syntax
Date: Mon, 06 Oct 2008 12:23:23
Message-Id: E1Kmp7O-0004Xn-Jg@stork.gentoo.org
1 Author: hawking
2 Date: 2008-10-06 12:23:17 +0000 (Mon, 06 Oct 2008)
3 New Revision: 51
4
5 Modified:
6 trunk/gentoo-syntax/syntax/ebuild.vim
7 Log:
8 Recognize pkg_info, src_prepare and src_configure.
9
10 Modified: trunk/gentoo-syntax/syntax/ebuild.vim
11 ===================================================================
12 --- trunk/gentoo-syntax/syntax/ebuild.vim 2008-07-17 21:03:59 UTC (rev 50)
13 +++ trunk/gentoo-syntax/syntax/ebuild.vim 2008-10-06 12:23:17 UTC (rev 51)
14 @@ -45,6 +45,7 @@
15 " Recognised functions
16 syn keyword EbuildFunctions pkg_nofetch pkg_setup src_unpack src_compile src_test src_install
17 syn keyword EbuildFunctions pkg_preinst pkg_postinst pkg_prerm pkg_postrm pkg_config
18 +syn keyword EbuildFunctions pkg_info src_prepare src_configure
19
20 " Inherit
21 syn keyword EbuildInherit inherit