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: Sat, 07 Sep 2019 06:10:43
Message-Id: 1567834580.81822af5c5a91fbdc6e467f0b3a91668aecba934.graaff@gentoo
1 commit: 81822af5c5a91fbdc6e467f0b3a91668aecba934
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 7 05:36:20 2019 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 7 05:36:20 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81822af5
7
8 dev-ruby/webmock: cleanup
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.16
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/webmock/Manifest | 2 --
14 dev-ruby/webmock/webmock-3.6.0.ebuild | 62 -----------------------------------
15 dev-ruby/webmock/webmock-3.7.0.ebuild | 61 ----------------------------------
16 3 files changed, 125 deletions(-)
17
18 diff --git a/dev-ruby/webmock/Manifest b/dev-ruby/webmock/Manifest
19 index 7f5df1063c9..3dcabb2c4ee 100644
20 --- a/dev-ruby/webmock/Manifest
21 +++ b/dev-ruby/webmock/Manifest
22 @@ -1,6 +1,4 @@
23 DIST webmock-2.3.2.gem 112128 BLAKE2B ef0a722374057d7c5392924f68de8520f08cb0aa038fc0b8511e00bbd9dc13f6535955f77611e414a33dbf0ed7a519e9c18caf8517d10be7438e7360c3037a1e SHA512 bb61b645b287d15690aa81db4d4c937d3456e1911d394ef1fb31e8ff3530d47b865aa039c8aaa4d4b6a72132dfcdd06be66adf1b53793384dc27ac1c9f9c01e6
24 DIST webmock-3.5.1.gem 116736 BLAKE2B eb6531dd481588419932a93d091bf2c2802d98a9abe650e892e568f13a642c61ccbf395e293fb0b24b2e96f464902f8311d03a7afe84e917c4780d2da6000a78 SHA512 6096ebe84140e7385ac941c2f63951d19523b2f7e3330fb38181f19c423b4c4d47828d200d8921e02850374b048902191f96f8d693746bcdf284cf0c5eacd924
25 -DIST webmock-3.6.0.gem 117248 BLAKE2B 251f80c90777deacc24588a947426252522c3b4ec1670e77801391e9ed495cc7790b2f7211abc728ac357b2876fbb16b654fffe410c5aa3e837c46e927f031f7 SHA512 4bb3ed9cf7e67c1560c1835e26275657b28b40e3f95dbe50156ce1960e418519020675b6ed07e80521d85ea0b0e53c22d674b7b17b4c9349ef62c089e6bc7891
26 DIST webmock-3.6.2.gem 117760 BLAKE2B 132b700323cbc4e753406ccfcc69375107c1d8546fd71bacf13db614d1818926321e2cd27dfc08670f908e0ac5946b06892138c2701fb1f27cfcf9fb6dd56c3d SHA512 1d6141be90840d01e3d7b8e925e0a981ac715fbca1219dd35edd7cf3bcea1c1da3442aaa131e3586f0827a7b06207314119c1f47e6ae64f11f154c70ba6fc5c2
27 -DIST webmock-3.7.0.gem 120832 BLAKE2B 24936bbbd1e0451759acba1fe3dd1760929535210d5e66ebfcfadb4d160a3b52c594e1b842a723503ea1857b515c27c9840f16243bb3446c41e7024027e7cdef SHA512 4d14fc2a5b5cb8ced0b60c65049d2db448add34a53aaa87cd79ad9beca8414a80db7673bff883cb4f8f65592ba17b195e1823c8837f9ae81f73ac185cd59d803
28 DIST webmock-3.7.1.gem 120832 BLAKE2B b661e0238904c42486f721e86d0c06a77ca9eb45d1ef3d975630344e1ad503d379518f0453a63fceb784f9aceeb10860e65c78b13ab02a3dd9d23d836948401d SHA512 ccee64bb2a63e7099639cdc55c04862a0cab9b19fe01c7957c3b2a0d90b1e93c79f6fdce23d1827554377666228344475125acf26bc5f98ad2f9be02f4644245
29
30 diff --git a/dev-ruby/webmock/webmock-3.6.0.ebuild b/dev-ruby/webmock/webmock-3.6.0.ebuild
31 deleted file mode 100644
32 index 2e45dbdb6dd..00000000000
33 --- a/dev-ruby/webmock/webmock-3.6.0.ebuild
34 +++ /dev/null
35 @@ -1,62 +0,0 @@
36 -# Copyright 1999-2019 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=6
40 -
41 -USE_RUBY="ruby24 ruby25 ruby26"
42 -
43 -RUBY_FAKEGEM_TASK_TEST="test spec NO_CONNECTION=true"
44 -
45 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
46 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
47 -
48 -inherit ruby-fakegem
49 -
50 -DESCRIPTION="Allows stubbing HTTP requests and setting expectations on HTTP requests"
51 -HOMEPAGE="https://github.com/bblimke/webmock"
52 -
53 -LICENSE="GPL-2"
54 -SLOT="3"
55 -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
56 -IUSE=""
57 -
58 -ruby_add_rdepend ">=dev-ruby/addressable-2.3.6 >=dev-ruby/crack-0.3.2 >=dev-ruby/hashdiff-0.4.0"
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 - || ( dev-ruby/http:4 dev-ruby/http:3 ) )"
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\)/d' spec/spec_helper.rb || die
79 - rm spec/acceptance/{typhoeus,curb,excon,em_http_request,patron}/* || die
80 -
81 - # Avoid httpclient specs that require network access, most likely
82 - # because mocking does not fully work.
83 - sed -i -e '/httpclient streams response/,/^ end/ s:^:#:' \
84 - -e '/are detected when manually specifying Authorization header/,/^ end/ s:^:#:' \
85 - spec/acceptance/httpclient/httpclient_spec.rb
86 -
87 - # Avoid specs that require network access
88 - sed -i -e '/when request is not stubbed/,/^ end/ s:^:#:' spec/acceptance/shared/callbacks.rb
89 -}
90 -
91 -each_ruby_test() {
92 - ${RUBY} -S rake test NO_CONNECTION=true || die
93 - ${RUBY} -S rspec-3 spec || die
94 -
95 - einfo "Delay to allow the test server to stop"
96 - sleep 10
97 -}
98
99 diff --git a/dev-ruby/webmock/webmock-3.7.0.ebuild b/dev-ruby/webmock/webmock-3.7.0.ebuild
100 deleted file mode 100644
101 index 377168ac604..00000000000
102 --- a/dev-ruby/webmock/webmock-3.7.0.ebuild
103 +++ /dev/null
104 @@ -1,61 +0,0 @@
105 -# Copyright 1999-2019 Gentoo Authors
106 -# Distributed under the terms of the GNU General Public License v2
107 -
108 -EAPI=7
109 -
110 -USE_RUBY="ruby24 ruby25 ruby26"
111 -
112 -RUBY_FAKEGEM_TASK_TEST="test spec NO_CONNECTION=true"
113 -
114 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
115 -
116 -inherit ruby-fakegem
117 -
118 -DESCRIPTION="Allows stubbing HTTP requests and setting expectations on HTTP requests"
119 -HOMEPAGE="https://github.com/bblimke/webmock"
120 -
121 -LICENSE="GPL-2"
122 -SLOT="3"
123 -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
124 -IUSE=""
125 -
126 -ruby_add_rdepend ">=dev-ruby/addressable-2.3.6 >=dev-ruby/crack-0.3.2 >=dev-ruby/hashdiff-0.4.0:0"
127 -
128 -ruby_add_bdepend "test? (
129 - dev-ruby/minitest:5
130 - dev-ruby/rspec:3
131 - >=dev-ruby/test-unit-3.0.0
132 - dev-ruby/rack
133 - >=dev-ruby/httpclient-2.8.0
134 - || ( dev-ruby/http:4 dev-ruby/http:3 ) )"
135 -
136 -all_ruby_prepare() {
137 - # Remove bundler support
138 - rm Gemfile || die
139 - sed -i -e '/[Bb]undler/d' Rakefile || die
140 - sed -i -e '/simplecov/I s:^:#:' spec/spec_helper.rb || die
141 - sed -i -e '1igem "test-unit"' test/test_helper.rb || die
142 -
143 - # There is now optional support for curb and typhoeus which we don't
144 - # have in Gentoo yet. em_http_request is available in Gentoo but its
145 - # version is too old. patron's latest version is not compatible.
146 - sed -i -e '/\(curb\|typhoeus\|em-http\|patron\)/d' spec/spec_helper.rb || die
147 - rm spec/acceptance/{typhoeus,curb,excon,em_http_request,patron,async_http_client}/* || die
148 -
149 - # Avoid httpclient specs that require network access, most likely
150 - # because mocking does not fully work.
151 - sed -i -e '/httpclient streams response/,/^ end/ s:^:#:' \
152 - -e '/are detected when manually specifying Authorization header/,/^ end/ s:^:#:' \
153 - spec/acceptance/httpclient/httpclient_spec.rb
154 -
155 - # Avoid specs that require network access
156 - sed -i -e '/when request is not stubbed/,/^ end/ s:^:#:' spec/acceptance/shared/callbacks.rb
157 -}
158 -
159 -each_ruby_test() {
160 - ${RUBY} -S rake test NO_CONNECTION=true || die
161 - ${RUBY} -S rspec-3 spec || die
162 -
163 - einfo "Delay to allow the test server to stop"
164 - sleep 10
165 -}