

This would only be necessary if 'make DESTDIR="${D}" install' were to fail or place the result in a strange place.Lemon-Lime wrote:Hi grknight!
I just figured out what I was missing: The Install Functions.
I added a doins in the src_install phase and it seems to work.
Here's the reference if anyone else has a similar problem: https://devmanual.gentoo.org/function-r ... functions/
Thank you grknight for your quick response!

Here it is!logrusx wrote:Share the ebuild if you want to get feedback.
Best Regards,
Georgi
Defining src_compile here is using the Makefile with the emake command. One step to bypass the patch is just to put "compile" at the end of that command. Using the compile target will not run tests (at least in this particular Makefile).logrusx wrote:The one you've taken is to completely substituted the Makefile. You've done that with the definition of src_compile and src_install. A side effect is you don't need the Makefile anymore so the patch is pointless.
I'm not sure where I must have been looking, only now I see it's in fact emake and not a copy of the command from the make file which impression I hadgrknight wrote:Defining src_compile here is using the Makefile with the emake command. One step to bypass the patch is just to put "compile" at the end of that command. Using the compile target will not run tests (at least in this particular Makefile).logrusx wrote:The one you've taken is to completely substituted the Makefile. You've done that with the definition of src_compile and src_install. A side effect is you don't need the Makefile anymore so the patch is pointless.

Gratitude goes to Gentoo developers, fellows who write the Wiki and folks in #gentoo-dev-helpLemon-Lime wrote:I saw that! Thank you so much logrusx! That was very kind of you.logrusx wrote:My PR is merged, for the next version you'll be able to use a bare bones ebuild without any phases predefined whatsoever.
Best Regards,
Georgi
Best Regards!