Re: [gentoo-user] EAPI-6 dev-python ebuilds

2016-03-21 Thread David M. Fellows
On Mon, 21 Mar 2016 15:50:02 + James wrote - > Hello, > > I'm looking for some EAPI-6 examples or ebuild templates to > to review. > > > Is there a simple way to parse the portage tree for EAPI=6 examples > regardless if they are testing, stable or still just beta in a git > repo

[gentoo-user] EAPI-6 dev-python ebuilds

2016-03-21 Thread James
Hello, I'm looking for some EAPI-6 examples or ebuild templates to to review. Is there a simple way to parse the portage tree for EAPI=6 examples regardless if they are testing, stable or still just beta in a git repo somewhere? Maybe a particular dev has already revised a group of ebuilds and

[gentoo-user] Eapi 6 ?

2014-09-16 Thread James
Howdy, I've read snippets that EAPI 6 will provide a mechanism for follks to put patches directly into ebuilds. I'm not certain (some discussion needed) that this will eliminated some ebuilds from my /usr/local/portage development repository. However, now I'm learning and hacking on 2

Re: [gentoo-user] Eapi 6 ?

2014-09-16 Thread Rich Freeman
On Tue, Sep 16, 2014 at 2:30 PM, James wirel...@tampabay.rr.com wrote: So, since I'm only hacking at ebuilds for my own needs (currently not able to produce anything that is not embarrashing) can I start building ebuilds that use EAPI-6? I understand that it is not finalized yet. But, if the

Re: [gentoo-user] Eapi 6 ?

2014-09-16 Thread Neil Bothwick
On Tue, 16 Sep 2014 14:38:12 -0400, Rich Freeman wrote: All you need to do is add epatch_user to src_prepare in an existing ebuild to use it. If you want to patch the build system you'll also need to make calls to autotools/etc as needed after calling epatch_user. You can often do it