if this is the currently official guidance can we update the doco? if so can we take out the '|| die' parts of: [1] http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=1 [2] http://devmanual.gentoo.org/quickstart/index.html [3] http://devmanual.gentoo.org/ebuild-writing/functions/src_compile/index.html and where ever else it appears in official doco does anything else need to be updated?
Created attachment 183171 [details, diff] econf-needs-no-die.patch
Created attachment 183185 [details, diff] econf-die-removal-try2.patch this is an improvement to the earlier patch fixing all grepable instances of econf in the devmanual source
adding devrel for handbook.
Example (Code Listing 2.7: My first ebuild) in http://www.gentoo.org/doc/en/xml-guide.xml needs to be updated too. (And not to open separate bug: probably also it's a good idea to add || die after dodoc and dohtml and update Copyright date).
(In reply to comment #4) GDP done.
Created attachment 183781 [details, diff] Patch with a few more things(but lacking others)
Created attachment 183794 [details, diff] More Betterer patch Combines all of the above patches into something a little better.
Added thanks