On 28 March 2014 23:47, Michał Górny <[email protected]> wrote: > Please paste a real example, it's easier to understand what you're > trying to do when we see what it does. >
For the A.1 style: MODULE_AUTHOR=DOY MODULE_VERSION=2.0604 inherit perl-module ^ from Moose 2.60.400.ebuild , this creates SRC_URI based on those tokens above as: "mirror://cpan/authors/id/D/DO/DOY/Moose-2.0604.tar.gz" KDE_HANDBOOK="optional" KMNAME="kde-workspace" inherit systemd kde4-meta flag-o-matic user ^ from kdm-4.11.7.ebuild I myself did a few things in an overlay using the B.1 style, but quickly stopped due to the consequences that happened if the final function was accidentally omitted, and this happened enough to be annoying. I can't readily find any examples of B.2 in tree, but its an approach I've also used, but I had some people say they didn't like it, can't recall why now, it was a while ago. ( I Think it may have been side effects due to fragility from calling lots of functions or something, but can't remember ) -- Kent
