commit: 05900483c5583f1dd292789685b46c66be4bf04b Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sat Mar 20 07:38:57 2021 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sat Mar 20 07:39:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05900483
dev-ruby/introspection: add ruby30 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> .../introspection/introspection-0.0.4-r1.ebuild | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/dev-ruby/introspection/introspection-0.0.4-r1.ebuild b/dev-ruby/introspection/introspection-0.0.4-r1.ebuild new file mode 100644 index 00000000000..5554720a0a1 --- /dev/null +++ b/dev-ruby/introspection/introspection-0.0.4-r1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +USE_RUBY="ruby25 ruby26 ruby27 ruby30" + +# No documentation task +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_EXTRADOC="README.md" + +inherit ruby-fakegem + +DESCRIPTION="Dynamic inspection of the hierarchy of method definitions on a Ruby object" +HOMEPAGE="http://jamesmead.org/" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +ruby_add_rdepend ">=dev-ruby/metaclass-0.0.1" + +ruby_add_bdepend "test? ( dev-ruby/blankslate )" + +all_ruby_prepare() { + sed -i -e '/bundler/I s:^:#:' Rakefile test/test_helper.rb || die +}
