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/faraday/
Date: Mon, 03 Dec 2018 16:23:50
Message-Id: 1543854220.3e19b396b54c675ceb1276be1d791ac46f03a87b.graaff@gentoo
1 commit: 3e19b396b54c675ceb1276be1d791ac46f03a87b
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 3 05:59:11 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 3 16:23:40 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e19b396
7
8 dev-ruby/faraday: cleanup
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 dev-ruby/faraday/Manifest | 3 --
14 dev-ruby/faraday/faraday-0.15.0.ebuild | 69 ----------------------------------
15 dev-ruby/faraday/faraday-0.15.1.ebuild | 69 ----------------------------------
16 dev-ruby/faraday/faraday-0.15.2.ebuild | 69 ----------------------------------
17 4 files changed, 210 deletions(-)
18
19 diff --git a/dev-ruby/faraday/Manifest b/dev-ruby/faraday/Manifest
20 index e76b4a85dad..45c45d960f2 100644
21 --- a/dev-ruby/faraday/Manifest
22 +++ b/dev-ruby/faraday/Manifest
23 @@ -1,6 +1,3 @@
24 DIST faraday-0.12.2.tar.gz 62809 BLAKE2B 4dcd60192df36e1b9766eab3bcbacd729239b0e09d9e82a73d825c750fdbcfae8161cf803f078b841236a5e18b1849b4cdc34e6adebb9eaea0f0442cd65b2e74 SHA512 966fc419d529a8bba5caa6d3932ee94f7b248110edc880b532860c24abd70cb50182e40b94b4143e26575c6db7ce046fa71ac0d25010385d7f0c3dda87f39439
25 DIST faraday-0.14.0.tar.gz 65105 BLAKE2B bf5101083bd828e2ea98dcd487c7c082f8b2d2eb4d03ac7ad04e1873666db9e2cec1e6eb9887364874ea5f32d0313019d1eada5e05e25e0415bdd5aa2bcfca97 SHA512 25bba07e76a2a8bf02b0c81c045329e72d5911a2aacae56611db33dc25c89bd48bb1b4de9b20c6edc1514d3ceae8b06fca6076c85580533047c222cb30ef8dc7
26 -DIST faraday-0.15.0.tar.gz 66086 BLAKE2B 5018d8e92b2988b08f4e7a5b0876ca6cd4049c74199ee0356adc48867611fd6d30d884bd3cf3e7703a02c7a6e967f9c47cdc44deb75045b8cee46992977fb834 SHA512 46602d89b1bbf5a41143a9a71fab193642e7c41db39dc1edc0efb99f4a7a924c5a698460a0a4f921f7ce1f73ee8eb12e6d79a08dea02c7142856d0aa1b95b521
27 -DIST faraday-0.15.1.tar.gz 66461 BLAKE2B 476fa62bf9cf138fd52d0d455d7bdd970d77f0337ec1cf42f7833def9ba77a3e94f0bdbbda4136ac03c5a98465081e3093c6a7a6e193cbd7494a284444516679 SHA512 cb4a14b29b88c356063e2d504e0a93b84b33b6488060a313b2eb6ecbf17eaf09c6fb0e0fabd0bb057623438de2a8538034551d62d719a1c90b6158a768f38a1b
28 -DIST faraday-0.15.2.tar.gz 66765 BLAKE2B 8cfe4c6c4f2bb1f0a5fd6a196d339118b09d67b8cdac0c258180ea03c39688af17790c7a15fb4dea4dfd4980c039f987464b2ba7e64c04931e9c31ac670c3618 SHA512 5911df09e770c4ee97f2c6c359a4136c268c598cc2f370a3aa112b5710c6c6b7f2704d3094677cd98c44532e3f0d6157df88e1c882d727eec511f4b62a04527c
29 DIST faraday-0.15.3.tar.gz 67065 BLAKE2B 7425fb885cb26394ee91098264b5e4e3038a68855b9a55b03a39faca18d4e0cd516fe447b2312538692229bb15df091317ee36aad762937b46c72e16bb19cc8a SHA512 cfc59c44481e4be27504d02bfcbdc3a3783d15940487e72aaba136f5c456d74be6cad5a686e74eed1ad216fbb58db197d04015c2d168abbbaf899c4f855acdbd
30
31 diff --git a/dev-ruby/faraday/faraday-0.15.0.ebuild b/dev-ruby/faraday/faraday-0.15.0.ebuild
32 deleted file mode 100644
33 index c3f9a9825f0..00000000000
34 --- a/dev-ruby/faraday/faraday-0.15.0.ebuild
35 +++ /dev/null
36 @@ -1,69 +0,0 @@
37 -# Copyright 1999-2018 Gentoo Foundation
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=6
41 -
42 -USE_RUBY="ruby22 ruby23 ruby24"
43 -
44 -RUBY_FAKEGEM_TASK_TEST="test"
45 -RUBY_FAKEGEM_TASK_DOC=""
46 -
47 -RUBY_FAKEGEM_EXTRADOC="README.md"
48 -
49 -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
50 -
51 -inherit ruby-fakegem eutils
52 -
53 -DESCRIPTION="HTTP/REST API client library with pluggable components"
54 -HOMEPAGE="https://github.com/lostisland/faraday"
55 -SRC_URI="https://github.com/lostisland/faraday/archive/v${PV}.tar.gz -> ${P}.tar.gz"
56 -
57 -LICENSE="MIT"
58 -SLOT="0"
59 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
60 -IUSE=""
61 -
62 -DEPEND+=" test? ( sys-process/lsof )"
63 -
64 -ruby_add_rdepend ">=dev-ruby/multipart-post-1.2.0 <dev-ruby/multipart-post-3"
65 -ruby_add_bdepend "test? (
66 - >=dev-ruby/test-unit-2.4
67 - dev-ruby/httpclient
68 - dev-ruby/rack-test
69 - dev-ruby/sinatra
70 - dev-ruby/net-http-persistent
71 - dev-ruby/patron
72 - )"
73 -
74 -all_ruby_prepare() {
75 - # Remove bundler support.
76 - rm Gemfile || die
77 - sed -i -e '/[Bb]undler/d' Rakefile test/helper.rb || die
78 - sed -i -e '/bundler/,/^fi/ s:^:#:' script/test || die
79 -
80 - # Remove simplecov and coveralls support, not needed to run tests.
81 - sed -i -e '/simplecov/,/^end/ s:^:#:' \
82 - -e '1igem "rack", "~>1.0"; require "yaml"' \
83 - test/helper.rb || die
84 -
85 - # Remove tests for adapters that are not packaged for Gentoo.
86 - rm test/adapters/em_http_test.rb test/adapters/em_synchrony_test.rb test/adapters/excon_test.rb test/adapters/typhoeus_test.rb || die
87 -
88 - # The proxy server is already killed, may be OS X vs Linux issue.
89 - sed -i -e '138 s/^/#/' script/test || die
90 -
91 - sed -i -e '/git ls-files/ s:^:#:' ${RUBY_FAKEGEM_GEMSPEC} || die
92 -}
93 -
94 -each_ruby_prepare() {
95 - # Make sure the test scripts use the right ruby interpreter
96 - sed -i -e 's:ruby:'${RUBY}':' script/* || die
97 -}
98 -
99 -each_ruby_test() {
100 - MT_NO_PLUGINS=true each_fakegem_test
101 -
102 - # Sleep some time to allow the sinatra test server to die
103 - einfo "Waiting for test server to stop"
104 - sleep 10
105 -}
106
107 diff --git a/dev-ruby/faraday/faraday-0.15.1.ebuild b/dev-ruby/faraday/faraday-0.15.1.ebuild
108 deleted file mode 100644
109 index a09a3979042..00000000000
110 --- a/dev-ruby/faraday/faraday-0.15.1.ebuild
111 +++ /dev/null
112 @@ -1,69 +0,0 @@
113 -# Copyright 1999-2018 Gentoo Foundation
114 -# Distributed under the terms of the GNU General Public License v2
115 -
116 -EAPI=6
117 -
118 -USE_RUBY="ruby23 ruby24 ruby25"
119 -
120 -RUBY_FAKEGEM_TASK_TEST="test"
121 -RUBY_FAKEGEM_TASK_DOC=""
122 -
123 -RUBY_FAKEGEM_EXTRADOC="README.md"
124 -
125 -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
126 -
127 -inherit ruby-fakegem eutils
128 -
129 -DESCRIPTION="HTTP/REST API client library with pluggable components"
130 -HOMEPAGE="https://github.com/lostisland/faraday"
131 -SRC_URI="https://github.com/lostisland/faraday/archive/v${PV}.tar.gz -> ${P}.tar.gz"
132 -
133 -LICENSE="MIT"
134 -SLOT="0"
135 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
136 -IUSE=""
137 -
138 -DEPEND+=" test? ( sys-process/lsof )"
139 -
140 -ruby_add_rdepend ">=dev-ruby/multipart-post-1.2.0 <dev-ruby/multipart-post-3"
141 -ruby_add_bdepend "test? (
142 - >=dev-ruby/test-unit-2.4
143 - dev-ruby/httpclient
144 - dev-ruby/rack-test
145 - dev-ruby/sinatra
146 - dev-ruby/net-http-persistent
147 - dev-ruby/patron
148 - )"
149 -
150 -all_ruby_prepare() {
151 - # Remove bundler support.
152 - rm Gemfile || die
153 - sed -i -e '/[Bb]undler/d' Rakefile test/helper.rb || die
154 - sed -i -e '/bundler/,/^fi/ s:^:#:' script/test || die
155 -
156 - # Remove simplecov and coveralls support, not needed to run tests.
157 - sed -i -e '/simplecov/,/^end/ s:^:#:' \
158 - -e '1igem "rack", "~>1.0"; require "yaml"' \
159 - test/helper.rb || die
160 -
161 - # Remove tests for adapters that are not packaged for Gentoo.
162 - rm test/adapters/em_http_test.rb test/adapters/em_synchrony_test.rb test/adapters/excon_test.rb test/adapters/typhoeus_test.rb || die
163 -
164 - # The proxy server is already killed, may be OS X vs Linux issue.
165 - sed -i -e '138 s/^/#/' script/test || die
166 -
167 - sed -i -e '/git ls-files/ s:^:#:' ${RUBY_FAKEGEM_GEMSPEC} || die
168 -}
169 -
170 -each_ruby_prepare() {
171 - # Make sure the test scripts use the right ruby interpreter
172 - sed -i -e 's:ruby:'${RUBY}':' script/* || die
173 -}
174 -
175 -each_ruby_test() {
176 - MT_NO_PLUGINS=true each_fakegem_test
177 -
178 - # Sleep some time to allow the sinatra test server to die
179 - einfo "Waiting for test server to stop"
180 - sleep 10
181 -}
182
183 diff --git a/dev-ruby/faraday/faraday-0.15.2.ebuild b/dev-ruby/faraday/faraday-0.15.2.ebuild
184 deleted file mode 100644
185 index a09a3979042..00000000000
186 --- a/dev-ruby/faraday/faraday-0.15.2.ebuild
187 +++ /dev/null
188 @@ -1,69 +0,0 @@
189 -# Copyright 1999-2018 Gentoo Foundation
190 -# Distributed under the terms of the GNU General Public License v2
191 -
192 -EAPI=6
193 -
194 -USE_RUBY="ruby23 ruby24 ruby25"
195 -
196 -RUBY_FAKEGEM_TASK_TEST="test"
197 -RUBY_FAKEGEM_TASK_DOC=""
198 -
199 -RUBY_FAKEGEM_EXTRADOC="README.md"
200 -
201 -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
202 -
203 -inherit ruby-fakegem eutils
204 -
205 -DESCRIPTION="HTTP/REST API client library with pluggable components"
206 -HOMEPAGE="https://github.com/lostisland/faraday"
207 -SRC_URI="https://github.com/lostisland/faraday/archive/v${PV}.tar.gz -> ${P}.tar.gz"
208 -
209 -LICENSE="MIT"
210 -SLOT="0"
211 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
212 -IUSE=""
213 -
214 -DEPEND+=" test? ( sys-process/lsof )"
215 -
216 -ruby_add_rdepend ">=dev-ruby/multipart-post-1.2.0 <dev-ruby/multipart-post-3"
217 -ruby_add_bdepend "test? (
218 - >=dev-ruby/test-unit-2.4
219 - dev-ruby/httpclient
220 - dev-ruby/rack-test
221 - dev-ruby/sinatra
222 - dev-ruby/net-http-persistent
223 - dev-ruby/patron
224 - )"
225 -
226 -all_ruby_prepare() {
227 - # Remove bundler support.
228 - rm Gemfile || die
229 - sed -i -e '/[Bb]undler/d' Rakefile test/helper.rb || die
230 - sed -i -e '/bundler/,/^fi/ s:^:#:' script/test || die
231 -
232 - # Remove simplecov and coveralls support, not needed to run tests.
233 - sed -i -e '/simplecov/,/^end/ s:^:#:' \
234 - -e '1igem "rack", "~>1.0"; require "yaml"' \
235 - test/helper.rb || die
236 -
237 - # Remove tests for adapters that are not packaged for Gentoo.
238 - rm test/adapters/em_http_test.rb test/adapters/em_synchrony_test.rb test/adapters/excon_test.rb test/adapters/typhoeus_test.rb || die
239 -
240 - # The proxy server is already killed, may be OS X vs Linux issue.
241 - sed -i -e '138 s/^/#/' script/test || die
242 -
243 - sed -i -e '/git ls-files/ s:^:#:' ${RUBY_FAKEGEM_GEMSPEC} || die
244 -}
245 -
246 -each_ruby_prepare() {
247 - # Make sure the test scripts use the right ruby interpreter
248 - sed -i -e 's:ruby:'${RUBY}':' script/* || die
249 -}
250 -
251 -each_ruby_test() {
252 - MT_NO_PLUGINS=true each_fakegem_test
253 -
254 - # Sleep some time to allow the sinatra test server to die
255 - einfo "Waiting for test server to stop"
256 - sleep 10
257 -}