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 1SR447-0005I2-Bq for garchives@archives.gentoo.org; Sun, 06 May 2012 16:12:07 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3AC5AE08E5; Sun, 6 May 2012 16:06:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0AB6EE08A0 for ; Sun, 6 May 2012 16:06:19 +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 6CEAD1B40B3 for ; Sun, 6 May 2012 16:06:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 39F2EE542E 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: <1325208618.52e2649200059b1d8ebf0b91b472c6c99dbf8722.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: 52e2649200059b1d8ebf0b91b472c6c99dbf8722 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: 004370c8-46a8-4b88-808c-d0ea684cf219 X-Archives-Hash: e0cec117c8b2a63fe672ce1afbfa5bfd commit: 52e2649200059b1d8ebf0b91b472c6c99dbf8722 Author: Christian Faulhammer gentoo org> AuthorDate: Fri Dec 30 01:30:18 2011 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Fri Dec 30 01:30:18 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/emacs-tools.g= it;a=3Dcommit;h=3D52e26492 gentoo-syntax: filter java-mvn-src svn path=3D/gentoo-syntax/; revision=3D1702 --- keyword-generation.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/keyword-generation.sh b/keyword-generation.sh index e333059..b85d8bc 100644 --- a/keyword-generation.sh +++ b/keyword-generation.sh @@ -13,7 +13,7 @@ ECLASSES=3D$(cd $(portageq portdir)/eclass/;ls *.eclass= ) =20 # 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=20 + php-ext-source-r1 gnome.org gnustep-2 java-mvn-src do ECLASSES=3D${ECLASSES//${filter}.eclass/} done