diff options
author | Hans de Graaff <graaff@gentoo.org> | 2020-05-03 19:31:01 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2020-05-03 19:31:01 +0200 |
commit | fb2545c43e0a729c9a2a54f7e25752145045f3a3 (patch) | |
tree | 342045eeeb97becec213e85092eccb9094843718 /dev-ruby/shoulda-matchers | |
parent | meson.eclass: use export -n instead of unset (diff) | |
download | gentoo-fb2545c43e0a729c9a2a54f7e25752145045f3a3.tar.gz gentoo-fb2545c43e0a729c9a2a54f7e25752145045f3a3.tar.bz2 gentoo-fb2545c43e0a729c9a2a54f7e25752145045f3a3.zip |
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@gentoo.org>
Diffstat (limited to 'dev-ruby/shoulda-matchers')
-rw-r--r-- | dev-ruby/shoulda-matchers/shoulda-matchers-3.1.3-r1.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
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 000000000000..9b123d1b499e --- /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:*" |