summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <hans@degraaff.org>2022-11-14 07:27:38 +0100
committerHans de Graaff <hans@degraaff.org>2022-11-14 07:27:38 +0100
commite5210aa9b90d2c817d7ee8b5af2c820d4960f9cf (patch)
tree4cca0f4a7f51c2876a472e77b6693c8dd96e1032 /dev-ruby
parentdev-ruby/premailer-rails: add 1.12.0 (diff)
downloadgraaff-e5210aa9b90d2c817d7ee8b5af2c820d4960f9cf.tar.gz
graaff-e5210aa9b90d2c817d7ee8b5af2c820d4960f9cf.tar.bz2
graaff-e5210aa9b90d2c817d7ee8b5af2c820d4960f9cf.zip
dev-ruby/rubocop: drop 1.31.2, 1.32.0, 1.33.0
Signed-off-by: Hans de Graaff <hans@degraaff.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/rubocop/Manifest3
-rw-r--r--dev-ruby/rubocop/rubocop-1.31.2.ebuild59
-rw-r--r--dev-ruby/rubocop/rubocop-1.32.0.ebuild59
-rw-r--r--dev-ruby/rubocop/rubocop-1.33.0.ebuild59
4 files changed, 0 insertions, 180 deletions
diff --git a/dev-ruby/rubocop/Manifest b/dev-ruby/rubocop/Manifest
index 2a9422e0..66c3ba27 100644
--- a/dev-ruby/rubocop/Manifest
+++ b/dev-ruby/rubocop/Manifest
@@ -1,6 +1,3 @@
-DIST rubocop-1.31.2.tar.gz 2152085 BLAKE2B cf0d0c3f0e3f0c89a735c742045bcc434098f4a0e10f540e0909fbcc02594105f0505fbfbaa47229ad40f02fc19089ac427c3924ad25eafe91ed3bc73e426a50 SHA512 d0be055c49b9ee441712f4054dca5c634e48b78e6a0238b50ecddd109f09dd215e3e1a9c4eae97ed8dfbc9499cc53e855b7533af4229bbf02eb9001c9bfb2bfc
-DIST rubocop-1.32.0.tar.gz 2156821 BLAKE2B cefa7949da56eb2379ed7c1315001e421eaa75281a17dc9227e3161dfa094b32f405f3917e842c480da966e8d468b728dd3f39e463208649e514d86259c17929 SHA512 c804ba720d51d4a8f283b565ddaa927462cd99e0176bcf9ba46d6cfecb8c44cf820cca7b5aa440ee7429567b1f906cbbb1e0eb9a0c0c186f19808f3b1eeefec7
-DIST rubocop-1.33.0.tar.gz 2164667 BLAKE2B ad02561a5cde561f6b7595219271d80e268af80726128a88e2550fc52b8de4b8433f73e76f75092339924e2099105d6708cfaaf7592a368870f03e9d8b130e0f SHA512 b8141f3b746bdef6f86553f87e09d0889cab5c24e1e43ae4e67ffb49ef5c42cbd60ef2d8477b4847f94dc2cdc1de4907c0660ec5799d4e9038d65c1e19ce7af2
DIST rubocop-1.35.1.tar.gz 2180579 BLAKE2B 4a2912e0e202450eb90a0b5db1b97e710305d3ba1d4dc2e0665db8eb32e8190f7b1cddd8360856a61c71ff70429b7ed8a4341c30e8730f0a2c862887f12649b3 SHA512 a29c9f72b7c87454cd734f79bb79a1674c4cb08679e6644fc64c0e74d386c84f22c62d754129a564a68dd03fd1f6a68a3bfc2f02d913bbae4399be5f35cc211a
DIST rubocop-1.37.0.tar.gz 2197110 BLAKE2B c60dec436e1477c33a8edcd5fc6eeb5730c1476a15d9b23c447b7d6ad858bf83dbc11a04182de45dc9edab478958689b72a2f69ed4fa2955c3f229cd3479aed7 SHA512 af6ff72996f855183b8087909c4581c541d9637c83d74214a8a738c61638bb8a3c7e1d7396ffe2cfee07cf39ae7d1cb0c9a2d59f636925d7cc1c4b546ed4043c
DIST rubocop-1.37.1.tar.gz 2199845 BLAKE2B b39784a576c7941af0a54f521f1d3e4ef414bdae8b388776c8db273b9290a96c18f57b3681ccc76ce7bfeb758dc4516fde0a4168e40d3f1be4ae3968c0f39c13 SHA512 e9160e82f3458f5a77062b91567d4353d8809b8ce00185249c979194f42bda3916181dc41226c34cc20d1af40025c126a4ec23c0a77bf0639fb6f63f8025ba79
diff --git a/dev-ruby/rubocop/rubocop-1.31.2.ebuild b/dev-ruby/rubocop/rubocop-1.31.2.ebuild
deleted file mode 100644
index 7c191576..00000000
--- a/dev-ruby/rubocop/rubocop-1.31.2.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_EXTRAINSTALL="assets config"
-RUBY_FAKEGEM_BINDIR="exe"
-
-RUBY_FAKEGEM_GEMSPEC="rubocop.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A Ruby static code analyzer"
-HOMEPAGE="https://github.com/bbatsov/rubocop"
-SRC_URI="https://github.com/bbatsov/rubocop/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend "
- >=dev-ruby/json-2.3:2
- >=dev-ruby/parallel-1.10:1
- >=dev-ruby/parser-3.1.0.0
- dev-ruby/rainbow:3
- dev-ruby/regexp_parser:2
- >=dev-ruby/rexml-3.2.5:3
- >=dev-ruby/rubocop-ast-1.18.0:1
- >=dev-ruby/ruby-progressbar-1.7:0
- || ( dev-ruby/unicode-display_width:2 >=dev-ruby/unicode-display_width-1.4.0:1 )"
-
-ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/webmock )"
-
-all_ruby_prepare() {
- sed -e '/pry/ s:^:#:' \
- -i spec/spec_helper.rb || die
- sed -i -e "s:_relative ': './:" ${RUBY_FAKEGEM_GEMSPEC} || die
-
- # Avoid bundler spec
- sed -i -e '/and the gem is bundled/,/^ end/ s:^:#:' spec/rubocop/config_loader_spec.rb || die
- sed -i -e '/bundler integration/,/^ end/ s:^:#:' spec/rubocop/cli_spec.rb || die
- rm -f spec/rubocop/cli_spec.rb spec/rubocop/lockfile_spec.rb || die
-
- # Avoid specs requiring rubocop-rake
- sed -i -e '/compliance with rubocop/,/^ end/ s:^:#:' spec/rubocop/cop/generator_spec.rb || die
-
- # Avoid specs that are not functional and break too often in releases
- sed -i -e '/has a unique contributor name/askip "too fragile"' spec/project_spec.rb || die
-
- sed -e 's:/tmp/example:'${TMPDIR}'/example:' \
- -e 's:/tmp/Gemfile:'${TMPDIR}'/Gemfile:' \
- -i spec/rubocop/cop/team_spec.rb || die
-}
diff --git a/dev-ruby/rubocop/rubocop-1.32.0.ebuild b/dev-ruby/rubocop/rubocop-1.32.0.ebuild
deleted file mode 100644
index bc5a85ab..00000000
--- a/dev-ruby/rubocop/rubocop-1.32.0.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby27 ruby30"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_EXTRAINSTALL="assets config"
-RUBY_FAKEGEM_BINDIR="exe"
-
-RUBY_FAKEGEM_GEMSPEC="rubocop.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A Ruby static code analyzer"
-HOMEPAGE="https://github.com/bbatsov/rubocop"
-SRC_URI="https://github.com/bbatsov/rubocop/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend "
- >=dev-ruby/json-2.3:2
- >=dev-ruby/parallel-1.10:1
- >=dev-ruby/parser-3.1.0.0
- dev-ruby/rainbow:3
- dev-ruby/regexp_parser:2
- >=dev-ruby/rexml-3.2.5:3
- >=dev-ruby/rubocop-ast-1.19.1:1
- >=dev-ruby/ruby-progressbar-1.7:0
- || ( dev-ruby/unicode-display_width:2 >=dev-ruby/unicode-display_width-1.4.0:1 )"
-
-ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/webmock )"
-
-all_ruby_prepare() {
- sed -e '/pry/ s:^:#:' \
- -i spec/spec_helper.rb || die
- sed -i -e "s:_relative ': './:" ${RUBY_FAKEGEM_GEMSPEC} || die
-
- # Avoid bundler spec
- sed -i -e '/and the gem is bundled/,/^ end/ s:^:#:' spec/rubocop/config_loader_spec.rb || die
- sed -i -e '/bundler integration/,/^ end/ s:^:#:' spec/rubocop/cli_spec.rb || die
- rm -f spec/rubocop/cli_spec.rb spec/rubocop/lockfile_spec.rb || die
-
- # Avoid specs requiring rubocop-rake
- sed -i -e '/compliance with rubocop/,/^ end/ s:^:#:' spec/rubocop/cop/generator_spec.rb || die
-
- # Avoid specs that are not functional and break too often in releases
- sed -i -e '/has a unique contributor name/askip "too fragile"' spec/project_spec.rb || die
-
- sed -e 's:/tmp/example:'${TMPDIR}'/example:' \
- -e 's:/tmp/Gemfile:'${TMPDIR}'/Gemfile:' \
- -i spec/rubocop/cop/team_spec.rb || die
-}
diff --git a/dev-ruby/rubocop/rubocop-1.33.0.ebuild b/dev-ruby/rubocop/rubocop-1.33.0.ebuild
deleted file mode 100644
index bc5a85ab..00000000
--- a/dev-ruby/rubocop/rubocop-1.33.0.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby27 ruby30"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_EXTRAINSTALL="assets config"
-RUBY_FAKEGEM_BINDIR="exe"
-
-RUBY_FAKEGEM_GEMSPEC="rubocop.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A Ruby static code analyzer"
-HOMEPAGE="https://github.com/bbatsov/rubocop"
-SRC_URI="https://github.com/bbatsov/rubocop/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend "
- >=dev-ruby/json-2.3:2
- >=dev-ruby/parallel-1.10:1
- >=dev-ruby/parser-3.1.0.0
- dev-ruby/rainbow:3
- dev-ruby/regexp_parser:2
- >=dev-ruby/rexml-3.2.5:3
- >=dev-ruby/rubocop-ast-1.19.1:1
- >=dev-ruby/ruby-progressbar-1.7:0
- || ( dev-ruby/unicode-display_width:2 >=dev-ruby/unicode-display_width-1.4.0:1 )"
-
-ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/webmock )"
-
-all_ruby_prepare() {
- sed -e '/pry/ s:^:#:' \
- -i spec/spec_helper.rb || die
- sed -i -e "s:_relative ': './:" ${RUBY_FAKEGEM_GEMSPEC} || die
-
- # Avoid bundler spec
- sed -i -e '/and the gem is bundled/,/^ end/ s:^:#:' spec/rubocop/config_loader_spec.rb || die
- sed -i -e '/bundler integration/,/^ end/ s:^:#:' spec/rubocop/cli_spec.rb || die
- rm -f spec/rubocop/cli_spec.rb spec/rubocop/lockfile_spec.rb || die
-
- # Avoid specs requiring rubocop-rake
- sed -i -e '/compliance with rubocop/,/^ end/ s:^:#:' spec/rubocop/cop/generator_spec.rb || die
-
- # Avoid specs that are not functional and break too often in releases
- sed -i -e '/has a unique contributor name/askip "too fragile"' spec/project_spec.rb || die
-
- sed -e 's:/tmp/example:'${TMPDIR}'/example:' \
- -e 's:/tmp/Gemfile:'${TMPDIR}'/Gemfile:' \
- -i spec/rubocop/cop/team_spec.rb || die
-}