Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] emacs r1706 - gentoo-syntax
Date: Fri, 30 Dec 2011 01:34:55
Message-Id: 20111230013446.41C3A2004B@flycatcher.gentoo.org
1 Author: fauli
2 Date: 2011-12-30 01:34:45 +0000 (Fri, 30 Dec 2011)
3 New Revision: 1706
4
5 Modified:
6 gentoo-syntax/keyword-generation.sh
7 Log:
8 gentoo-syntax: Filter mythtv
9
10
11 Modified: gentoo-syntax/keyword-generation.sh
12 ===================================================================
13 --- gentoo-syntax/keyword-generation.sh 2011-12-30 01:33:50 UTC (rev 1705)
14 +++ gentoo-syntax/keyword-generation.sh 2011-12-30 01:34:45 UTC (rev 1706)
15 @@ -14,13 +14,13 @@
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
20 + leechcraft mythtv
21 do
22 ECLASSES=${ECLASSES//${filter}.eclass/}
23 done
24
25 echo Output in ${TMPFILE}
26 -echo Manual parsing of mercurial.eclass needed! Do not forget
27 +echo Manual parsing of mercurial.eclass needed! Do not forget!
28
29 for eclass in ${ECLASSES}
30 do