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 1SR45a-0005aA-NY for garchives@archives.gentoo.org; Sun, 06 May 2012 16:13:39 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 101C5E08FE; 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 D27EFE08FE 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 728D01B406D 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 3634DE5432 for ; Sun, 6 May 2012 16:06:19 +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: <1325208927.574184a9e96da85f723f3bafd872a51a62f5acfc.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: 574184a9e96da85f723f3bafd872a51a62f5acfc X-VCS-Branch: gentoo-syntax Date: Sun, 6 May 2012 16:06:19 +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: c5e16e60-0550-4d19-9d59-a44b7ea5fc50 X-Archives-Hash: 13c012d95507ff1290a222664c35e745 commit: 574184a9e96da85f723f3bafd872a51a62f5acfc Author: Christian Faulhammer gentoo org> AuthorDate: Fri Dec 30 01:35:27 2011 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Fri Dec 30 01:35:27 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/emacs-tools.g= it;a=3Dcommit;h=3D574184a9 gentoo-syntax: Filter obs-download svn path=3D/gentoo-syntax/; revision=3D1707 --- keyword-generation.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/keyword-generation.sh b/keyword-generation.sh index 9d847a3..56cce22 100644 --- a/keyword-generation.sh +++ b/keyword-generation.sh @@ -14,7 +14,7 @@ ECLASSES=3D$(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 mythtv + leechcraft mythtv obs-download do ECLASSES=3D${ECLASSES//${filter}.eclass/} done