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 708941381F3 for ; Sun, 8 Sep 2013 10:28:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6A55E09D5; Sun, 8 Sep 2013 10:28:50 +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 6EE7DE09D5 for ; Sun, 8 Sep 2013 10:28:50 +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 84A9C33E9CA for ; Sun, 8 Sep 2013 10:28:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 29729E468F for ; Sun, 8 Sep 2013 10:28:48 +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: <1378633789.eb0287e4e86228547e0d29278f04d4d2066d4050.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: eb0287e4e86228547e0d29278f04d4d2066d4050 X-VCS-Branch: ebuild-mode Date: Sun, 8 Sep 2013 10:28:48 +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: d7d0f8c8-7f94-4ab1-a355-6bee7fac66a5 X-Archives-Hash: 3ddb50b840cf727b0192e03c3e397f50 commit: eb0287e4e86228547e0d29278f04d4d2066d4050 Author: Ulrich Müller gentoo org> AuthorDate: Sun Sep 8 09:49:49 2013 +0000 Commit: Ulrich Mueller gentoo org> CommitDate: Sun Sep 8 09:49:49 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/emacs-tools.git;a=commit;h=eb0287e4 Cleanup list of obsolete eclasses. * keyword-generation.sh (OBSOLETE): Cleanup list. --- ChangeLog | 4 ++++ keyword-generation.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 603bfd7..74c6267 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-09-08 Ulrich Müller + + * keyword-generation.sh (OBSOLETE): Cleanup list. + 2013-07-07 Ulrich Müller * ebuild-mode-keywords.el: Add no-update-autoloads to file diff --git a/keyword-generation.sh b/keyword-generation.sh index f044049..8718e46 100644 --- a/keyword-generation.sh +++ b/keyword-generation.sh @@ -12,7 +12,7 @@ TMPFILE="$(mktemp ${TMPDIR:-/tmp}/keyword-generation.XXXXXX)" ECLASSDIR="$(portageq portdir)/eclass" ECLASSES=$(cd ${ECLASSDIR}; ls *.eclass) # Obsolete eclasses -OBSOLETE="bash-completion gems git leechcraft ruby x-modular" +OBSOLETE="bash-completion gems leechcraft ruby x-modular" has() { local needle=$1 item