Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/shoulda-matchers/
Date: Sun, 03 May 2020 17:32:03
Message-Id: 1588527061.fb2545c43e0a729c9a2a54f7e25752145045f3a3.graaff@gentoo
1 commit: fb2545c43e0a729c9a2a54f7e25752145045f3a3
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 3 17:31:01 2020 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun May 3 17:31:01 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb2545c4
7
8 dev-ruby/shoulda-matchers: add ruby27 for slot 3
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 .../shoulda-matchers-3.1.3-r1.ebuild | 24 ++++++++++++++++++++++
14 1 file changed, 24 insertions(+)
15
16 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
17 new file mode 100644
18 index 00000000000..9b123d1b499
19 --- /dev/null
20 +++ b/dev-ruby/shoulda-matchers/shoulda-matchers-3.1.3-r1.ebuild
21 @@ -0,0 +1,24 @@
22 +# Copyright 1999-2020 Gentoo Authors
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=6
26 +
27 +USE_RUBY="ruby24 ruby25 ruby26 ruby27"
28 +
29 +RUBY_FAKEGEM_TASK_DOC=""
30 +
31 +RUBY_FAKEGEM_RECIPE_TEST=""
32 +
33 +RUBY_FAKEGEM_EXTRAINSTALL="NEWS.md README.md"
34 +
35 +inherit ruby-fakegem
36 +
37 +DESCRIPTION="Making tests easy on the fingers and eyes"
38 +HOMEPAGE="https://github.com/thoughtbot/shoulda-matchers"
39 +
40 +LICENSE="MIT"
41 +SLOT="3"
42 +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86"
43 +IUSE=""
44 +
45 +ruby_add_rdepend ">=dev-ruby/activesupport-4.0.0:*"