commit: b14ad2e28b7d3defb5bbef427a5c5d423e0a50fb Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Thu Nov 25 13:23:50 2021 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Fri Nov 26 06:31:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b14ad2e2
dev-ruby/test_construct: add ruby30 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> .../test_construct/test_construct-2.0.2-r1.ebuild | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/dev-ruby/test_construct/test_construct-2.0.2-r1.ebuild b/dev-ruby/test_construct/test_construct-2.0.2-r1.ebuild new file mode 100644 index 000000000000..29a9aa5571d5 --- /dev/null +++ b/dev-ruby/test_construct/test_construct-2.0.2-r1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +USE_RUBY="ruby26 ruby27 ruby30" + +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" + +inherit ruby-fakegem + +DESCRIPTION="Creates temporary files and directories for testing" +HOMEPAGE="https://github.com/bhb/test_construct" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86" +IUSE="" + +ruby_add_bdepend "test? ( + >=dev-ruby/minitest-5.0.8 + >=dev-ruby/mocha-0.14.0 + dev-ruby/rspec:3 +)" + +all_ruby_prepare() { + sed -i -e '/bundler/ s:^:#:' Rakefile || die +}
