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/httpclient/
Date: Sat, 12 Dec 2015 07:36:02
Message-Id: 1449905711.c0632f4744d7ea354db5bdaefc24d45aa3cd1afb.graaff@gentoo
1 commit: c0632f4744d7ea354db5bdaefc24d45aa3cd1afb
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 12 06:44:50 2015 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 12 07:35:11 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0632f47
7
8 dev-ruby/httpclient: cleanup
9
10 Package-Manager: portage-2.2.24
11
12 dev-ruby/httpclient/Manifest | 3 --
13 dev-ruby/httpclient/httpclient-2.5.3.2.ebuild | 59 -------------------------
14 dev-ruby/httpclient/httpclient-2.5.3.3.ebuild | 59 -------------------------
15 dev-ruby/httpclient/httpclient-2.7.0.ebuild | 62 ---------------------------
16 4 files changed, 183 deletions(-)
17
18 diff --git a/dev-ruby/httpclient/Manifest b/dev-ruby/httpclient/Manifest
19 index 929087a..1254651 100644
20 --- a/dev-ruby/httpclient/Manifest
21 +++ b/dev-ruby/httpclient/Manifest
22 @@ -1,5 +1,2 @@
23 -DIST httpclient-2.5.3.2.tgz 303735 SHA256 3605a897d393e90071dab35b153dbedd844fa92c4ef8d13e43115866b2bf3867 SHA512 17db0302b958f10b4a75167d8c03b77f195786b5b429b76fc883af992cc71703500b9a42e39b832ac3421b3b742160496bdeeccd160e48ad2c377d9d8666ba89 WHIRLPOOL 162badfe5619a9ed9d42f9d29c7d34f45eeb205bbc76715d66547b5bf8e5962ba41c535ed2b53075ce6c6abef76a58062a91e172195ec1ab56282c0a2cabbfb3
24 -DIST httpclient-2.5.3.3.tgz 300578 SHA256 852b50cd771c659e38e4c4a31ace0ac3a2ab1da732b11b01e899827b1f2b424e SHA512 929dd4dfa5719367c61845f522aeb94059dff678716a22fc78b59f7cdce3c2a5fc88a01b6e0efd0ada06f3224cf52e7475b3a4c06f25383ad3702e1514c09292 WHIRLPOOL d6091a0d910474657d5fea0f91703f575fa7ff43e10240afc9312ea0d663c288b0a7dc7518c59e9a095a0c9d81eb18c6bf586db305543ee9217f09addec9a99d
25 DIST httpclient-2.6.0.1.tgz 305847 SHA256 213f55639b85edf47fb32f865b59085a76d77c87355e9e13e747250f8da0f6e9 SHA512 bcb71a7b6be7d132df63c5434cb2d4be46fa9b5c585b68a8a8269e46acecde6403098555e219354c60fc193016651c1bda53bffd9d509a517a3104c9a4e04efe WHIRLPOOL 4ded5d0b5f93c3b58df1e1c2233ae3a6219d797c0fb193d4995a2863fda76bad10ef0429f79a01c9b3c7c9ae27e20879b81db34239ff901a502baea9d6436785
26 DIST httpclient-2.7.0.1.tgz 456279 SHA256 734b885ab5310ff2da7a2f90c14f899f3884b1194db1dcb7da46d9277d8222e0 SHA512 f7be24dd59427578b665702cb5b33916caf4cc3d8eeca52e11f91e27f0e676b52056485dcf72284fed4f2db2eac3ed6654afb87f6f8a4580c1b8a59bf3ce2ee4 WHIRLPOOL 6025e4041df5bf78eb1574c5e11c7a49c809ad4aee74d08b1b35318cfc7d4481054de8be0a3efb68fb6273899c3a730e3541f96c3a70c93a740f256e58359752
27 -DIST httpclient-2.7.0.tgz 455995 SHA256 95f839dc5c54853d84dd1658846d29b3d57d08326c58b8b1afdbc09c89d60a7e SHA512 b330cec27804832140e69d335baf204e11491ee764c2abd6010d41d67717849fba4dc6f4bbf955a380ec76286f1eb73a3346403723e74e9a70fd4451b3df1f08 WHIRLPOOL c48f3129e670e31673e19dbfa432d5b80afc5508a3db3e6cc1436d260ee975e4c2a48260a368552fe1db39a5c35cc5b45729f7685bad50705f350f14f775d6d0
28
29 diff --git a/dev-ruby/httpclient/httpclient-2.5.3.2.ebuild b/dev-ruby/httpclient/httpclient-2.5.3.2.ebuild
30 deleted file mode 100644
31 index ac83808..0000000
32 --- a/dev-ruby/httpclient/httpclient-2.5.3.2.ebuild
33 +++ /dev/null
34 @@ -1,59 +0,0 @@
35 -# Copyright 1999-2015 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -# $Id$
38 -
39 -EAPI=5
40 -
41 -USE_RUBY="ruby19 ruby20"
42 -
43 -RUBY_FAKEGEM_TASK_TEST="-Ilib test"
44 -RUBY_FAKEGEM_TASK_DOC="doc"
45 -
46 -RUBY_FAKEGEM_DOCDIR="doc"
47 -
48 -RUBY_FAKEGEM_EXTRADOC="README.md"
49 -
50 -inherit ruby-fakegem
51 -
52 -DESCRIPTION="'httpclient' gives something like the functionality of libwww-perl (LWP) in Ruby"
53 -HOMEPAGE="https://github.com/nahi/httpclient"
54 -SRC_URI="https://github.com/nahi/httpclient/archive/v${PV}.tar.gz -> ${P}.tgz"
55 -
56 -LICENSE="Ruby"
57 -SLOT="0"
58 -
59 -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
60 -IUSE=""
61 -
62 -RDEPEND="${RDEPEND}
63 - !dev-ruby/http-access2"
64 -
65 -ruby_add_rdepend "virtual/ruby-ssl"
66 -
67 -ruby_add_bdepend "doc? ( dev-ruby/rdoc )"
68 -
69 -all_ruby_prepare() {
70 - rm Gemfile || die
71 - sed -i -e '/[bB]undler/s:^:#:' Rakefile || die
72 -
73 - # Fix documentation task
74 - sed -i -e 's/README.txt/README.md/' Rakefile || die
75 -
76 - # Remove mandatory CI reports since we don't need this for testing.
77 - sed -i -e '/reporter/s:^:#:' Rakefile || die
78 -
79 - # Remove mandatory simplecov dependency
80 - sed -i -e '/[Ss]imple[Cc]ov/ s:^:#:' test/helper.rb || die
81 -
82 - # Comment out test requiring network access that makes assumptions
83 - # about the environment, bug 395155
84 - sed -i -e '/test_async_error/,/^ end/ s:^:#:' test/test_httpclient.rb || die
85 -
86 - # Skip tests using rack-ntlm which is not packaged. Weirdly these
87 - # only fail on jruby.
88 - rm test/test_auth.rb || die
89 -}
90 -
91 -each_ruby_test() {
92 - ${RUBY} -Ilib -S testrb test/test_*.rb || die
93 -}
94
95 diff --git a/dev-ruby/httpclient/httpclient-2.5.3.3.ebuild b/dev-ruby/httpclient/httpclient-2.5.3.3.ebuild
96 deleted file mode 100644
97 index c669794..0000000
98 --- a/dev-ruby/httpclient/httpclient-2.5.3.3.ebuild
99 +++ /dev/null
100 @@ -1,59 +0,0 @@
101 -# Copyright 1999-2015 Gentoo Foundation
102 -# Distributed under the terms of the GNU General Public License v2
103 -# $Id$
104 -
105 -EAPI=5
106 -
107 -USE_RUBY="ruby19 ruby20 ruby21 ruby22"
108 -
109 -RUBY_FAKEGEM_TASK_TEST="-Ilib test"
110 -RUBY_FAKEGEM_TASK_DOC="doc"
111 -
112 -RUBY_FAKEGEM_DOCDIR="doc"
113 -
114 -RUBY_FAKEGEM_EXTRADOC="README.md"
115 -
116 -inherit ruby-fakegem
117 -
118 -DESCRIPTION="'httpclient' gives something like the functionality of libwww-perl (LWP) in Ruby"
119 -HOMEPAGE="https://github.com/nahi/httpclient"
120 -SRC_URI="https://github.com/nahi/httpclient/archive/v${PV}.tar.gz -> ${P}.tgz"
121 -
122 -LICENSE="Ruby"
123 -SLOT="0"
124 -
125 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
126 -IUSE=""
127 -
128 -RDEPEND="${RDEPEND}
129 - !dev-ruby/http-access2"
130 -
131 -ruby_add_rdepend "virtual/ruby-ssl"
132 -
133 -ruby_add_bdepend "doc? ( dev-ruby/rdoc )"
134 -
135 -all_ruby_prepare() {
136 - rm Gemfile || die
137 - sed -i -e '/[bB]undler/s:^:#:' Rakefile || die
138 -
139 - # Fix documentation task
140 - sed -i -e 's/README.txt/README.md/' Rakefile || die
141 -
142 - # Remove mandatory CI reports since we don't need this for testing.
143 - sed -i -e '/reporter/s:^:#:' Rakefile || die
144 -
145 - # Remove mandatory simplecov dependency
146 - sed -i -e '/[Ss]imple[Cc]ov/ s:^:#:' test/helper.rb || die
147 -
148 - # Comment out test requiring network access that makes assumptions
149 - # about the environment, bug 395155
150 - sed -i -e '/test_async_error/,/^ end/ s:^:#:' test/test_httpclient.rb || die
151 -
152 - # Skip tests using rack-ntlm which is not packaged. Weirdly these
153 - # only fail on jruby.
154 - rm test/test_auth.rb || die
155 -}
156 -
157 -each_ruby_test() {
158 - ${RUBY} -Ilib -S testrb test/test_*.rb || die
159 -}
160
161 diff --git a/dev-ruby/httpclient/httpclient-2.7.0.ebuild b/dev-ruby/httpclient/httpclient-2.7.0.ebuild
162 deleted file mode 100644
163 index 169f40f..0000000
164 --- a/dev-ruby/httpclient/httpclient-2.7.0.ebuild
165 +++ /dev/null
166 @@ -1,62 +0,0 @@
167 -# Copyright 1999-2015 Gentoo Foundation
168 -# Distributed under the terms of the GNU General Public License v2
169 -# $Id$
170 -
171 -EAPI=5
172 -
173 -USE_RUBY="ruby20 ruby21 ruby22"
174 -
175 -RUBY_FAKEGEM_TASK_TEST="-Ilib test"
176 -RUBY_FAKEGEM_TASK_DOC="doc"
177 -
178 -RUBY_FAKEGEM_DOCDIR="doc"
179 -
180 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
181 -
182 -RUBY_FAKEGEM_GEMSPEC="httpclient.gemspec"
183 -
184 -inherit ruby-fakegem
185 -
186 -DESCRIPTION="'httpclient' gives something like the functionality of libwww-perl (LWP) in Ruby"
187 -HOMEPAGE="https://github.com/nahi/httpclient"
188 -SRC_URI="https://github.com/nahi/httpclient/archive/v${PV}.tar.gz -> ${P}.tgz"
189 -
190 -LICENSE="Ruby"
191 -SLOT="0"
192 -
193 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
194 -IUSE=""
195 -
196 -RDEPEND="${RDEPEND}
197 - !dev-ruby/http-access2"
198 -
199 -ruby_add_rdepend "virtual/ruby-ssl"
200 -
201 -ruby_add_bdepend "doc? ( dev-ruby/rdoc )"
202 -ruby_add_bdepend "test? ( dev-ruby/http-cookie )"
203 -
204 -all_ruby_prepare() {
205 - rm Gemfile || die
206 - sed -i -e '/[bB]undler/s:^:#:' Rakefile || die
207 -
208 - # Fix documentation task
209 - sed -i -e 's/README.txt/README.md/' Rakefile || die
210 -
211 - # Remove mandatory CI reports since we don't need this for testing.
212 - sed -i -e '/reporter/s:^:#:' Rakefile || die
213 -
214 - # Remove mandatory simplecov dependency
215 - sed -i -e '/[Ss]imple[Cc]ov/ s:^:#:' test/helper.rb || die
216 -
217 - # Comment out test requiring network access that makes assumptions
218 - # about the environment, bug 395155
219 - sed -i -e '/test_async_error/,/^ end/ s:^:#:' test/test_httpclient.rb || die
220 -
221 - # Skip tests using rack-ntlm which is not packaged. Weirdly these
222 - # only fail on jruby.
223 - rm test/test_auth.rb || die
224 -}
225 -
226 -each_ruby_test() {
227 - ${RUBY} -Ilib -S testrb test/test_*.rb || die
228 -}