From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/puma/
Date: Sat, 14 Jul 2018 05:21:44 +0000 (UTC) [thread overview]
Message-ID: <1531545144.a8b4e5ef21cd2c7ff759b6eacb5fab61219cccf4.graaff@gentoo> (raw)
commit: a8b4e5ef21cd2c7ff759b6eacb5fab61219cccf4
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 14 05:12:24 2018 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Jul 14 05:12:24 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8b4e5ef
www-servers/puma: cleanup
Package-Manager: Portage-2.3.40, Repoman-2.3.9
www-servers/puma/Manifest | 2 --
www-servers/puma/puma-3.11.2.ebuild | 67 -------------------------------------
www-servers/puma/puma-3.11.3.ebuild | 67 -------------------------------------
3 files changed, 136 deletions(-)
diff --git a/www-servers/puma/Manifest b/www-servers/puma/Manifest
index bac1777cf40..c3ce32748ee 100644
--- a/www-servers/puma/Manifest
+++ b/www-servers/puma/Manifest
@@ -1,4 +1,2 @@
DIST puma-3.11.0.tar.gz 207387 BLAKE2B b95af60358a9e6877eec34b4cab80c00512e6f9c518f302d6373eee3042b4f439d655aafc719461f7d286fea565e82e6f7ad541a7b0a17d3c2f49067f3e11dd1 SHA512 55e7be6a6c8abc7c8bba4c793b9515150d989358259bbd6546cd8a52d9e6cfb0b7e20c3f813790359ae141865f991d0daadf043e884e2cbc1a1bdfabadca8a16
-DIST puma-3.11.2.tar.gz 207895 BLAKE2B f7a36112f70e63467569354f5ee5e81e1a62ab457099228f7c43c25bd51a8f8aa6de7e02c71222d23c3dc6b5e726c3210e46052d03ae376d533332942b1daa2f SHA512 a10fc17585f38ea31c213cfde109fb21415257d2a6ab8863091baee49e94916b20ffc47f8aa961ab2b2d5d0672a0ad4a279bc9b2549062842accb6cd39cf922c
-DIST puma-3.11.3.tar.gz 207993 BLAKE2B a1d46e531664e04b738840ce8f393721a9a0af113b4796ac24050859973e04f1d36a5494c1245ad24fbb3de54fae00caf908357114499db808342c471a73ccf3 SHA512 315ff78e302fcee5ac404167d40d7a831b584c21aa34cce55a13cd4f2beeafa62a4ae68b2e394f3f4d0ce50cf680bdf8437e5fe6cd541964db2d5838bc8c8469
DIST puma-3.11.4.tar.gz 210324 BLAKE2B 16c01182f4a3adad026ab4f214945b1c5e002d2d99ef965947d982b488c3d080f50d41b175cc69181b2c953d32df6dfb63253dbd0312d594a2472f69f01aa30f SHA512 4c32c7587cab7ae0afd1e90d3de00db67fe314a700240d295303549905e3c556cba06ea41fbe6230f50328769d47272c52f9eb6460b0653fa14e336bacd120ea
diff --git a/www-servers/puma/puma-3.11.2.ebuild b/www-servers/puma/puma-3.11.2.ebuild
deleted file mode 100644
index 7bac9556728..00000000000
--- a/www-servers/puma/puma-3.11.2.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="a simple, fast, threaded, and highly concurrent HTTP 1.1 server for Ruby/Rack"
-HOMEPAGE="http://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 ~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/rack >=dev-ruby/minitest-5.9:5 >=dev-ruby/test-unit-3.0:2 )"
-
-all_ruby_prepare() {
- sed -i -e '/bundler/ s:^:#:' test/helper.rb || die
-
- # Avoid test failing inconsistently
- sed -i -e '/phased_restart_via_pumactl/,/^ end/ s:^:#:' test/test_integration.rb || die
-
- # Avoid test we did not run previously that is failing
- rm -f test/test_cli.rb || die
-
- # Avoid test that trigger a bug in ruby very easily and lead to
- # failure. This affects all current puma versions in combination
- # with the latest ruby versions, so we add this new version anyway
- # while allowing these tests to fail.
- # https://github.com/puma/puma/pull/1345
- rm -f test/test_{persistent,puma_server,puma_server_ssl}.rb || die
-}
-
-each_ruby_prepare() {
- sed -i -e 's:ruby -rubygems:'${RUBY}' -rubygems:' \
- -e 's/localhost/127.0.0.1/' test/shell/* || die
- sed -i -e '1ilog_requests' test/shell/t{1,2}_conf.rb || die
-}
-
-each_ruby_configure() {
- ${RUBY} -Cext/puma_http11 extconf.rb || die
-}
-
-each_ruby_compile() {
- emake V=1 -Cext/puma_http11
- cp ext/puma_http11/puma_http11$(get_modname) lib/puma/ || 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
-
- einfo "Running integration tests"
- pushd test/shell
- #sh run.sh || die
- popd
-}
diff --git a/www-servers/puma/puma-3.11.3.ebuild b/www-servers/puma/puma-3.11.3.ebuild
deleted file mode 100644
index 745ad159b3e..00000000000
--- a/www-servers/puma/puma-3.11.3.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby22 ruby23 ruby24 ruby25"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-inherit multilib 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 ~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/rack >=dev-ruby/minitest-5.9:5 >=dev-ruby/test-unit-3.0:2 )"
-
-all_ruby_prepare() {
- sed -i -e '/bundler/ s:^:#:' test/helper.rb || die
-
- # Avoid test failing inconsistently
- sed -i -e '/phased_restart_via_pumactl/,/^ end/ s:^:#:' test/test_integration.rb || die
-
- # Avoid test we did not run previously that is failing
- rm -f test/test_cli.rb || die
-
- # Avoid test that trigger a bug in ruby very easily and lead to
- # failure. This affects all current puma versions in combination
- # with the latest ruby versions, so we add this new version anyway
- # while allowing these tests to fail.
- # https://github.com/puma/puma/pull/1345
- rm -f test/test_{persistent,puma_server,puma_server_ssl}.rb || die
-}
-
-each_ruby_prepare() {
- sed -i -e 's:ruby -rubygems:'${RUBY}' -rubygems:' \
- -e 's/localhost/127.0.0.1/' test/shell/* || die
- sed -i -e '1ilog_requests' test/shell/t{1,2}_conf.rb || die
-}
-
-each_ruby_configure() {
- ${RUBY} -Cext/puma_http11 extconf.rb || die
-}
-
-each_ruby_compile() {
- emake V=1 -Cext/puma_http11
- cp ext/puma_http11/puma_http11$(get_modname) lib/puma/ || 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
-
- einfo "Running integration tests"
- pushd test/shell
- #sh run.sh || die
- popd
-}
next reply other threads:[~2018-07-14 5:21 UTC|newest]
Thread overview: 142+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-14 5:21 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-29 6:46 [gentoo-commits] repo/gentoo:master commit in: www-servers/puma/ Hans de Graaff
2024-11-23 8:11 Hans de Graaff
2024-11-01 10:00 Hans de Graaff
2024-10-23 19:51 Arthur Zamarin
2024-10-23 19:51 Arthur Zamarin
2024-10-06 10:49 Sam James
2024-09-22 5:34 Hans de Graaff
2024-02-28 6:43 Hans de Graaff
2024-01-27 10:35 Hans de Graaff
2023-09-22 5:54 Hans de Graaff
2023-09-18 20:40 Arthur Zamarin
2023-09-18 20:04 Arthur Zamarin
2023-08-19 7:53 Arthur Zamarin
2023-08-18 5:37 Hans de Graaff
2023-06-30 6:09 Hans de Graaff
2023-06-30 6:09 Hans de Graaff
2023-06-10 5:19 Jakov Smolić
2023-06-10 5:19 Jakov Smolić
2023-04-23 6:21 Hans de Graaff
2023-04-23 6:21 Hans de Graaff
2023-04-11 17:52 Jakov Smolić
2023-04-09 2:34 Sam James
2023-04-07 8:39 Sam James
2023-04-07 8:39 Sam James
2023-04-07 8:36 Sam James
2023-04-03 3:17 Sam James
2023-04-03 3:17 Sam James
2023-04-03 3:17 Sam James
2023-04-03 0:47 Sam James
2023-03-27 8:35 Sam James
2023-02-12 8:18 Hans de Graaff
2023-01-02 7:00 Hans de Graaff
2022-12-21 15:56 Arthur Zamarin
2022-12-21 15:56 Arthur Zamarin
2022-12-21 7:34 Hans de Graaff
2022-10-17 5:25 Hans de Graaff
2022-08-24 4:37 Hans de Graaff
2022-06-04 5:47 Hans de Graaff
2022-04-12 17:29 Hans de Graaff
2022-04-12 8:06 Agostino Sarubbo
2022-04-11 6:50 Agostino Sarubbo
2022-03-31 6:15 Hans de Graaff
2022-02-14 14:19 Yixun Lan
2022-02-12 7:30 Hans de Graaff
2022-02-12 7:30 Hans de Graaff
2022-02-05 7:54 Hans de Graaff
2022-02-05 6:57 Hans de Graaff
2022-02-01 7:36 Agostino Sarubbo
2022-02-01 7:30 Agostino Sarubbo
2022-01-28 7:06 Hans de Graaff
2021-12-27 16:01 Arthur Zamarin
2021-12-17 11:50 Arthur Zamarin
2021-12-17 9:02 Arthur Zamarin
2021-12-07 20:44 Arthur Zamarin
2021-11-19 2:08 Sam James
2021-11-17 2:19 Sam James
2021-11-09 20:41 Jakov Smolić
2021-11-08 2:51 Yixun Lan
2021-11-05 7:51 Hans de Graaff
2021-07-30 8:30 Hans de Graaff
2021-07-12 13:26 Hans de Graaff
2021-06-22 18:19 Sam James
2021-06-06 7:19 Hans de Graaff
2021-06-06 7:16 Agostino Sarubbo
2021-06-06 7:14 Agostino Sarubbo
2021-06-04 8:22 Hans de Graaff
2021-06-04 8:22 Hans de Graaff
2021-05-22 7:03 Hans de Graaff
2021-05-12 6:20 Hans de Graaff
2021-05-10 4:35 Hans de Graaff
2021-05-10 4:35 Hans de Graaff
2021-03-04 6:55 Hans de Graaff
2021-03-04 6:55 Hans de Graaff
2021-02-13 9:51 Hans de Graaff
2021-02-07 6:11 Hans de Graaff
2021-02-04 7:58 Agostino Sarubbo
2021-02-03 23:55 Thomas Deutschmann
2021-02-03 6:45 Hans de Graaff
2020-12-18 9:31 Hans de Graaff
2020-12-18 9:31 Hans de Graaff
2020-11-21 7:49 Hans de Graaff
2020-08-15 5:42 Hans de Graaff
2020-08-13 23:10 Thomas Deutschmann
2020-08-13 19:15 Hans de Graaff
2020-08-12 6:01 Agostino Sarubbo
2020-08-11 11:00 Agostino Sarubbo
2020-07-19 8:30 Hans de Graaff
2020-07-19 8:30 Hans de Graaff
2020-06-03 6:59 Sergei Trofimovich
2020-03-05 8:11 Hans de Graaff
2020-03-02 12:32 Agostino Sarubbo
2020-03-01 13:03 Agostino Sarubbo
2020-02-29 6:57 Hans de Graaff
2020-02-29 6:57 Hans de Graaff
2020-02-29 6:57 Hans de Graaff
2020-02-29 6:00 Hans de Graaff
2020-02-29 6:00 Hans de Graaff
2019-12-14 9:39 Hans de Graaff
2019-12-10 9:46 Agostino Sarubbo
2019-12-09 14:38 Agostino Sarubbo
2019-12-09 5:44 Hans de Graaff
2019-12-09 5:44 Hans de Graaff
2019-11-09 6:11 Hans de Graaff
2019-10-09 5:04 Hans de Graaff
2019-09-29 9:07 Hans de Graaff
2019-07-24 23:16 Aaron Bauman
2019-07-12 5:07 Hans de Graaff
2019-06-26 5:16 Hans de Graaff
2019-04-29 5:32 Hans de Graaff
2019-04-28 20:34 Thomas Deutschmann
2019-04-13 14:10 Mikle Kolyada
2019-03-24 8:35 Hans de Graaff
2018-12-26 11:48 Sergei Trofimovich
2018-12-18 5:58 Hans de Graaff
2018-07-14 5:21 Hans de Graaff
2018-07-14 5:21 Hans de Graaff
2018-04-26 4:57 Hans de Graaff
2018-04-26 4:57 Hans de Graaff
2018-04-14 6:48 Hans de Graaff
2018-03-25 12:41 Sergei Trofimovich
2018-03-25 12:41 Sergei Trofimovich
2018-03-25 12:41 Sergei Trofimovich
2018-03-06 6:25 Hans de Graaff
2018-02-07 5:52 Thomas Deutschmann
2018-01-22 6:44 Hans de Graaff
2018-01-14 8:15 Hans de Graaff
2018-01-14 8:15 Hans de Graaff
2017-11-21 5:42 Hans de Graaff
2017-11-21 5:42 Hans de Graaff
2017-08-18 6:11 Hans de Graaff
2017-08-18 6:11 Hans de Graaff
2017-07-24 17:51 Markus Meier
2017-07-12 12:13 Alexis Ballier
2017-07-08 9:54 Hans de Graaff
2016-12-06 5:38 Hans de Graaff
2016-12-06 5:38 Hans de Graaff
2016-11-22 6:25 Hans de Graaff
2016-08-20 7:23 Hans de Graaff
2016-08-20 7:23 Hans de Graaff
2016-03-18 6:38 Hans de Graaff
2016-03-13 7:48 Hans de Graaff
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1531545144.a8b4e5ef21cd2c7ff759b6eacb5fab61219cccf4.graaff@gentoo \
--to=graaff@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox