Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] emacs r1702 - gentoo-syntax
Date: Fri, 30 Dec 2011 01:30:29
Message-Id: 20111230013019.8BD4D2004B@flycatcher.gentoo.org
1 Author: fauli
2 Date: 2011-12-30 01:30:18 +0000 (Fri, 30 Dec 2011)
3 New Revision: 1702
4
5 Modified:
6 gentoo-syntax/keyword-generation.sh
7 Log:
8 gentoo-syntax: filter java-mvn-src
9
10
11 Modified: gentoo-syntax/keyword-generation.sh
12 ===================================================================
13 --- gentoo-syntax/keyword-generation.sh 2011-12-30 01:27:51 UTC (rev 1701)
14 +++ gentoo-syntax/keyword-generation.sh 2011-12-30 01:30:18 UTC (rev 1702)
15 @@ -13,7 +13,7 @@
16
17 # Obsolete eclasses or ones which contain no functions
18 for filter in git bash-completion gems ruby qt4 php-ext-pecl-r1 \
19 - php-ext-source-r1 gnome.org gnustep-2
20 + php-ext-source-r1 gnome.org gnustep-2 java-mvn-src
21 do
22 ECLASSES=${ECLASSES//${filter}.eclass/}
23 done