Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/webmock/
Date: Sun, 03 Oct 2021 06:30:52
Message-Id: 1633242641.931ce0de945d36c8b17651c6d2e2db6c4153ba9f.graaff@gentoo
1 commit: 931ce0de945d36c8b17651c6d2e2db6c4153ba9f
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 3 06:21:28 2021 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 3 06:30:41 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=931ce0de
7
8 dev-ruby/webmock: cleanup
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/webmock/Manifest | 2 -
14 dev-ruby/webmock/webmock-3.11.3.ebuild | 69 ----------------------------------
15 dev-ruby/webmock/webmock-3.13.0.ebuild | 69 ----------------------------------
16 3 files changed, 140 deletions(-)
17
18 diff --git a/dev-ruby/webmock/Manifest b/dev-ruby/webmock/Manifest
19 index 6b288f4a6b2..11009279069 100644
20 --- a/dev-ruby/webmock/Manifest
21 +++ b/dev-ruby/webmock/Manifest
22 @@ -1,3 +1 @@
23 -DIST webmock-3.11.3.gem 125952 BLAKE2B 664253079457cdf400be869b9e61092b12872282057540e42e6fb73a5fbaa38666757f7f8bd336e4f5c45ea1ec52f9af4b444ba67ae24db62a75b5c18636ae08 SHA512 80fd2139126e1e9d6907dfe93021d77179ae6c31cc2a63eb3ee47c011c2a48f18bb84ac08322da8def014f2293564f5669eb41037edbe72ffccfefb7ea281739
24 -DIST webmock-3.13.0.gem 127488 BLAKE2B d92deda505469fc7fc5adbf0f7a90a462b03999c0affb79bf67523667af30f582b44b10f554c93a1c98e224edf1f8a5a700fc17c3624a962a68d8e61df84127f SHA512 de7c3d8e079f409db53b316238ce37a80db8eeb257e00c8b3f162e5b4f98c4a383108e6cb21be8b71db34295fdb2354502e9b7457741a935572d9afcb75b30c3
25 DIST webmock-3.14.0.gem 126976 BLAKE2B 20dd463c8b784869d4379aeabf892a6b4602091a4cc01a4002161d88f24781bb2bae1e50bd0ce8077c40aab73a2243835d99551bd04d808ffdf019df071c2b01 SHA512 0c9ea5b29446de7619c45d0fb72ab305bf68150c9d657ddc223d0d258a400dc730e3fe401b46c994a5c8eb450db5ee8f7021fe8d2d6c85bc4723c657799c5ccc
26
27 diff --git a/dev-ruby/webmock/webmock-3.11.3.ebuild b/dev-ruby/webmock/webmock-3.11.3.ebuild
28 deleted file mode 100644
29 index 66f1095e9dc..00000000000
30 --- a/dev-ruby/webmock/webmock-3.11.3.ebuild
31 +++ /dev/null
32 @@ -1,69 +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 -
38 -USE_RUBY="ruby25 ruby26 ruby27"
39 -
40 -RUBY_FAKEGEM_TASK_TEST="test spec NO_CONNECTION=true"
41 -
42 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
43 -
44 -inherit ruby-fakegem
45 -
46 -DESCRIPTION="Allows stubbing HTTP requests and setting expectations on HTTP requests"
47 -HOMEPAGE="https://github.com/bblimke/webmock"
48 -
49 -LICENSE="GPL-2"
50 -SLOT="3"
51 -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris"
52 -IUSE=""
53 -
54 -ruby_add_rdepend "
55 - >=dev-ruby/addressable-2.3.6
56 - >=dev-ruby/crack-0.3.2
57 - >=dev-ruby/hashdiff-0.4.0:0
58 -"
59 -
60 -ruby_add_bdepend "test? (
61 - dev-ruby/minitest:5
62 - dev-ruby/rspec:3
63 - >=dev-ruby/test-unit-3.0.0
64 - dev-ruby/rack
65 - >=dev-ruby/httpclient-2.8.0
66 -)"
67 -
68 -all_ruby_prepare() {
69 - # Remove bundler support
70 - rm Gemfile || die
71 - sed -i -e '/[Bb]undler/d' Rakefile || die
72 - sed -i -e '/simplecov/I s:^:#:' spec/spec_helper.rb || die
73 - sed -i -e '1igem "test-unit"' test/test_helper.rb || die
74 -
75 - # There is now optional support for curb and typhoeus which we don't
76 - # have in Gentoo yet. em_http_request is available in Gentoo but its
77 - # version is too old. patron's latest version is not compatible.
78 - sed -i -e '/\(curb\|typhoeus\|em-http\|patron\)/ s:^:#:' spec/spec_helper.rb || die
79 - rm -f spec/acceptance/{typhoeus,curb,excon,em_http_request,patron,async_http_client}/* || die
80 -
81 - # Drop tests for dev-ruby/http for now since this package only works with ruby26
82 - sed -i -e '/http_rb/ s:^:#:' spec/spec_helper.rb || die
83 - rm -f spec/acceptance/http_rb/* || die
84 -
85 - # Avoid httpclient specs that require network access, most likely
86 - # because mocking does not fully work.
87 - sed -i -e '/httpclient streams response/,/^ end/ s:^:#:' \
88 - -e '/are detected when manually specifying Authorization header/,/^ end/ s:^:#:' \
89 - spec/acceptance/httpclient/httpclient_spec.rb
90 -
91 - # Avoid specs that require network access
92 - sed -i -e '/when request is not stubbed/,/^ end/ s:^:#:' spec/acceptance/shared/callbacks.rb
93 -}
94 -
95 -each_ruby_test() {
96 - ${RUBY} -S rake test NO_CONNECTION=true || die
97 - ${RUBY} -S rspec-3 spec || die
98 -
99 - einfo "Delay to allow the test server to stop"
100 - sleep 10
101 -}
102
103 diff --git a/dev-ruby/webmock/webmock-3.13.0.ebuild b/dev-ruby/webmock/webmock-3.13.0.ebuild
104 deleted file mode 100644
105 index 37392b1c43d..00000000000
106 --- a/dev-ruby/webmock/webmock-3.13.0.ebuild
107 +++ /dev/null
108 @@ -1,69 +0,0 @@
109 -# Copyright 1999-2021 Gentoo Authors
110 -# Distributed under the terms of the GNU General Public License v2
111 -
112 -EAPI=7
113 -
114 -USE_RUBY="ruby25 ruby26 ruby27"
115 -
116 -RUBY_FAKEGEM_TASK_TEST="test spec NO_CONNECTION=true"
117 -
118 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
119 -
120 -inherit ruby-fakegem
121 -
122 -DESCRIPTION="Allows stubbing HTTP requests and setting expectations on HTTP requests"
123 -HOMEPAGE="https://github.com/bblimke/webmock"
124 -
125 -LICENSE="GPL-2"
126 -SLOT="3"
127 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris"
128 -IUSE=""
129 -
130 -ruby_add_rdepend "
131 - >=dev-ruby/addressable-2.3.6
132 - >=dev-ruby/crack-0.3.2
133 - >=dev-ruby/hashdiff-0.4.0:0
134 -"
135 -
136 -ruby_add_bdepend "test? (
137 - dev-ruby/minitest:5
138 - dev-ruby/rspec:3
139 - >=dev-ruby/test-unit-3.0.0
140 - dev-ruby/rack
141 - >=dev-ruby/httpclient-2.8.0
142 -)"
143 -
144 -all_ruby_prepare() {
145 - # Remove bundler support
146 - rm Gemfile || die
147 - sed -i -e '/[Bb]undler/d' Rakefile || die
148 - sed -i -e '/simplecov/I s:^:#:' spec/spec_helper.rb || die
149 - sed -i -e '1igem "test-unit"' test/test_helper.rb || die
150 -
151 - # There is now optional support for curb and typhoeus which we don't
152 - # have in Gentoo yet. em_http_request is available in Gentoo but its
153 - # version is too old. patron's latest version is not compatible.
154 - sed -i -e '/\(curb\|typhoeus\|em-http\|patron\)/ s:^:#:' spec/spec_helper.rb || die
155 - rm -f spec/acceptance/{typhoeus,curb,excon,em_http_request,patron,async_http_client}/* || die
156 -
157 - # Drop tests for dev-ruby/http for now since this package only works with ruby26
158 - sed -i -e '/http_rb/ s:^:#:' spec/spec_helper.rb || die
159 - rm -f spec/acceptance/http_rb/* || die
160 -
161 - # Avoid httpclient specs that require network access, most likely
162 - # because mocking does not fully work.
163 - sed -i -e '/httpclient streams response/,/^ end/ s:^:#:' \
164 - -e '/are detected when manually specifying Authorization header/,/^ end/ s:^:#:' \
165 - spec/acceptance/httpclient/httpclient_spec.rb
166 -
167 - # Avoid specs that require network access
168 - sed -i -e '/when request is not stubbed/,/^ end/ s:^:#:' spec/acceptance/shared/callbacks.rb
169 -}
170 -
171 -each_ruby_test() {
172 - ${RUBY} -S rake test NO_CONNECTION=true || die
173 - ${RUBY} -S rspec-3 spec || die
174 -
175 - einfo "Delay to allow the test server to stop"
176 - sleep 10
177 -}