commit:     0b3106ea6d72bd03483ab17166674db5092e71d0
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 30 06:08:03 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Jun 30 06:08:03 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b3106ea

www-servers/puma: drop 6.0.2, 6.1.0, 6.1.1

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

 www-servers/puma/Manifest          |  2 --
 www-servers/puma/puma-6.0.2.ebuild | 59 ------------------------------------
 www-servers/puma/puma-6.1.0.ebuild | 59 ------------------------------------
 www-servers/puma/puma-6.1.1.ebuild | 62 --------------------------------------
 4 files changed, 182 deletions(-)

diff --git a/www-servers/puma/Manifest b/www-servers/puma/Manifest
index 3380b61ba64c..3f36a0f30d2a 100644
--- a/www-servers/puma/Manifest
+++ b/www-servers/puma/Manifest
@@ -1,6 +1,4 @@
 DIST puma-5.6.5.tar.gz 314953 BLAKE2B 
2aca92ff3d32995be8f05b626c2299c07f8665f345a6830f3ec3a3a561dbeb41d68d65851cef9c33a56d1d508c9adf2ebb254ca5c1d4dd8fbc896d6d6d2b440a
 SHA512 
0ad41f3372732bdea6594a20b116ec4fc03a8a1d2ff807b3c315e7769aef4e5361ff775975575125002fbfc83315e6906fa8691ce666161bd8beee8c469289d8
-DIST puma-6.0.2.tar.gz 348269 BLAKE2B 
b0bf0efe179e78259b7b9f5ed8b2a701829ae4619edff00975a7a7e21eefd6560d051957d47fc2f5a4ba10cc2c8bcc863d4340f640054b8f081a7aa7fdbf8ede
 SHA512 
9202ff3767a5944558a34904e58db3c0c0dd9e68df1ebcc76f31fbccea90edcd0f2d60360bd7bbd517eb965be4b1a99faf31ed0a0c36a41c13e8b0573c40f530
-DIST puma-6.1.0.tar.gz 355394 BLAKE2B 
664bd24be4afde93c7fb3c6b407f0fd943bcebd86ec183d6f6d965c194f1b111d460b044eb64bcbaaff743a2d24031f786fb340a9e4ae624f324c2b70273723d
 SHA512 
642755f565d6f1f2baebac041112dad238ca2b815f85c5653cf913c0c007e9971212581036f48fa9bdcfe98b28261843ab80306ed693274c77849bce012125f3
 DIST puma-6.1.1.tar.gz 355892 BLAKE2B 
025d8303f01dc09dfc9e15395cbd2a5507b3f578dcd3b22cf0985ca760ed304b2eb1b0f4c442efc542f3261f7300143bf5264bab5543360d1cb07eb0aa3e52d5
 SHA512 
76988e75110124dcac589fcd01b46ae659e37b7dc2e6901c8d88b3b20ab188c8e6cdefb114f73c9ce829581d5723392d52a8059485ab7c31b77c65204554ac60
 DIST puma-6.2.2.tar.gz 358383 BLAKE2B 
aeea4410eb6b20f294131aa107d4d19ca19bea5a3447cee59250be151b5b8046feae2e2e096f40fade6ac81a6b630cf72608b1c6c76cf05c18be4e81c6f6e143
 SHA512 
b9eabec30761873d628acfff259cf4e5c55dbda735ecb871b0c6e3607930a96f55fe1ad4df58954b8d0b11995762b4918f47e930ae48ebc9557fdc0182a3db8d
 DIST puma-6.3.0.tar.gz 365128 BLAKE2B 
4db46fd2bcb3a6766582294cdc7f0bd0e2585da12999ec3091d942946f1f6a3e95272834323ab8efe594d7852f78ef9ee0f5f549cd92bbe086fc5ee2d25b914f
 SHA512 
74c4a58cceac016d0ccfef1312e31208b665e1a88d18dabc1018df26466b626fd85666042f1bcb416650dfb4f9779390b2f9b1fcd83c25816221b05eac8f25f8

diff --git a/www-servers/puma/puma-6.0.2.ebuild 
b/www-servers/puma/puma-6.0.2.ebuild
deleted file mode 100644
index 53dc2507d211..000000000000
--- a/www-servers/puma/puma-6.0.2.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby27 ruby30 ruby31"
-
-RUBY_FAKEGEM_GEMSPEC="puma.gemspec"
-
-RUBY_FAKEGEM_EXTENSIONS=(ext/puma_http11/extconf.rb)
-RUBY_FAKEGEM_EXTENSION_LIBDIR=lib/puma
-
-inherit ruby-fakegem
-
-DESCRIPTION="a simple, fast, threaded, and highly concurrent HTTP 1.1 server 
for Ruby/Rack"
-HOMEPAGE="https://puma.io/";
-SRC_URI="https://github.com/puma/puma/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="3"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
-IUSE=""
-
-DEPEND+=" dev-libs/openssl:0 test? ( net-misc/curl )"
-RDEPEND+=" dev-libs/openssl:0="
-
-ruby_add_bdepend "virtual/ruby-ssl
-       test? ( dev-ruby/localhost dev-ruby/rack >=dev-ruby/minitest-5.9:5 
>=dev-ruby/test-unit-3.0:2 )"
-
-ruby_add_rdepend "dev-ruby/nio4r:2"
-
-all_ruby_prepare() {
-       sed -e '/bundler/ s:^:#:' \
-               -e '/prove/ s:^:#:' \
-               -e '/stub_const/ s:^:#:' \
-               -i test/helper.rb || die
-
-       # Avoid tests failing inconsistently
-       sed -i -e '/test_bad_client/askip "inconsistent results"' 
test/test_web_server.rb || die
-
-       # Avoid launcher tests since they make assumptions about bundler use
-       rm -f test/test_launcher.rb test/test_worker_gem_independence.rb 
test/test_bundle_pruner.rb || die
-
-       # Skip integration tests since they make a lot of assumptions about
-       # the environment
-       rm -f test/test_integration_* test/test_preserve_bundler_env.rb|| die
-
-       # Avoid test that uses unpackaged stub_const
-       sed -i -e '/test_shutdown_with_grace/,/^  end/ s:^:#:' 
test/test_thread_pool.rb || die
-
-       sed -e 's/git ls-files --/find/' \
-               -e 's:_relative ": "./:' \
-               -i ${RUBY_FAKEGEM_GEMSPEC} || die
-}
-
-each_ruby_test() {
-       einfo "Running test suite"
-       ${RUBY} -Ilib:.:test -e "gem 'minitest', '~>5.9'; gem 'test-unit', 
'~>3.0'; require 'minitest/autorun'; Dir['test/**/*test_*.rb'].each{|f| require 
f}" || die
-}

diff --git a/www-servers/puma/puma-6.1.0.ebuild 
b/www-servers/puma/puma-6.1.0.ebuild
deleted file mode 100644
index 72c9b91a9b12..000000000000
--- a/www-servers/puma/puma-6.1.0.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby27 ruby30 ruby31"
-
-RUBY_FAKEGEM_GEMSPEC="puma.gemspec"
-
-RUBY_FAKEGEM_EXTENSIONS=(ext/puma_http11/extconf.rb)
-RUBY_FAKEGEM_EXTENSION_LIBDIR=lib/puma
-
-inherit ruby-fakegem
-
-DESCRIPTION="a simple, fast, threaded, and highly concurrent HTTP 1.1 server 
for Ruby/Rack"
-HOMEPAGE="https://puma.io/";
-SRC_URI="https://github.com/puma/puma/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="3"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
-IUSE=""
-
-DEPEND+=" dev-libs/openssl:0 test? ( net-misc/curl )"
-RDEPEND+=" dev-libs/openssl:0="
-
-ruby_add_bdepend "virtual/ruby-ssl
-       test? ( dev-ruby/localhost dev-ruby/rack:2.2 >=dev-ruby/minitest-5.9:5 
>=dev-ruby/test-unit-3.0:2 )"
-
-ruby_add_rdepend "dev-ruby/nio4r:2"
-
-all_ruby_prepare() {
-       sed -e '/bundler/ s:^:#:' \
-               -e '/prove/ s:^:#:' \
-               -e '/stub_const/ s:^:#:' \
-               -i test/helper.rb || die
-
-       # Avoid tests failing inconsistently
-       sed -i -e '/test_bad_client/askip "inconsistent results"' 
test/test_web_server.rb || die
-
-       # Avoid launcher tests since they make assumptions about bundler use
-       rm -f test/test_launcher.rb test/test_worker_gem_independence.rb 
test/test_bundle_pruner.rb || die
-
-       # Skip integration tests since they make a lot of assumptions about
-       # the environment
-       rm -f test/test_integration_* test/test_preserve_bundler_env.rb|| die
-
-       # Avoid test that uses unpackaged stub_const
-       sed -i -e '/test_shutdown_with_grace/,/^  end/ s:^:#:' 
test/test_thread_pool.rb || die
-
-       sed -e 's/git ls-files --/find/' \
-               -e 's:_relative ": "./:' \
-               -i ${RUBY_FAKEGEM_GEMSPEC} || die
-}
-
-each_ruby_test() {
-       einfo "Running test suite"
-       PUMA_CI_RACK_2=true ${RUBY} -Ilib:.:test -e "gem 'minitest', '~>5.9'; 
gem 'test-unit', '~>3.0'; gem 'rack', '<3'; require 'minitest/autorun'; 
Dir['test/**/*test_*.rb'].each{|f| require f}" || die
-}

diff --git a/www-servers/puma/puma-6.1.1.ebuild 
b/www-servers/puma/puma-6.1.1.ebuild
deleted file mode 100644
index 19520609d0a1..000000000000
--- a/www-servers/puma/puma-6.1.1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby27 ruby30 ruby31"
-
-RUBY_FAKEGEM_GEMSPEC="puma.gemspec"
-
-RUBY_FAKEGEM_EXTENSIONS=(ext/puma_http11/extconf.rb)
-RUBY_FAKEGEM_EXTENSION_LIBDIR=lib/puma
-
-inherit ruby-fakegem
-
-DESCRIPTION="a simple, fast, threaded, and highly concurrent HTTP 1.1 server 
for Ruby/Rack"
-HOMEPAGE="https://puma.io/";
-SRC_URI="https://github.com/puma/puma/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="3"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
-IUSE=""
-
-DEPEND+=" dev-libs/openssl:0 test? ( net-misc/curl )"
-RDEPEND+=" dev-libs/openssl:0="
-
-ruby_add_bdepend "virtual/ruby-ssl
-       test? ( dev-ruby/localhost dev-ruby/rack:2.2 >=dev-ruby/minitest-5.9:5 
>=dev-ruby/test-unit-3.0:2 )"
-
-ruby_add_rdepend "dev-ruby/nio4r:2"
-
-all_ruby_prepare() {
-       sed -e '/bundler/ s:^:#:' \
-               -e '/prove/ s:^:#:' \
-               -e '/stub_const/ s:^:#:' \
-               -i test/helper.rb || die
-
-       # Avoid tests failing inconsistently
-       sed -i -e '/test_bad_client/askip "inconsistent results"' 
test/test_web_server.rb || die
-
-       # Avoid launcher tests since they make assumptions about bundler use
-       rm -f test/test_launcher.rb test/test_worker_gem_independence.rb 
test/test_bundle_pruner.rb || die
-
-       # Skip integration tests since they make a lot of assumptions about
-       # the environment
-       rm -f test/test_integration_* test/test_preserve_bundler_env.rb|| die
-
-       # Avoid test that uses unpackaged stub_const
-       sed -i -e '/test_shutdown_with_grace/,/^  end/ s:^:#:' 
test/test_thread_pool.rb || die
-
-       # Tries to call 'rackup' directly
-       sed -i -e '/def test_bin/,/^    end/ s:^:#:' test/test_rack_handler.rb 
|| die
-
-       sed -e 's/git ls-files --/find/' \
-               -e 's:_relative ": "./:' \
-               -i ${RUBY_FAKEGEM_GEMSPEC} || die
-}
-
-each_ruby_test() {
-       einfo "Running test suite"
-       PUMA_CI_RACK_2=true ${RUBY} -Ilib:.:test -e "gem 'minitest', '~>5.9'; 
gem 'test-unit', '~>3.0'; gem 'rack', '<3'; require 'minitest/autorun'; 
Dir['test/**/*test_*.rb'].each{|f| require f}" || die
-}

Reply via email to