Gentoo Archives: gentoo-dev

From: Jeremy Olexa <darkside@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] Time to remove app-shells/bash-completion-config
Date: Tue, 17 Feb 2009 17:55:02
Message-Id: 90b936c0902170955o5c300d7evc906ef02116097fc@mail.gmail.com
1 Hello,
2 I would like to request that bash-completion-20081218 to be marked
3 stable by the arches soon here.
4
5 In doing so, I'm going to make the following change to bash-completion.eclass:
6
7 -RDEPEND="bash-completion?
8 - ( || (
9 - app-admin/eselect
10 - app-shells/bash-completion-config
11 - )
12 - )"
13 +RDEPEND="bash-completion? ( app-admin/eselect )"
14
15 We should only be using eselect now to enable bash-completion. I think
16 bash-completion-config is broken now anyway
17 (https://bugs.gentoo.org/show_bug.cgi?id=253878). So, after this
18 change, I will p.mask b-c-c for removal.
19
20 Any concerns? The upgrade path in the future is going to be wierd as
21 upstream is releasing v1.0 soon, but that is not concern for now.
22 Thanks,
23 Jeremy

Replies