From: Hans de Graaff Date: Fri, 11 Oct 2019 05:17:44 +0000 (+0200) Subject: dev-ruby/minitest-global_expectations: initial import of 1.0.1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=53fce542d31a85d827860ce093e196bead07393c;p=gentoo.git dev-ruby/minitest-global_expectations: initial import of 1.0.1 New dependency for dev-ruby/erubi. Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Hans de Graaff --- diff --git a/dev-ruby/minitest-global_expectations/Manifest b/dev-ruby/minitest-global_expectations/Manifest new file mode 100644 index 000000000000..2cc14329552b --- /dev/null +++ b/dev-ruby/minitest-global_expectations/Manifest @@ -0,0 +1 @@ +DIST minitest-global_expectations-1.0.1.gem 6656 BLAKE2B 19df8ad02f9dad9711e219389fa2d0114d1b2b07b3d7e263eb69e48d78596184261c5de91d3f03d996bf45e897d1a7ac6bb3efb77cede34203f6712263eb573e SHA512 e63b50b02612d751b1bd0b3c9e100e0f6b674dfa5475434a213f78c5e556004c43f00b9bf5b9c479c2381be87015125a334308fae27d70a6aed1e9b392ece546 diff --git a/dev-ruby/minitest-global_expectations/metadata.xml b/dev-ruby/minitest-global_expectations/metadata.xml new file mode 100644 index 000000000000..44608e785223 --- /dev/null +++ b/dev-ruby/minitest-global_expectations/metadata.xml @@ -0,0 +1,11 @@ + + + + + ruby@gentoo.org + Gentoo Ruby Project + + + jeremyevans/minitest-global_expectations + + diff --git a/dev-ruby/minitest-global_expectations/minitest-global_expectations-1.0.1.ebuild b/dev-ruby/minitest-global_expectations/minitest-global_expectations-1.0.1.ebuild new file mode 100644 index 000000000000..b0a50f832c47 --- /dev/null +++ b/dev-ruby/minitest-global_expectations/minitest-global_expectations-1.0.1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +USE_RUBY="ruby24 ruby25 ruby26" + +inherit ruby-fakegem + +DESCRIPTION="Support minitest expectation methods for all objects" +HOMEPAGE="https://github.com/jeremyevans/minitest-global_expectations" + +LICENSE="MIT" +SLOT="1" +KEYWORDS="~amd64" +IUSE=""