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: Sat, 23 May 2020 05:28:44
Message-Id: 1590211676.36cc5b4c64e410376a678c5a17858300f4a71054.graaff@gentoo
1 commit: 36cc5b4c64e410376a678c5a17858300f4a71054
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 21 07:56:01 2020 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat May 23 05:27:56 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36cc5b4c
7
8 dev-ruby/faraday: cleanup
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/faraday/Manifest | 2 -
14 dev-ruby/faraday/faraday-0.15.4.ebuild | 71 ----------------------------------
15 dev-ruby/faraday/faraday-0.17.1.ebuild | 62 -----------------------------
16 3 files changed, 135 deletions(-)
17
18 diff --git a/dev-ruby/faraday/Manifest b/dev-ruby/faraday/Manifest
19 index 962a0a34d45..00822053529 100644
20 --- a/dev-ruby/faraday/Manifest
21 +++ b/dev-ruby/faraday/Manifest
22 @@ -1,3 +1 @@
23 -DIST faraday-0.15.4.tar.gz 67196 BLAKE2B 4e64e834639a6e59c028ee19d72f51ea72fd6b3be5fc63b6fbbec25716dbd735e97d8a05a210dd1a57b740a1dcd76d30a39b59c7034cab8a531f8856dc132b14 SHA512 6d1a8c66bd6e2ce417ce504bf20ea89cf24c46c2b48491aba110d04f273448e0e8f0cf94a0dd5356a13876aa030d41bbfb80b95365ea4b212fd79d8db624128f
24 -DIST faraday-0.17.1.tar.gz 75748 BLAKE2B 203f8603ef24846732b7a41f7a8ad4583539b45958773495c8f1b7f96461c4b661fa13ade0ce5d407b8f6efc17c997a4628cdcb77316ccd7baa2f3a8d6915a85 SHA512 b91079cce459d714e518cd2d45e355e0faf4e79b94a91eff6b9aa67e1a534ff52ee8daea6c21c171804a14a0ae8b18eaf79fd1a8d6ea7b733cc537bceb183970
25 DIST faraday-0.17.3.tar.gz 76786 BLAKE2B 0706f4386233861564aa1ba5fb8da9ad374a0b553a3f6ccd4ce6509b690f6da3e9f695f90605e0e15b41b6354841943ecc4f5eb826638565687bf62b36f1f456 SHA512 346e93b5d980626a0c460d9010ca09091faf84a1a8f2717c16d345ddc51585ce45959d7fcf41fbd0ba248d38460939544945fa0e81bcb80ab73dfe080182e325
26
27 diff --git a/dev-ruby/faraday/faraday-0.15.4.ebuild b/dev-ruby/faraday/faraday-0.15.4.ebuild
28 deleted file mode 100644
29 index a0fa609575d..00000000000
30 --- a/dev-ruby/faraday/faraday-0.15.4.ebuild
31 +++ /dev/null
32 @@ -1,71 +0,0 @@
33 -# Copyright 1999-2019 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -USE_RUBY="ruby23 ruby24 ruby25 ruby26"
39 -
40 -RUBY_FAKEGEM_TASK_TEST="test"
41 -RUBY_FAKEGEM_TASK_DOC=""
42 -
43 -RUBY_FAKEGEM_EXTRADOC="README.md"
44 -
45 -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
46 -
47 -inherit ruby-fakegem eutils
48 -
49 -DESCRIPTION="HTTP/REST API client library with pluggable components"
50 -HOMEPAGE="https://github.com/lostisland/faraday"
51 -SRC_URI="https://github.com/lostisland/faraday/archive/v${PV}.tar.gz -> ${P}.tar.gz"
52 -
53 -LICENSE="MIT"
54 -SLOT="0"
55 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
56 -IUSE=""
57 -
58 -DEPEND+=" test? ( sys-process/lsof )"
59 -
60 -ruby_add_rdepend ">=dev-ruby/multipart-post-1.2.0 <dev-ruby/multipart-post-3"
61 -ruby_add_bdepend "test? (
62 - >=dev-ruby/test-unit-2.4
63 - dev-ruby/httpclient
64 - dev-ruby/rack-test
65 - dev-ruby/sinatra
66 - dev-ruby/net-http-persistent >=dev-ruby/connection_pool-2.2.2
67 - dev-ruby/patron
68 - )"
69 -
70 -all_ruby_prepare() {
71 - # Remove bundler support.
72 - rm Gemfile || die
73 - sed -i -e '/[Bb]undler/d ; 1irequire "yaml"' Rakefile test/helper.rb || die
74 - sed -i -e '/bundler/,/^fi/ s:^:#:' script/test || die
75 -
76 - # Remove simplecov and coveralls support, not needed to run tests.
77 - sed -i -e '/simplecov/,/^end/ s:^:#:' \
78 - test/helper.rb || die
79 -
80 - # Remove tests for adapters that are not packaged for Gentoo.
81 - rm test/adapters/em_http_test.rb test/adapters/em_synchrony_test.rb test/adapters/excon_test.rb test/adapters/typhoeus_test.rb || die
82 -
83 - # Remove tests against live services
84 - sed -i -e '/test_dynamic_no_proxy/askip "live network test"' test/connection_test.rb || die
85 -
86 - # The proxy server is already killed, may be OS X vs Linux issue.
87 - sed -i -e '138 s/^/#/' script/test || die
88 -
89 - sed -i -e '/git ls-files/ s:^:#:' ${RUBY_FAKEGEM_GEMSPEC} || die
90 -}
91 -
92 -each_ruby_prepare() {
93 - # Make sure the test scripts use the right ruby interpreter
94 - sed -i -e 's:ruby:'${RUBY}':' script/* || die
95 -}
96 -
97 -each_ruby_test() {
98 - MT_NO_PLUGINS=true each_fakegem_test
99 -
100 - # Sleep some time to allow the sinatra test server to die
101 - einfo "Waiting for test server to stop"
102 - sleep 10
103 -}
104
105 diff --git a/dev-ruby/faraday/faraday-0.17.1.ebuild b/dev-ruby/faraday/faraday-0.17.1.ebuild
106 deleted file mode 100644
107 index 545dbb4d61d..00000000000
108 --- a/dev-ruby/faraday/faraday-0.17.1.ebuild
109 +++ /dev/null
110 @@ -1,62 +0,0 @@
111 -# Copyright 1999-2019 Gentoo Authors
112 -# Distributed under the terms of the GNU General Public License v2
113 -
114 -EAPI=7
115 -
116 -USE_RUBY="ruby24 ruby25 ruby26"
117 -
118 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
119 -RUBY_FAKEGEM_RECIPE_DOC="none"
120 -
121 -RUBY_FAKEGEM_EXTRADOC="README.md"
122 -
123 -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
124 -
125 -inherit ruby-fakegem
126 -
127 -DESCRIPTION="HTTP/REST API client library with pluggable components"
128 -HOMEPAGE="https://github.com/lostisland/faraday"
129 -SRC_URI="https://github.com/lostisland/faraday/archive/v${PV}.tar.gz -> ${P}.tar.gz"
130 -
131 -LICENSE="MIT"
132 -SLOT="0"
133 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
134 -IUSE=""
135 -
136 -DEPEND+=" test? ( sys-process/lsof )"
137 -
138 -ruby_add_rdepend ">=dev-ruby/multipart-post-1.2.0 <dev-ruby/multipart-post-3"
139 -ruby_add_bdepend "test? (
140 - >=dev-ruby/test-unit-2.4
141 - dev-ruby/httpclient
142 - dev-ruby/rack-test
143 - dev-ruby/sinatra
144 - dev-ruby/net-http-persistent >=dev-ruby/connection_pool-2.2.2
145 - dev-ruby/patron
146 - )"
147 -
148 -all_ruby_prepare() {
149 - # Remove bundler support.
150 - rm Gemfile || die
151 - sed -i -e '/[Bb]undler/d ; 1irequire "yaml"' Rakefile || die
152 - sed -i -e '/bundler/,/^fi/ s:^:#:' script/test || die
153 - sed -i -e '/[Cc]overall/ s:^:#:' spec/spec_helper.rb || die
154 -
155 - # The proxy server is already killed, may be OS X vs Linux issue.
156 - #sed -i -e '138 s/^/#/' script/test || die
157 -
158 - sed -i -e '/git ls-files/ s:^:#:' ${RUBY_FAKEGEM_GEMSPEC} || die
159 -}
160 -
161 -each_ruby_prepare() {
162 - # Make sure the test scripts use the right ruby interpreter
163 - sed -i -e 's:ruby:'${RUBY}':' script/* || die
164 -}
165 -
166 -each_ruby_test() {
167 - MT_NO_PLUGINS=true each_fakegem_test
168 -
169 - # Sleep some time to allow the sinatra test server to die
170 - einfo "Waiting for test server to stop"
171 - sleep 10
172 -}