Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-syntax r87 - trunk/gentoo-syntax/plugin
Date: Mon, 09 Jan 2012 09:56:23
Message-Id: 20120109095612.A47532004B@flycatcher.gentoo.org
1 Author: ssuominen
2 Date: 2012-01-09 09:56:12 +0000 (Mon, 09 Jan 2012)
3 New Revision: 87
4
5 Modified:
6 trunk/gentoo-syntax/plugin/newebuild.vim
7 Log:
8 Insert inherit xfconf automatically to xfce-base and xfce-extra ebuilds
9
10 Modified: trunk/gentoo-syntax/plugin/newebuild.vim
11 ===================================================================
12 --- trunk/gentoo-syntax/plugin/newebuild.vim 2012-01-07 14:37:12 UTC (rev 86)
13 +++ trunk/gentoo-syntax/plugin/newebuild.vim 2012-01-09 09:56:12 UTC (rev 87)
14 @@ -137,6 +137,9 @@
15 elseif l:category ==# "dev-python"
16 put ='inherit distutils'
17 put =''
18 + elseif l:category =~# "^xfce-"
19 + put ='inherit xfconf'
20 + put =''
21 endif
22 " }}}