# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 USE_RUBY="ruby22" RUBY_FAKEGEM_TASK_TEST="" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README.txt" inherit ruby-fakegem DESCRIPTION="Library which enable you to define abstract method in Ruby" HOMEPAGE="https://rubygems.org/gems/abstract" LICENSE="Ruby" SLOT="0" KEYWORDS="amd64" IUSE="test" each_ruby_test() { ${RUBY} -Ilib test/test.rb || die "tests failed" }