Gentoo Archives: gentoo-commits

From: Naohiro Aota <naota@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/simplecov/
Date: Sat, 09 Oct 2021 15:24:06
Message-Id: 1633793003.b9a84e2f6284af37816706269f398a04bbb04a3b.naota@gentoo
1 commit: b9a84e2f6284af37816706269f398a04bbb04a3b
2 Author: Naohiro Aota <naota <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 8 13:57:47 2021 +0000
4 Commit: Naohiro Aota <naota <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 9 15:23:23 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9a84e2f
7
8 dev-ruby/simplecov: enable ruby30; drop old ruby
9
10 Signed-off-by: Naohiro Aota <naota <AT> gentoo.org>
11
12 dev-ruby/simplecov: drop old ruby variants
13
14 Signed-off-by: Naohiro Aota <naota <AT> gentoo.org>
15
16 dev-ruby/simplecov/simplecov-0.18.5.ebuild | 4 ++--
17 dev-ruby/simplecov/simplecov-0.19.0.ebuild | 4 ++--
18 dev-ruby/simplecov/simplecov-0.19.1.ebuild | 4 ++--
19 3 files changed, 6 insertions(+), 6 deletions(-)
20
21 diff --git a/dev-ruby/simplecov/simplecov-0.18.5.ebuild b/dev-ruby/simplecov/simplecov-0.18.5.ebuild
22 index 99d480b4b2a..e00e76b1cb1 100644
23 --- a/dev-ruby/simplecov/simplecov-0.18.5.ebuild
24 +++ b/dev-ruby/simplecov/simplecov-0.18.5.ebuild
25 @@ -1,9 +1,9 @@
26 -# Copyright 1999-2020 Gentoo Authors
27 +# Copyright 1999-2021 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=7
31
32 -USE_RUBY="ruby24 ruby25 ruby26 ruby27"
33 +USE_RUBY="ruby26 ruby27"
34
35 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
36
37
38 diff --git a/dev-ruby/simplecov/simplecov-0.19.0.ebuild b/dev-ruby/simplecov/simplecov-0.19.0.ebuild
39 index dd634e2f601..c6d5bd67d87 100644
40 --- a/dev-ruby/simplecov/simplecov-0.19.0.ebuild
41 +++ b/dev-ruby/simplecov/simplecov-0.19.0.ebuild
42 @@ -1,9 +1,9 @@
43 -# Copyright 1999-2020 Gentoo Authors
44 +# Copyright 1999-2021 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=7
48
49 -USE_RUBY="ruby25 ruby26 ruby27"
50 +USE_RUBY="ruby26 ruby27"
51
52 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
53
54
55 diff --git a/dev-ruby/simplecov/simplecov-0.19.1.ebuild b/dev-ruby/simplecov/simplecov-0.19.1.ebuild
56 index dd634e2f601..f19ff100acb 100644
57 --- a/dev-ruby/simplecov/simplecov-0.19.1.ebuild
58 +++ b/dev-ruby/simplecov/simplecov-0.19.1.ebuild
59 @@ -1,9 +1,9 @@
60 -# Copyright 1999-2020 Gentoo Authors
61 +# Copyright 1999-2021 Gentoo Authors
62 # Distributed under the terms of the GNU General Public License v2
63
64 EAPI=7
65
66 -USE_RUBY="ruby25 ruby26 ruby27"
67 +USE_RUBY="ruby26 ruby27 ruby30"
68
69 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"