From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E57921381F3 for ; Fri, 5 Jul 2013 18:06:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5459EE0A69; Fri, 5 Jul 2013 18:06:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E6F43E0A5A for ; Fri, 5 Jul 2013 18:06:55 +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 0D65133E823 for ; Fri, 5 Jul 2013 18:06:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 9FD83E468F for ; Fri, 5 Jul 2013 18:06:53 +0000 (UTC) From: "Ulrich Mueller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Mueller" Message-ID: <1373046257.b1345401c4015e46bba60347fae64484ae4e686d.ulm@gentoo> Subject: [gentoo-commits] proj/emacs-tools:ebuild-mode commit in: / X-VCS-Repository: proj/emacs-tools X-VCS-Files: ChangeLog keyword-generation.sh X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller X-VCS-Revision: b1345401c4015e46bba60347fae64484ae4e686d X-VCS-Branch: ebuild-mode Date: Fri, 5 Jul 2013 18:06:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1f125bdc-b7e2-470d-89ec-8060a0bf23cb X-Archives-Hash: 7f90ee557a5b8315d32fe05a43fb21cc commit: b1345401c4015e46bba60347fae64484ae4e686d Author: Ulrich Müller gentoo org> AuthorDate: Fri Jul 5 17:44:17 2013 +0000 Commit: Ulrich Mueller gentoo org> CommitDate: Fri Jul 5 17:44:17 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/emacs-tools.git;a=commit;h=b1345401 Clean up list of obsolete eclasses. * keyword-generation.sh (OBSOLETE): Clean up list of obsolete eclasses. --- ChangeLog | 3 +++ keyword-generation.sh | 5 ++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index b2f392d..876138d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2013-07-05 Ulrich Müller + * keyword-generation.sh (OBSOLETE): Clean up list of obsolete + eclasses. + * Rename package to ebuild-mode. * ebuild-mode.el: File renamed from gentoo-syntax.el. (gentoo-syntax): Don't provide feature. diff --git a/keyword-generation.sh b/keyword-generation.sh index 1e00669..f044049 100644 --- a/keyword-generation.sh +++ b/keyword-generation.sh @@ -11,9 +11,8 @@ TMPFILE="$(mktemp ${TMPDIR:-/tmp}/keyword-generation.XXXXXX)" ECLASSDIR="$(portageq portdir)/eclass" ECLASSES=$(cd ${ECLASSDIR}; ls *.eclass) -# Obsolete eclasses or ones which contain no functions -OBSOLETE="bash-completion gems git gnome.org gnustep-2 java-mvn-src \ - kde4-meta-pkg leechcraft mythtv obs-download qt4 ruby" +# Obsolete eclasses +OBSOLETE="bash-completion gems git leechcraft ruby x-modular" has() { local needle=$1 item