From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-880307-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 960CB13823A
	for <garchives@archives.gentoo.org>; Sat,  7 May 2016 09:45:59 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id B9D06E080E;
	Sat,  7 May 2016 09:45:58 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 03464E0807
	for <gentoo-commits@lists.gentoo.org>; Sat,  7 May 2016 09:45:57 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 08948340831
	for <gentoo-commits@lists.gentoo.org>; Sat,  7 May 2016 09:45:57 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 24674970
	for <gentoo-commits@lists.gentoo.org>; Sat,  7 May 2016 09:45:52 +0000 (UTC)
From: "Ulrich Müller" <ulm@gentoo.org>
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 Müller" <ulm@gentoo.org>
Message-ID: <1462613856.6a12ae6d6208e99ddaaf12b8476818ee02fbd3ab.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 Müller
X-VCS-Revision: 6a12ae6d6208e99ddaaf12b8476818ee02fbd3ab
X-VCS-Branch: ebuild-mode
Date: Sat,  7 May 2016 09:45:52 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 14fedb87-d883-467d-953f-d28d43d2ca3a
X-Archives-Hash: 790ebd35c043e1e0fa5ad2a2fea979b8

commit:     6a12ae6d6208e99ddaaf12b8476818ee02fbd3ab
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat May  7 09:37:36 2016 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat May  7 09:37:36 2016 +0000
URL:        https://gitweb.gentoo.org/proj/emacs-tools.git/commit/?id=6a12ae6d

Cleanup list of obsolete eclasses.

* keyword-generation.sh (OBSOLETE): Cleanup.

 ChangeLog             | 4 ++++
 keyword-generation.sh | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index bb41fee..31508c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-07  Ulrich Müller  <ulm@gentoo.org>
+
+	* keyword-generation.sh (OBSOLETE): Cleanup.
+
 2015-12-20  Ulrich Müller  <ulm@gentoo.org>
 
 	* Version 1.29 released.

diff --git a/keyword-generation.sh b/keyword-generation.sh
index 336e92d..9465379 100755
--- a/keyword-generation.sh
+++ b/keyword-generation.sh
@@ -13,7 +13,7 @@ TMPFILE="$(mktemp ${TMPDIR:-/tmp}/keyword-generation.XXXXXX)"
 ECLASSES=( $(portageq available_eclasses / ${REPO} | LC_ALL=C sort) )
 ECLASSFILES=( $(portageq eclass_path / ${REPO} "${ECLASSES[@]}") )
 # Obsolete eclasses
-OBSOLETE="bash-completion leechcraft x-modular"
+OBSOLETE="leechcraft x-modular"
 
 # Arrays should have equal size
 [[ ${#ECLASSES[@]} -eq ${#ECLASSFILES[@]} ]] || exit 1