From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SR45B-0005WJ-6l for garchives@archives.gentoo.org; Sun, 06 May 2012 16:13:13 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C985FE08F9; Sun, 6 May 2012 16:06:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9BC6CE08F9 for ; Sun, 6 May 2012 16:06:20 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3B8091B4062 for ; Sun, 6 May 2012 16:06:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id F2776E542B for ; Sun, 6 May 2012 16:06:18 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1325208885.67b90c6cbbc8c393f9033b85e23919dadb7ad51b.sping@gentoo> Subject: [gentoo-commits] proj/emacs-tools:gentoo-syntax commit in: / X-VCS-Repository: proj/emacs-tools X-VCS-Files: keyword-generation.sh X-VCS-Directories: / X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 67b90c6cbbc8c393f9033b85e23919dadb7ad51b X-VCS-Branch: gentoo-syntax Date: Sun, 6 May 2012 16:06:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 75932a25-ce4a-4594-801a-92f8f57cb21a X-Archives-Hash: af03e65701b4fd8aaaa3ad5a7129b791 commit: 67b90c6cbbc8c393f9033b85e23919dadb7ad51b Author: Christian Faulhammer gentoo org> AuthorDate: Fri Dec 30 01:34:45 2011 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Fri Dec 30 01:34:45 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/emacs-tools.g= it;a=3Dcommit;h=3D67b90c6c gentoo-syntax: Filter mythtv svn path=3D/gentoo-syntax/; revision=3D1706 --- keyword-generation.sh | 4 ++-- 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=3D$(cd $(portageq portdir)/eclass/;ls *.ecla= ss) # 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=3D${ECLASSES//${filter}.eclass/} done =20 echo Output in ${TMPFILE} -echo Manual parsing of mercurial.eclass needed! Do not forget +echo Manual parsing of mercurial.eclass needed! Do not forget! =20 for eclass in ${ECLASSES} do