diff options
author | Naohiro Aota <naota@gentoo.org> | 2021-10-08 22:50:30 +0900 |
---|---|---|
committer | Naohiro Aota <naota@gentoo.org> | 2021-10-10 00:23:23 +0900 |
commit | 61a747c3fd392b3baeed4de90a3e6371de8e36c1 (patch) | |
tree | 7c54459b8f6db5de5e50757acde9bbfa0d46b0fb /dev-ruby/simplecov-html | |
parent | dev-ruby/delayer-deferred: drop old ruby versions; add ruby30 (diff) | |
download | gentoo-61a747c3fd392b3baeed4de90a3e6371de8e36c1.tar.gz gentoo-61a747c3fd392b3baeed4de90a3e6371de8e36c1.tar.bz2 gentoo-61a747c3fd392b3baeed4de90a3e6371de8e36c1.zip |
dev-ruby/simplecov-html: enable ruby30
Signed-off-by: Naohiro Aota <naota@gentoo.org>
dev-ruby/simplecov-html: drop old ruby variants
Signed-off-by: Naohiro Aota <naota@gentoo.org>
Diffstat (limited to 'dev-ruby/simplecov-html')
6 files changed, 12 insertions, 12 deletions
diff --git a/dev-ruby/simplecov-html/simplecov-html-0.10.2.ebuild b/dev-ruby/simplecov-html/simplecov-html-0.10.2.ebuild index b975509dbec3..b0863b436354 100644 --- a/dev-ruby/simplecov-html/simplecov-html-0.10.2.ebuild +++ b/dev-ruby/simplecov-html/simplecov-html-0.10.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -USE_RUBY="ruby24 ruby25 ruby26 ruby27" +USE_RUBY="ruby26 ruby27" RUBY_FAKEGEM_EXTRADOC="README.md" diff --git a/dev-ruby/simplecov-html/simplecov-html-0.11.0.ebuild b/dev-ruby/simplecov-html/simplecov-html-0.11.0.ebuild index 9f00e25ece36..6e974d8d79eb 100644 --- a/dev-ruby/simplecov-html/simplecov-html-0.11.0.ebuild +++ b/dev-ruby/simplecov-html/simplecov-html-0.11.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -USE_RUBY="ruby24 ruby25 ruby26 ruby27" +USE_RUBY="ruby26 ruby27" RUBY_FAKEGEM_EXTRADOC="README.md" diff --git a/dev-ruby/simplecov-html/simplecov-html-0.12.0.ebuild b/dev-ruby/simplecov-html/simplecov-html-0.12.0.ebuild index 9f00e25ece36..6e974d8d79eb 100644 --- a/dev-ruby/simplecov-html/simplecov-html-0.12.0.ebuild +++ b/dev-ruby/simplecov-html/simplecov-html-0.12.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -USE_RUBY="ruby24 ruby25 ruby26 ruby27" +USE_RUBY="ruby26 ruby27" RUBY_FAKEGEM_EXTRADOC="README.md" diff --git a/dev-ruby/simplecov-html/simplecov-html-0.12.1.ebuild b/dev-ruby/simplecov-html/simplecov-html-0.12.1.ebuild index 9f00e25ece36..6e974d8d79eb 100644 --- a/dev-ruby/simplecov-html/simplecov-html-0.12.1.ebuild +++ b/dev-ruby/simplecov-html/simplecov-html-0.12.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -USE_RUBY="ruby24 ruby25 ruby26 ruby27" +USE_RUBY="ruby26 ruby27" RUBY_FAKEGEM_EXTRADOC="README.md" diff --git a/dev-ruby/simplecov-html/simplecov-html-0.12.2.ebuild b/dev-ruby/simplecov-html/simplecov-html-0.12.2.ebuild index 9f00e25ece36..6e974d8d79eb 100644 --- a/dev-ruby/simplecov-html/simplecov-html-0.12.2.ebuild +++ b/dev-ruby/simplecov-html/simplecov-html-0.12.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -USE_RUBY="ruby24 ruby25 ruby26 ruby27" +USE_RUBY="ruby26 ruby27" RUBY_FAKEGEM_EXTRADOC="README.md" diff --git a/dev-ruby/simplecov-html/simplecov-html-0.12.3.ebuild b/dev-ruby/simplecov-html/simplecov-html-0.12.3.ebuild index 880e2e67726e..d705ee81a73f 100644 --- a/dev-ruby/simplecov-html/simplecov-html-0.12.3.ebuild +++ b/dev-ruby/simplecov-html/simplecov-html-0.12.3.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -USE_RUBY="ruby25 ruby26 ruby27" +USE_RUBY="ruby26 ruby27 ruby30" RUBY_FAKEGEM_EXTRADOC="README.md" |