commit:     65a5d9a79a54c6c7baabba91ebdcfa2b97f8dc66
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 30 11:59:17 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 30 12:01:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65a5d9a7

dev-ruby/rack: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-ruby/rack/Manifest          |  2 --
 dev-ruby/rack/rack-2.0.9.ebuild | 48 ----------------------------------
 dev-ruby/rack/rack-2.1.4.ebuild | 57 -----------------------------------------
 profiles/package.mask           |  7 -----
 4 files changed, 114 deletions(-)

diff --git a/dev-ruby/rack/Manifest b/dev-ruby/rack/Manifest
index 6504e5714a4..f85711c3d4e 100644
--- a/dev-ruby/rack/Manifest
+++ b/dev-ruby/rack/Manifest
@@ -1,3 +1 @@
-DIST rack-2.0.9.gem 256512 BLAKE2B 
7da7b239e5679a2f6d19626cbaf8b4ec02a7ce7ffd086732925963ac6fe0397f180548c6065abdbe8d55de802583d7dd09de38da0d4d695559456d852d2b3d4c
 SHA512 
5b56d1aa7bcca11c631f8205605e71f9c661ec9ea7694a16f32f6fdb493cf015d184f924fdf342abebacfbb185e367c9e6dd1288ffe9dabaf4e6566b8853a191
-DIST rack-2.1.4.tar.gz 251772 BLAKE2B 
9dbd1ac1dade5935a3819b8c23e492b3e637ed2fc99a95ad0592d40501ea4171433ac4bba08a6031cd77521f4ae0f430ea60394c51b7c5f25cd9e82b72067ba8
 SHA512 
ce36902125171d2c9baffdd85a171237b9262a47115f043ce96486fb60fcd77826ae28d9416c43a3549db657a3da1c7be45f14842e4b343517f23dab82abd81a
 DIST rack-2.2.3.tar.gz 278045 BLAKE2B 
2182ab6ee2ca0e40bd131dc96cf15d7e1015570a0702c2419e50da9eae6afedc0f1543a2fdc1fb32022a65788ab486b7add688c8bf201ad46a3d101b6e625a8b
 SHA512 
0daefd1fd7d1c83a5aaf0e8a3c0d734f805f6718c3f2d20673e78242f10fa99c24f8e8d480cb7f0ee299d96a4b691e4a19c967785de946dc863e9b78e0c3ac53

diff --git a/dev-ruby/rack/rack-2.0.9.ebuild b/dev-ruby/rack/rack-2.0.9.ebuild
deleted file mode 100644
index 61f526b2403..00000000000
--- a/dev-ruby/rack/rack-2.0.9.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="HISTORY.md README.rdoc SPEC"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="A modular Ruby webserver interface"
-HOMEPAGE="https://rack.github.com/";
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1-2)"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
-IUSE=""
-
-ruby_add_rdepend "virtual/ruby-ssl"
-
-ruby_add_bdepend "test? (
-       dev-ruby/minitest:5
-       dev-ruby/minitest-global_expectations
-       dev-ruby/concurrent-ruby
-)"
-
-# The gem has automagic dependencies over mongrel, ruby-openid,
-# memcache-client, thin, mongrel and camping; not sure if we should
-# make them dependencies at all.
-
-# Block against versions in older slots that also try to install a binary.
-RDEPEND="${RDEPEND} !<dev-ruby/rack-1.5.2-r4:1.5 !<dev-ruby/rack-1.6.4-r2:1.6"
-
-all_ruby_prepare() {
-       # The build system tries to generate the ChangeLog from git. Create
-       # an empty file to avoid a needless dependency on git.
-       touch ChangeLog || die
-
-       # Avoid development dependency
-       sed -i -e '/minitest-sprint/ s:^:#:' rack.gemspec || die
-}
-
-each_ruby_test() {
-       ${RUBY} -Ilib:test:. -e "require 'test/gemloader.rb'; 
Dir['test/spec_*.rb'].each{|f| require f}" || die
-}

diff --git a/dev-ruby/rack/rack-2.1.4.ebuild b/dev-ruby/rack/rack-2.1.4.ebuild
deleted file mode 100644
index f3a1f3f6757..00000000000
--- a/dev-ruby/rack/rack-2.1.4.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc SPEC"
-
-RUBY_FAKEGEM_GEMSPEC="rack.gemspec"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="A modular Ruby webserver interface"
-HOMEPAGE="https://rack.github.com/";
-SRC_URI="https://github.com/rack/rack/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1-2)"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-ruby_add_rdepend "virtual/ruby-ssl"
-
-ruby_add_bdepend "test? (
-       dev-ruby/minitest:5
-       dev-ruby/minitest-global_expectations
-       dev-ruby/concurrent-ruby
-)"
-
-# The gem has automagic dependencies over mongrel, ruby-openid,
-# memcache-client, thin, mongrel and camping; not sure if we should
-# make them dependencies at all.
-
-# Block against versions in older slots that also try to install a binary.
-RDEPEND="${RDEPEND} !<dev-ruby/rack-1.6.4-r2:1.6 !!<dev-ruby/rack-2.0.8-r1:2.0"
-
-all_ruby_prepare() {
-       # The build system tries to generate the ChangeLog from git. Create
-       # an empty file to avoid a needless dependency on git.
-       touch ChangeLog || die
-
-       # Avoid development dependency
-       sed -i -e '/minitest-sprint/ s:^:#:' rack.gemspec || die
-
-       # Skip tests failing due to encoding
-       sed -e '/correctly escape script name with spaces/askip "encoding"' \
-               -e '/uri escape path parts/askip "encoding"' \
-               -e '/correctly escape script name/askip "encoding"' \
-               -i test/spec_directory.rb || die
-}
-
-each_ruby_test() {
-       ${RUBY} -Ilib:test:. -e "require 'test/gemloader.rb'; 
Dir['test/spec_*.rb'].each{|f| require f}" || die
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 109cef2ae6e..7913e9178af 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -261,13 +261,6 @@ games-rpg/the-royal-trap
 # Removal in 30 days.  Bug #762634.
 media-libs/jpeg
 
-# Hans de Graaff <[email protected]> (2020-12-29)
-# These slots masked for removal in 30 days due to
-# security issues, bug 730786
-# Use a newer slot instead.
-dev-ruby/rack:2.0
-dev-ruby/rack:2.1
-
 # Jonas Stein <[email protected]> (2020-12-29)
 # Unusable without alsa.
 # Masked for removal after 2021-02-01

Reply via email to