>
> You can use a bashrc script http://forums.gentoo.org/viewtopic-t-339019.html
>
Thanks all. I was misunderstood the place of bashrc. Now I see, that it
is a solution. :)
--
gentoo-dev@gentoo.org mailing list
>
> You can use portage's bashrc to do that kind of autopatching.
>
I have no idea how I can change environment so ebuild will do additional
actions...
May be I can redefine src_unpack function. But package can have its own
src_unpack. If there will be something like system_after_src_unpack,
the
>
> You can edit ebuilds to apply whatever patches you want and put them in an
> overlay. Usually it's just an epatch line that needs to be added.
>
I know. But this takes many time too. I want something to work
automatically when package updates.
--
gentoo-dev@gentoo.org mailing list
Hi!
I have some idea on extending portage building system (ebuild?).
Sometimes I'm (for example) want to apply custom patch to some package.
This patch can do something unusual, that can not be accepted by
maintainers and I know this. But I like features in my patch and want it
to apply automatical