Signed-off-by: Naohiro Aota <na...@gentoo.org> --- eclass/ruby-ng-gnome2.eclass | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-)
diff --git a/eclass/ruby-ng-gnome2.eclass b/eclass/ruby-ng-gnome2.eclass index 4e3c30017e9b..8c8e0c8c0a50 100644 --- a/eclass/ruby-ng-gnome2.eclass +++ b/eclass/ruby-ng-gnome2.eclass @@ -6,14 +6,14 @@ # Ruby herd <r...@gentoo.org> # @AUTHOR: # Author: Hans de Graaff <gra...@gentoo.org> -# @SUPPORTED_EAPIS: 0 1 2 3 4 5 6 +# @SUPPORTED_EAPIS: 4 5 6 # @BLURB: An eclass to simplify handling of various ruby-gnome2 parts. # @DESCRIPTION: # This eclass simplifies installation of the various pieces of # ruby-gnome2 since they share a very common installation procedure. case "${EAPI:-0}" in - 0|1|2|3|4|5|6) + 4|5|6) ;; *) die "Unsupported EAPI=${EAPI} (unknown) for ${ECLASS}" @@ -28,18 +28,11 @@ inherit ruby-fakegem multilib versionator IUSE="" -# Define EPREFIX if needed -has "${EAPI:-0}" 0 1 2 && ! use prefix && EPREFIX= - subbinding=${PN#ruby-} 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 - RUBY_S=ruby-gnome2-all-${PV}/${subbinding} -fi +RUBY_S=ruby-gnome2-all-${PV}/${subbinding} SRC_URI="mirror://sourceforge/ruby-gnome2/ruby-gnome2-all-${PV}.tar.gz" HOMEPAGE="https://ruby-gnome2.osdn.jp/" LICENSE="Ruby" -- 2.25.0