Re: [gentoo-dev] bash-completion-r1: a quick migration guide

2011-09-08 Thread Michał Górny
On Thu, 8 Sep 2011 18:46:01 +0200 Ulrich Mueller wrote: > > On Thu, 8 Sep 2011, Michał Górny wrote: > > > 3) dobashcompletion foo > -> dobashcomp foo || die > > Isn't that rather: > newbashcomp foo ${PN} || die Ah, sorry, you're right. -- Best regards, Michał Górny signature.asc Descri

Re: [gentoo-dev] bash-completion-r1: a quick migration guide

2011-09-08 Thread Ulrich Mueller
> On Thu, 8 Sep 2011, Michał Górny wrote: > 3) dobashcompletion foo -> dobashcomp foo || die Isn't that rather: newbashcomp foo ${PN} || die Ulrich

[gentoo-dev] bash-completion-r1: a quick migration guide

2011-09-08 Thread Michał Górny
Hello, As new bash-completion-r1 eclass is in the tree now, a quick migration guide follows. The new eclass is simpler and more consistent. It doesn't enforce USE=bash-completion or put any bash-completion-specific deps on packages. If any package _really_ needs that, it should put out the necess