diff options
author | Hans de Graaff <graaff@gentoo.org> | 2021-04-27 06:46:51 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2021-04-28 06:53:00 +0200 |
commit | a5b37fdb93fb390f04ce802666a1f60cfb3442bb (patch) | |
tree | 452e4b84a1574c31ca4021ec644c72b8707762c5 /dev-ruby/abstract | |
parent | dev-ruby/mustermann: add ruby30 (diff) | |
download | gentoo-a5b37fdb93fb390f04ce802666a1f60cfb3442bb.tar.gz gentoo-a5b37fdb93fb390f04ce802666a1f60cfb3442bb.tar.bz2 gentoo-a5b37fdb93fb390f04ce802666a1f60cfb3442bb.zip |
dev-ruby/abstract: add ruby30
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/abstract')
-rw-r--r-- | dev-ruby/abstract/abstract-1.0.0-r4.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-ruby/abstract/abstract-1.0.0-r4.ebuild b/dev-ruby/abstract/abstract-1.0.0-r4.ebuild new file mode 100644 index 000000000000..06ce972ed64a --- /dev/null +++ b/dev-ruby/abstract/abstract-1.0.0-r4.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +USE_RUBY="ruby25 ruby26 ruby27 ruby30" + +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 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="test" + +each_ruby_test() { + ${RUBY} -Ilib test/test.rb || die "tests failed" +} |