ruby-ng.eclass: use the default src_prepare in EAPI 6
authorHans de Graaff <graaff@gentoo.org>
Sun, 19 Feb 2017 07:42:31 +0000 (08:42 +0100)
committerHans de Graaff <graaff@gentoo.org>
Sat, 25 Feb 2017 08:20:55 +0000 (09:20 +0100)
commit534b37d147c8259b755df3b07fd711dd5a1c2839
tree166bacb3e67f08e7728165d5374cb3a5ba2b147a
parent03c3ab00ef45e2b73688e28c3c2819be2a649a42
ruby-ng.eclass: use the default src_prepare in EAPI 6

This removes the need for inheriting eutils in EAPI 6.  It also use
the standard PATCHES support instead of RUBY_PATCHES, which was
introduced to handle arrays on patches at the time.

The default phase also handles eapply_user to handle user patches.
eclass/ruby-ng.eclass