The official tree no longer have ruby-gnome2 packages with 0.19.x. Drop support for them.
Note: keep versionator inheritance because a later patch use it. Signed-off-by: Naohiro Aota <na...@gentoo.org> --- eclass/ruby-ng-gnome2.eclass | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/eclass/ruby-ng-gnome2.eclass b/eclass/ruby-ng-gnome2.eclass index ce52f27789a2..4e3c30017e9b 100644 --- a/eclass/ruby-ng-gnome2.eclass +++ b/eclass/ruby-ng-gnome2.eclass @@ -32,13 +32,9 @@ IUSE="" has "${EAPI:-0}" 0 1 2 && ! use prefix && EPREFIX= subbinding=${PN#ruby-} -if [ $(get_version_component_range "1-2") == "0.19" ]; then - subbinding=${subbinding/%2} -else - subbinding=${subbinding/-/_} - DEPEND="virtual/pkgconfig" - ruby_add_bdepend "dev-ruby/pkg-config" -fi +subbinding=${subbinding/-/_} +DEPEND="virtual/pkgconfig" +ruby_add_bdepend "dev-ruby/pkg-config" if has "${EAPI:-0}" 0 1 2 3 ; then S=${WORKDIR}/ruby-gnome2-all-${PV}/${subbinding} else -- 2.25.0