Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack/, profiles/
Date: Sat, 30 Jan 2021 12:01:14
Message-Id: 1612008064.65a5d9a79a54c6c7baabba91ebdcfa2b97f8dc66.mgorny@gentoo
1 commit: 65a5d9a79a54c6c7baabba91ebdcfa2b97f8dc66
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 30 11:59:17 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 30 12:01:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65a5d9a7
7
8 dev-ruby/rack: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-ruby/rack/Manifest | 2 --
13 dev-ruby/rack/rack-2.0.9.ebuild | 48 ----------------------------------
14 dev-ruby/rack/rack-2.1.4.ebuild | 57 -----------------------------------------
15 profiles/package.mask | 7 -----
16 4 files changed, 114 deletions(-)
17
18 diff --git a/dev-ruby/rack/Manifest b/dev-ruby/rack/Manifest
19 index 6504e5714a4..f85711c3d4e 100644
20 --- a/dev-ruby/rack/Manifest
21 +++ b/dev-ruby/rack/Manifest
22 @@ -1,3 +1 @@
23 -DIST rack-2.0.9.gem 256512 BLAKE2B 7da7b239e5679a2f6d19626cbaf8b4ec02a7ce7ffd086732925963ac6fe0397f180548c6065abdbe8d55de802583d7dd09de38da0d4d695559456d852d2b3d4c SHA512 5b56d1aa7bcca11c631f8205605e71f9c661ec9ea7694a16f32f6fdb493cf015d184f924fdf342abebacfbb185e367c9e6dd1288ffe9dabaf4e6566b8853a191
24 -DIST rack-2.1.4.tar.gz 251772 BLAKE2B 9dbd1ac1dade5935a3819b8c23e492b3e637ed2fc99a95ad0592d40501ea4171433ac4bba08a6031cd77521f4ae0f430ea60394c51b7c5f25cd9e82b72067ba8 SHA512 ce36902125171d2c9baffdd85a171237b9262a47115f043ce96486fb60fcd77826ae28d9416c43a3549db657a3da1c7be45f14842e4b343517f23dab82abd81a
25 DIST rack-2.2.3.tar.gz 278045 BLAKE2B 2182ab6ee2ca0e40bd131dc96cf15d7e1015570a0702c2419e50da9eae6afedc0f1543a2fdc1fb32022a65788ab486b7add688c8bf201ad46a3d101b6e625a8b SHA512 0daefd1fd7d1c83a5aaf0e8a3c0d734f805f6718c3f2d20673e78242f10fa99c24f8e8d480cb7f0ee299d96a4b691e4a19c967785de946dc863e9b78e0c3ac53
26
27 diff --git a/dev-ruby/rack/rack-2.0.9.ebuild b/dev-ruby/rack/rack-2.0.9.ebuild
28 deleted file mode 100644
29 index 61f526b2403..00000000000
30 --- a/dev-ruby/rack/rack-2.0.9.ebuild
31 +++ /dev/null
32 @@ -1,48 +0,0 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -USE_RUBY="ruby24 ruby25 ruby26 ruby27"
38 -
39 -RUBY_FAKEGEM_DOCDIR="doc"
40 -RUBY_FAKEGEM_EXTRADOC="HISTORY.md README.rdoc SPEC"
41 -
42 -RUBY_FAKEGEM_BINWRAP=""
43 -
44 -inherit ruby-fakegem
45 -
46 -DESCRIPTION="A modular Ruby webserver interface"
47 -HOMEPAGE="https://rack.github.com/"
48 -
49 -LICENSE="MIT"
50 -SLOT="$(ver_cut 1-2)"
51 -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"
52 -IUSE=""
53 -
54 -ruby_add_rdepend "virtual/ruby-ssl"
55 -
56 -ruby_add_bdepend "test? (
57 - dev-ruby/minitest:5
58 - dev-ruby/minitest-global_expectations
59 - dev-ruby/concurrent-ruby
60 -)"
61 -
62 -# The gem has automagic dependencies over mongrel, ruby-openid,
63 -# memcache-client, thin, mongrel and camping; not sure if we should
64 -# make them dependencies at all.
65 -
66 -# Block against versions in older slots that also try to install a binary.
67 -RDEPEND="${RDEPEND} !<dev-ruby/rack-1.5.2-r4:1.5 !<dev-ruby/rack-1.6.4-r2:1.6"
68 -
69 -all_ruby_prepare() {
70 - # The build system tries to generate the ChangeLog from git. Create
71 - # an empty file to avoid a needless dependency on git.
72 - touch ChangeLog || die
73 -
74 - # Avoid development dependency
75 - sed -i -e '/minitest-sprint/ s:^:#:' rack.gemspec || die
76 -}
77 -
78 -each_ruby_test() {
79 - ${RUBY} -Ilib:test:. -e "require 'test/gemloader.rb'; Dir['test/spec_*.rb'].each{|f| require f}" || die
80 -}
81
82 diff --git a/dev-ruby/rack/rack-2.1.4.ebuild b/dev-ruby/rack/rack-2.1.4.ebuild
83 deleted file mode 100644
84 index f3a1f3f6757..00000000000
85 --- a/dev-ruby/rack/rack-2.1.4.ebuild
86 +++ /dev/null
87 @@ -1,57 +0,0 @@
88 -# Copyright 1999-2020 Gentoo Authors
89 -# Distributed under the terms of the GNU General Public License v2
90 -
91 -EAPI=7
92 -USE_RUBY="ruby25 ruby26 ruby27"
93 -
94 -RUBY_FAKEGEM_DOCDIR="doc"
95 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc SPEC"
96 -
97 -RUBY_FAKEGEM_GEMSPEC="rack.gemspec"
98 -
99 -RUBY_FAKEGEM_BINWRAP=""
100 -
101 -inherit ruby-fakegem
102 -
103 -DESCRIPTION="A modular Ruby webserver interface"
104 -HOMEPAGE="https://rack.github.com/"
105 -SRC_URI="https://github.com/rack/rack/archive/${PV}.tar.gz -> ${P}.tar.gz"
106 -
107 -LICENSE="MIT"
108 -SLOT="$(ver_cut 1-2)"
109 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
110 -IUSE=""
111 -
112 -ruby_add_rdepend "virtual/ruby-ssl"
113 -
114 -ruby_add_bdepend "test? (
115 - dev-ruby/minitest:5
116 - dev-ruby/minitest-global_expectations
117 - dev-ruby/concurrent-ruby
118 -)"
119 -
120 -# The gem has automagic dependencies over mongrel, ruby-openid,
121 -# memcache-client, thin, mongrel and camping; not sure if we should
122 -# make them dependencies at all.
123 -
124 -# Block against versions in older slots that also try to install a binary.
125 -RDEPEND="${RDEPEND} !<dev-ruby/rack-1.6.4-r2:1.6 !!<dev-ruby/rack-2.0.8-r1:2.0"
126 -
127 -all_ruby_prepare() {
128 - # The build system tries to generate the ChangeLog from git. Create
129 - # an empty file to avoid a needless dependency on git.
130 - touch ChangeLog || die
131 -
132 - # Avoid development dependency
133 - sed -i -e '/minitest-sprint/ s:^:#:' rack.gemspec || die
134 -
135 - # Skip tests failing due to encoding
136 - sed -e '/correctly escape script name with spaces/askip "encoding"' \
137 - -e '/uri escape path parts/askip "encoding"' \
138 - -e '/correctly escape script name/askip "encoding"' \
139 - -i test/spec_directory.rb || die
140 -}
141 -
142 -each_ruby_test() {
143 - ${RUBY} -Ilib:test:. -e "require 'test/gemloader.rb'; Dir['test/spec_*.rb'].each{|f| require f}" || die
144 -}
145
146 diff --git a/profiles/package.mask b/profiles/package.mask
147 index 109cef2ae6e..7913e9178af 100644
148 --- a/profiles/package.mask
149 +++ b/profiles/package.mask
150 @@ -261,13 +261,6 @@ games-rpg/the-royal-trap
151 # Removal in 30 days. Bug #762634.
152 media-libs/jpeg
153
154 -# Hans de Graaff <graaff@g.o> (2020-12-29)
155 -# These slots masked for removal in 30 days due to
156 -# security issues, bug 730786
157 -# Use a newer slot instead.
158 -dev-ruby/rack:2.0
159 -dev-ruby/rack:2.1
160 -
161 # Jonas Stein <jstein@g.o> (2020-12-29)
162 # Unusable without alsa.
163 # Masked for removal after 2021-02-01