Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] emacs r1701 - gentoo-syntax
Date: Fri, 30 Dec 2011 01:28:02
Message-Id: 20111230012752.57E932004B@flycatcher.gentoo.org
1 Author: fauli
2 Date: 2011-12-30 01:27:51 +0000 (Fri, 30 Dec 2011)
3 New Revision: 1701
4
5 Modified:
6 gentoo-syntax/keyword-generation.sh
7 Log:
8 gentoo-syntax: deprecate gnustep-2
9
10
11 Modified: gentoo-syntax/keyword-generation.sh
12 ===================================================================
13 --- gentoo-syntax/keyword-generation.sh 2011-12-30 01:19:10 UTC (rev 1700)
14 +++ gentoo-syntax/keyword-generation.sh 2011-12-30 01:27:51 UTC (rev 1701)
15 @@ -11,9 +11,9 @@
16 TMPFILE="$(mktemp ${TMPDIR:-/tmp}/keyword-generation.XXXXXX)"
17 ECLASSES=$(cd $(portageq portdir)/eclass/;ls *.eclass)
18
19 +# Obsolete eclasses or ones which contain no functions
20 for filter in git bash-completion gems ruby qt4 php-ext-pecl-r1 \
21 - php-ext-source-r1 gnome.org # Obsolete eclasses or ones which
22 - # contain no functions
23 + php-ext-source-r1 gnome.org gnustep-2
24 do
25 ECLASSES=${ECLASSES//${filter}.eclass/}
26 done