Gentoo Archives: gentoo-commits

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