commit: fb2545c43e0a729c9a2a54f7e25752145045f3a3 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sun May 3 17:31:01 2020 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sun May 3 17:31:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb2545c4
dev-ruby/shoulda-matchers: add ruby27 for slot 3 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> .../shoulda-matchers-3.1.3-r1.ebuild | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/dev-ruby/shoulda-matchers/shoulda-matchers-3.1.3-r1.ebuild b/dev-ruby/shoulda-matchers/shoulda-matchers-3.1.3-r1.ebuild new file mode 100644 index 00000000000..9b123d1b499 --- /dev/null +++ b/dev-ruby/shoulda-matchers/shoulda-matchers-3.1.3-r1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +USE_RUBY="ruby24 ruby25 ruby26 ruby27" + +RUBY_FAKEGEM_TASK_DOC="" + +RUBY_FAKEGEM_RECIPE_TEST="" + +RUBY_FAKEGEM_EXTRAINSTALL="NEWS.md README.md" + +inherit ruby-fakegem + +DESCRIPTION="Making tests easy on the fingers and eyes" +HOMEPAGE="https://github.com/thoughtbot/shoulda-matchers" + +LICENSE="MIT" +SLOT="3" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86" +IUSE="" + +ruby_add_rdepend ">=dev-ruby/activesupport-4.0.0:*"
