On Mon, Sep 20, 2010 at 5:19 AM, "Paweł Hajdan, Jr."
<phajdan...@gentoo.org> wrote:
> On 9/19/10 9:14 PM, Matti Bickel wrote:
>> So, yeah, what do you think? Is it worth it?
>
> I second this GLEP. It seems like it will cleanly replace our hacked
> eblits implementations from packages like php, glibc, and possibly more.
>
> Also, it will allow more code sharing between ebuilds, which is good.

How does it provide more code sharing than the existing system?

Previously I could put code I wanted shared:
1) In a global eclass, which means any ebuild in the tree can likely use it
2) In a pkg eblit

Under the new system I can put the code:

1) In a global eclass, any ebuild can likely use it
2) In a per-package eclass, only one package can use it
3) In a pkg eblit, only one package can use it

Wouldn't taking code from a global eclass and moving it to a
per-package eclass limit code re-use?

-A

>
> Paweł
>
>

Reply via email to