commit:     3b90b8798867a6858f064d54a5def38f42325c88
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 26 06:14:00 2022 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jun 26 06:14:00 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b90b879

dev-ruby/parallel: drop 1.21.0, 1.22.0

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/parallel/Manifest               |  2 --
 dev-ruby/parallel/parallel-1.21.0.ebuild | 48 --------------------------------
 dev-ruby/parallel/parallel-1.22.0.ebuild | 48 --------------------------------
 3 files changed, 98 deletions(-)

diff --git a/dev-ruby/parallel/Manifest b/dev-ruby/parallel/Manifest
index 746d76f3790a..46e586bb6498 100644
--- a/dev-ruby/parallel/Manifest
+++ b/dev-ruby/parallel/Manifest
@@ -1,3 +1 @@
-DIST parallel-1.21.0.tar.gz 21772 BLAKE2B 
307d097629faf5c1967c0f189dc9703df481c763736242856c594dd99975193d81331654580ecce97b675591f8d9c543a2ccc769966d91ceb1ded7c3ec949ac9
 SHA512 
cd0bce1abe2cd53015fee7f8080e05bbcd80798fe0a6fa0e120776018a382260bd070d1a14085ef3e6d7fb16a79c6a05f438d4f8b228cce7461efe5a1395b530
-DIST parallel-1.22.0.tar.gz 23294 BLAKE2B 
99bc41f132083402fe6ba9666d89941ce7672463c80676b8b558ce8a6915e996a1ec1d86476ab645796db79a63160677405c525c0696306dda270a54db1c8010
 SHA512 
2b993890234337e8eb1b22882423c8b2d73bfe7be386a7d2c9cf4f45620f3295f7c70b630b1607995e913d2307c043db658edb41b5c95f334f64bbd178cccf20
 DIST parallel-1.22.1.tar.gz 23294 BLAKE2B 
11a3f902f8a6813b407035088adaf76fda5f27e0e33e7f210ce28fc66f4edf4f8d92a8b0f9501d24013a527f4205b79c6eda2c31f6fa4a646a18e6da5b20e702
 SHA512 
f106ac605a5998d0e5a43b7863f8400e49270c06e55b6342a84fed788e1e854a26a5e29ec31da9d96a4d403227d002691e27786c25e8d7542f3877bf097e55ad

diff --git a/dev-ruby/parallel/parallel-1.21.0.ebuild 
b/dev-ruby/parallel/parallel-1.21.0.ebuild
deleted file mode 100644
index 7a798626bec6..000000000000
--- a/dev-ruby/parallel/parallel-1.21.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_EXTRAINSTALL="Readme.md"
-
-RUBY_FAKEGEM_GEMSPEC="parallel.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Run any code in parallel Processes or Threads"
-HOMEPAGE="https://github.com/grosser/parallel";
-LICENSE="MIT"
-SRC_URI="https://github.com/grosser/parallel/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-KEYWORDS="~amd64 ~riscv"
-SLOT="1"
-IUSE="test"
-
-DEPEND+="test? ( sys-process/lsof sys-process/procps )"
-
-ruby_add_bdepend "
-       test? ( dev-ruby/ruby-progressbar dev-ruby/activerecord:6.0 
dev-ruby/sqlite3 )"
-
-each_ruby_prepare() {
-       # Make sure the correct ruby is used for testing
-       sed -e 's:ruby :'${RUBY}' :' -i spec/parallel_spec.rb || die
-}
-
-all_ruby_prepare() {
-       sed -i -e 's/git ls-files/find/' ${RUBY_FAKEGEM_GEMSPEC} || die
-       sed -i -e '/bundler/ s:^:#:' \
-               -e '1i require "tempfile"; gem "activerecord", "~>6.0.0"' 
spec/cases/helper.rb || die
-       sed -i -e '3irequire "timeout"' spec/spec_helper.rb || die
-
-       # Avoid fragile ar sqlite tests. They throw ReadOnly errors every now 
and then.
-       sed -i -e '/works with SQLite in/,/end/ s:^:#:' spec/parallel_spec.rb 
|| die
-}
-
-each_ruby_test() {
-       # Set RUBYLIB explicitly for the ruby's that get started from the specs.
-       TRAVIS=true RUBYLIB="lib" ${RUBY} -S rspec-3 spec || die
-}

diff --git a/dev-ruby/parallel/parallel-1.22.0.ebuild 
b/dev-ruby/parallel/parallel-1.22.0.ebuild
deleted file mode 100644
index 7a798626bec6..000000000000
--- a/dev-ruby/parallel/parallel-1.22.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_EXTRAINSTALL="Readme.md"
-
-RUBY_FAKEGEM_GEMSPEC="parallel.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Run any code in parallel Processes or Threads"
-HOMEPAGE="https://github.com/grosser/parallel";
-LICENSE="MIT"
-SRC_URI="https://github.com/grosser/parallel/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-KEYWORDS="~amd64 ~riscv"
-SLOT="1"
-IUSE="test"
-
-DEPEND+="test? ( sys-process/lsof sys-process/procps )"
-
-ruby_add_bdepend "
-       test? ( dev-ruby/ruby-progressbar dev-ruby/activerecord:6.0 
dev-ruby/sqlite3 )"
-
-each_ruby_prepare() {
-       # Make sure the correct ruby is used for testing
-       sed -e 's:ruby :'${RUBY}' :' -i spec/parallel_spec.rb || die
-}
-
-all_ruby_prepare() {
-       sed -i -e 's/git ls-files/find/' ${RUBY_FAKEGEM_GEMSPEC} || die
-       sed -i -e '/bundler/ s:^:#:' \
-               -e '1i require "tempfile"; gem "activerecord", "~>6.0.0"' 
spec/cases/helper.rb || die
-       sed -i -e '3irequire "timeout"' spec/spec_helper.rb || die
-
-       # Avoid fragile ar sqlite tests. They throw ReadOnly errors every now 
and then.
-       sed -i -e '/works with SQLite in/,/end/ s:^:#:' spec/parallel_spec.rb 
|| die
-}
-
-each_ruby_test() {
-       # Set RUBYLIB explicitly for the ruby's that get started from the specs.
-       TRAVIS=true RUBYLIB="lib" ${RUBY} -S rspec-3 spec || die
-}

Reply via email to