Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/emacs-tools:ebuild-mode commit in: /
Date: Sat, 07 May 2016 09:45:59
Message-Id: 1462613856.6a12ae6d6208e99ddaaf12b8476818ee02fbd3ab.ulm@gentoo
1 commit: 6a12ae6d6208e99ddaaf12b8476818ee02fbd3ab
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 7 09:37:36 2016 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat May 7 09:37:36 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/emacs-tools.git/commit/?id=6a12ae6d
7
8 Cleanup list of obsolete eclasses.
9
10 * keyword-generation.sh (OBSOLETE): Cleanup.
11
12 ChangeLog | 4 ++++
13 keyword-generation.sh | 2 +-
14 2 files changed, 5 insertions(+), 1 deletion(-)
15
16 diff --git a/ChangeLog b/ChangeLog
17 index bb41fee..31508c7 100644
18 --- a/ChangeLog
19 +++ b/ChangeLog
20 @@ -1,3 +1,7 @@
21 +2016-05-07 Ulrich Müller <ulm@g.o>
22 +
23 + * keyword-generation.sh (OBSOLETE): Cleanup.
24 +
25 2015-12-20 Ulrich Müller <ulm@g.o>
26
27 * Version 1.29 released.
28
29 diff --git a/keyword-generation.sh b/keyword-generation.sh
30 index 336e92d..9465379 100755
31 --- a/keyword-generation.sh
32 +++ b/keyword-generation.sh
33 @@ -13,7 +13,7 @@ TMPFILE="$(mktemp ${TMPDIR:-/tmp}/keyword-generation.XXXXXX)"
34 ECLASSES=( $(portageq available_eclasses / ${REPO} | LC_ALL=C sort) )
35 ECLASSFILES=( $(portageq eclass_path / ${REPO} "${ECLASSES[@]}") )
36 # Obsolete eclasses
37 -OBSOLETE="bash-completion leechcraft x-modular"
38 +OBSOLETE="leechcraft x-modular"
39
40 # Arrays should have equal size
41 [[ ${#ECLASSES[@]} -eq ${#ECLASSFILES[@]} ]] || exit 1