On Wed, 04 Mar 2009 04:01:36 +0200
Mart Raudsepp <[email protected]> wrote:
> I'm collecting ideas from the wider development and contributing
> community on how to help maintainers and contributors get work done
> quicker, or rephrased - how to get more done in the limited time we
> have.
Something like what Debian does where a central service monitors
upstream ftp and notifies you when a bump is available.
Per-package eclasses - eblits standardized.
Crazy idea: Not-quite-eclasses. Some way to share small bits of code
between packages, though the code may not be eclass-worthy. We all know
the use-cases:
[[ -f ChangeLog ]] && \
{ dodoc ChangeLog || die "ChangeLog exists but cannot be dodoc'ed" ; }
And bits of code of that ilk.