Howdy,
I'm trying to figure out how to make an ebuild for this (my first ebuild). It's kind of too simple for
the normal ebuild examples. I.e., no make needed, just a cp and chmod.
Also there is a small correction needed to a regex in it to handle -rN and _pN
packages.
if(/^\-\s+(.*)\-[\d\.]+\s+\(masked by\:\s+(\~\S+)\s+keyword\)/) {
should be changed to:
if(/^\-\s+(.*)\-[\d\.]+[\_\-a-zA-Z\d]*\s+\(masked by\:\s+(\~\S+)\s+keyword\)/) {
Have fun, Roy
-- gentoo-user@gentoo.org mailing list