summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2011-12-30 01:34:45 +0000
committerChristian Faulhammer <fauli@gentoo.org>2011-12-30 01:34:45 +0000
commit67b90c6cbbc8c393f9033b85e23919dadb7ad51b (patch)
tree7de04e53da0390e202b37510ea3078ce9897f4b3
parentgentoo-syntax: Note about special mercurial.eclass (diff)
downloadebuild-mode-67b90c6cbbc8c393f9033b85e23919dadb7ad51b.tar.gz
ebuild-mode-67b90c6cbbc8c393f9033b85e23919dadb7ad51b.tar.bz2
ebuild-mode-67b90c6cbbc8c393f9033b85e23919dadb7ad51b.zip
gentoo-syntax: Filter mythtv
svn path=/gentoo-syntax/; revision=1706
-rw-r--r--keyword-generation.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyword-generation.sh b/keyword-generation.sh
index d8515e8..9d847a3 100644
--- a/keyword-generation.sh
+++ b/keyword-generation.sh
@@ -14,13 +14,13 @@ ECLASSES=$(cd $(portageq portdir)/eclass/;ls *.eclass)
# Obsolete eclasses or ones which contain no functions
for filter in git bash-completion gems ruby qt4 php-ext-pecl-r1 \
php-ext-source-r1 gnome.org gnustep-2 java-mvn-src kde4-meta-pkg \
- leechcraft
+ leechcraft mythtv
do
ECLASSES=${ECLASSES//${filter}.eclass/}
done
echo Output in ${TMPFILE}
-echo Manual parsing of mercurial.eclass needed! Do not forget
+echo Manual parsing of mercurial.eclass needed! Do not forget!
for eclass in ${ECLASSES}
do