Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/shoulda-matchers/
Date: Mon, 31 Oct 2016 01:37:01
Message-Id: 1477877802.00e24e80e59353f1b5d350fdc264f5ccd3c32c10.mrueg@gentoo
1 commit: 00e24e80e59353f1b5d350fdc264f5ccd3c32c10
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 31 01:36:42 2016 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 31 01:36:42 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00e24e80
7
8 dev-ruby/shoulda-matchers: Add ruby23, drop ~ppc
9
10 Package-Manager: portage-2.3.2
11
12 .../shoulda-matchers-2.8.0-r1.ebuild | 25 ++++++++++++++++++++++
13 .../shoulda-matchers-3.1.1-r1.ebuild | 25 ++++++++++++++++++++++
14 2 files changed, 50 insertions(+)
15
16 diff --git a/dev-ruby/shoulda-matchers/shoulda-matchers-2.8.0-r1.ebuild b/dev-ruby/shoulda-matchers/shoulda-matchers-2.8.0-r1.ebuild
17 new file mode 100644
18 index 00000000..edacf73
19 --- /dev/null
20 +++ b/dev-ruby/shoulda-matchers/shoulda-matchers-2.8.0-r1.ebuild
21 @@ -0,0 +1,25 @@
22 +# Copyright 1999-2016 Gentoo Foundation
23 +# Distributed under the terms of the GNU General Public License v2
24 +# $Id$
25 +
26 +EAPI=5
27 +
28 +USE_RUBY="ruby20 ruby21 ruby22 ruby23"
29 +
30 +RUBY_FAKEGEM_TASK_DOC=""
31 +
32 +RUBY_FAKEGEM_RECIPE_TEST=""
33 +
34 +RUBY_FAKEGEM_EXTRAINSTALL="NEWS.md README.md"
35 +
36 +inherit ruby-fakegem
37 +
38 +DESCRIPTION="Making tests easy on the fingers and eyes"
39 +HOMEPAGE="https://github.com/thoughtbot/shoulda-matchers"
40 +
41 +LICENSE="MIT"
42 +SLOT="0"
43 +KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86"
44 +IUSE=""
45 +
46 +ruby_add_rdepend ">=dev-ruby/activesupport-3.0.0"
47
48 diff --git a/dev-ruby/shoulda-matchers/shoulda-matchers-3.1.1-r1.ebuild b/dev-ruby/shoulda-matchers/shoulda-matchers-3.1.1-r1.ebuild
49 new file mode 100644
50 index 00000000..98d41b0
51 --- /dev/null
52 +++ b/dev-ruby/shoulda-matchers/shoulda-matchers-3.1.1-r1.ebuild
53 @@ -0,0 +1,25 @@
54 +# Copyright 1999-2016 Gentoo Foundation
55 +# Distributed under the terms of the GNU General Public License v2
56 +# $Id$
57 +
58 +EAPI=5
59 +
60 +USE_RUBY="ruby20 ruby21 ruby22 ruby23"
61 +
62 +RUBY_FAKEGEM_TASK_DOC=""
63 +
64 +RUBY_FAKEGEM_RECIPE_TEST=""
65 +
66 +RUBY_FAKEGEM_EXTRAINSTALL="NEWS.md README.md"
67 +
68 +inherit ruby-fakegem
69 +
70 +DESCRIPTION="Making tests easy on the fingers and eyes"
71 +HOMEPAGE="https://github.com/thoughtbot/shoulda-matchers"
72 +
73 +LICENSE="MIT"
74 +SLOT="3"
75 +KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86"
76 +IUSE=""
77 +
78 +ruby_add_rdepend ">=dev-ruby/activesupport-4.0.0:*"