Ruby based make-like utility. Reproducible: Always Steps to Reproduce:
Created attachment 118225 [details] rake-0.7.3.ebuild
Jochen, is there a particular reason that you made changes to the build process compared to rake 0.7.2?
I've tried to steamline the ebuild. The current ebuild installs the gem and the sitelib version of rake, which is IMHO unnecessary. My ebuild only installs the gem version, but everything still works (at least at my 3 systems where I've installed/tested it). I've also changed the SRC_URI to a more generic URL, so that future versions do not need to adjust the gem number (rubyforge) of the old ebuild.
I've checked with Caleb who has maintained rake for the last few releases. The dual installation thing was done before his time and just carried over. If there is a good reason for it then it isn't obvious nor documented. So let's try this with just the gem and see what breaks. :-) I've added the ebuild to CVS. Thanks for your contribution.