From ecdac123787b96ce6649f0f91da12ea6458cc2b1 Mon Sep 17 00:00:00 2001 From: Palica Date: Tue, 23 Jun 2020 22:35:08 +0200 Subject: Updating liguros repo --- .../test_construct/test_construct-2.0.2.ebuild | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 dev-ruby/test_construct/test_construct-2.0.2.ebuild (limited to 'dev-ruby/test_construct/test_construct-2.0.2.ebuild') diff --git a/dev-ruby/test_construct/test_construct-2.0.2.ebuild b/dev-ruby/test_construct/test_construct-2.0.2.ebuild new file mode 100644 index 000000000000..dd4b939f5a67 --- /dev/null +++ b/dev-ruby/test_construct/test_construct-2.0.2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +USE_RUBY="ruby24 ruby25 ruby26" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +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 ~ppc ~ppc64 ~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 +} -- cgit v1.3.1