commit:     a5924ebec9b25a1cccd7a35b78bbfac907cec6e3
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 18 05:11:01 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Aug 18 05:11:01 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5924ebe

www-servers/puma: cleanup

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 www-servers/puma/Manifest          |  2 --
 www-servers/puma/puma-3.1.1.ebuild | 53 ----------------------------------
 www-servers/puma/puma-3.6.1.ebuild | 58 --------------------------------------
 3 files changed, 113 deletions(-)

diff --git a/www-servers/puma/Manifest b/www-servers/puma/Manifest
index 62c784071a5..f5638449d47 100644
--- a/www-servers/puma/Manifest
+++ b/www-servers/puma/Manifest
@@ -1,4 +1,2 @@
-DIST puma-3.1.1.tar.gz 145563 SHA256 
ffcbae245e0a3a7f0418a9beb3e0e0a602203de15467dec93375fb3b4612ed6d SHA512 
ed478abb90c52a721ed2d050a514720d19de299ce08d416c184bd497118d506d2b66ec50c1484ad7bb405bd0201c02d04da3c41758e8c111f5a9520cd147cafa
 WHIRLPOOL 
4c19d3f1c55c5402d93e4e4359097b12bef017031faa7f3b03807ef6b372cd1bf4bb60ec697599d9c8a998936d09b1eafa414aac0d0e7cacbd0c13c1b40590ba
-DIST puma-3.6.1.tar.gz 152236 SHA256 
902516bc6d61592fe880b671893b8cb1f93867ad3e7365aa114982f0bc6faaa5 SHA512 
5dc6bb18f5b01a1b98adf56aa2d79394a0a7424013e05f694c5780c254ff451a9c4c5f4c05cd4468851bac77ffe69f752c5ce73c6c1b3bb42fcc0f434bd9acff
 WHIRLPOOL 
2380968b320c41208e600bdaad1830c8a5501f5c4cad6ad7b4511aef284dd1e00ba27779675fc7f779c8cfd07e75baefaca480d2a1c99ac96d6f71bc5f4039ce
 DIST puma-3.6.2.tar.gz 152250 SHA256 
c3963d0f8600aa83fdeaa65d0ab4baff543c755dccd26218b53fafc48f380c7e SHA512 
d80138f37b22753f2fefeba1c6bd315d8a6ded0e718df84ede6979b7634b6ebae1c4a2aa98bf233e8bc2d0113201f0e9c752e4d128ce4b812897680694f1ce9f
 WHIRLPOOL 
a98e125eee7c7da770e88c66b67dca8083ee9317572b9d96cc2e3e34b39049b86f2cdd49455971a3757e6d9da71bce32db1f50542501075ef57cf0fce236e052
 DIST puma-3.9.1.tar.gz 156801 SHA256 
bd75f67928b819d7fef2ab81e77565032e2f2252f16d02f33a010682d473f10e SHA512 
612e4dda7e3ead5c71df113031856d1ff2f001bfeaff448a81afa373b4b84a37c98e4f73ab8c2a763dd70e55a03fd60b9cafad134367989a90781d91ef0214a7
 WHIRLPOOL 
a17e2f0cec113d8597069e704ed5f9d4e7c61a333efb322c7de2033fdb5eb78f560a41e3965a8d825986a8ff25f53c504e041af26c0d97084bdb913b71b26cfb

diff --git a/www-servers/puma/puma-3.1.1.ebuild 
b/www-servers/puma/puma-3.1.1.ebuild
deleted file mode 100644
index dd3b4436194..00000000000
--- a/www-servers/puma/puma-3.1.1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-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"
-IUSE=""
-
-DEPEND+=" dev-libs/openssl:0"
-RDEPEND+=" dev-libs/openssl:0"
-
-ruby_add_bdepend "virtual/ruby-ssl
-       test? ( dev-ruby/rack )"
-
-all_ruby_prepare() {
-       # Avoid test failing inconsistently
-       sed -i -e '/phased_restart_via_pumactl/,/^  end/ s:^:#:' 
test/test_integration.rb || die
-}
-
-each_ruby_prepare() {
-       sed -i -e 's:ruby:'${RUBY}':' test/shell/run.sh || die
-}
-
-each_ruby_configure() {
-       ${RUBY} -Cext/puma_http11 extconf.rb || die
-}
-
-each_ruby_compile() {
-       emake -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 "Dir['test/**/*test_*.rb'].each{|f| require f}" 
|| die
-
-       einfo "Running integration tests"
-       pushd test/shell
-       sh run.sh
-       popd
-}

diff --git a/www-servers/puma/puma-3.6.1.ebuild 
b/www-servers/puma/puma-3.6.1.ebuild
deleted file mode 100644
index f3905616d94..00000000000
--- a/www-servers/puma/puma-3.6.1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby21 ruby22 ruby23"
-
-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"
-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.8:5 
>=dev-ruby/test-unit-3.0:2 )"
-
-all_ruby_prepare() {
-       # 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
-}
-
-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.8'; 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
-}

Reply via email to