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/activesupport/
Date: Mon, 16 Jul 2018 09:45:34
Message-Id: 1531734322.824a685ca9358a4fd3422b50a2493a80c17cda9a.graaff@gentoo
1 commit: 824a685ca9358a4fd3422b50a2493a80c17cda9a
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 16 09:44:55 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 16 09:45:22 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=824a685c
7
8 dev-ruby/activesupport: drop minitest restrictions
9
10 Drop restrictions on old (pre-random-order) minitest
11 for those versions that allow it.
12
13 Closes: https://bugs.gentoo.org/660804
14 Package-Manager: Portage-2.3.40, Repoman-2.3.9
15
16 dev-ruby/activesupport/activesupport-5.1.4.ebuild | 1 -
17 dev-ruby/activesupport/activesupport-5.1.5.ebuild | 1 -
18 dev-ruby/activesupport/activesupport-5.1.6.ebuild | 1 -
19 dev-ruby/activesupport/activesupport-5.2.0.ebuild | 1 -
20 4 files changed, 4 deletions(-)
21
22 diff --git a/dev-ruby/activesupport/activesupport-5.1.4.ebuild b/dev-ruby/activesupport/activesupport-5.1.4.ebuild
23 index 0c0f4522051..37af0ab21a6 100644
24 --- a/dev-ruby/activesupport/activesupport-5.1.4.ebuild
25 +++ b/dev-ruby/activesupport/activesupport-5.1.4.ebuild
26 @@ -41,7 +41,6 @@ ruby_add_bdepend "test? (
27 >=dev-ruby/listen-3.0.5:3
28 dev-ruby/rack
29 dev-ruby/mocha:0.14
30 - <dev-ruby/minitest-5.4
31 )"
32
33 all_ruby_prepare() {
34
35 diff --git a/dev-ruby/activesupport/activesupport-5.1.5.ebuild b/dev-ruby/activesupport/activesupport-5.1.5.ebuild
36 index 3457102cac6..742467adbb3 100644
37 --- a/dev-ruby/activesupport/activesupport-5.1.5.ebuild
38 +++ b/dev-ruby/activesupport/activesupport-5.1.5.ebuild
39 @@ -41,7 +41,6 @@ ruby_add_bdepend "test? (
40 >=dev-ruby/listen-3.0.5:3
41 dev-ruby/rack
42 dev-ruby/mocha:0.14
43 - <dev-ruby/minitest-5.4
44 )"
45
46 all_ruby_prepare() {
47
48 diff --git a/dev-ruby/activesupport/activesupport-5.1.6.ebuild b/dev-ruby/activesupport/activesupport-5.1.6.ebuild
49 index 230ceb0f1f5..aba7a094ea0 100644
50 --- a/dev-ruby/activesupport/activesupport-5.1.6.ebuild
51 +++ b/dev-ruby/activesupport/activesupport-5.1.6.ebuild
52 @@ -41,7 +41,6 @@ ruby_add_bdepend "test? (
53 >=dev-ruby/listen-3.0.5:3
54 dev-ruby/rack
55 dev-ruby/mocha:0.14
56 - <dev-ruby/minitest-5.4
57 )"
58
59 all_ruby_prepare() {
60
61 diff --git a/dev-ruby/activesupport/activesupport-5.2.0.ebuild b/dev-ruby/activesupport/activesupport-5.2.0.ebuild
62 index b988ac9c496..00df2f4bb0a 100644
63 --- a/dev-ruby/activesupport/activesupport-5.2.0.ebuild
64 +++ b/dev-ruby/activesupport/activesupport-5.2.0.ebuild
65 @@ -41,7 +41,6 @@ ruby_add_bdepend "test? (
66 >=dev-ruby/listen-3.0.5:3
67 dev-ruby/rack
68 dev-ruby/mocha
69 - <dev-ruby/minitest-5.4
70 )"
71
72 all_ruby_prepare() {