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/http/
Date: Mon, 11 Mar 2019 06:25:57
Message-Id: 1552285542.18cf5a8c11b34547f44e73371e762a0e1f5d0af2.graaff@gentoo
1 commit: 18cf5a8c11b34547f44e73371e762a0e1f5d0af2
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 11 06:04:47 2019 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 11 06:25:42 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18cf5a8c
7
8 dev-ruby/http: 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/http/Manifest | 3 ---
14 dev-ruby/http/http-4.0.0.ebuild | 46 -----------------------------------------
15 dev-ruby/http/http-4.0.1.ebuild | 46 -----------------------------------------
16 dev-ruby/http/http-4.0.3.ebuild | 46 -----------------------------------------
17 4 files changed, 141 deletions(-)
18
19 diff --git a/dev-ruby/http/Manifest b/dev-ruby/http/Manifest
20 index 0ceb59ca039..67b79e41e68 100644
21 --- a/dev-ruby/http/Manifest
22 +++ b/dev-ruby/http/Manifest
23 @@ -1,6 +1,3 @@
24 DIST http-0.9.8.gem 66560 BLAKE2B 15b6cc066d2b04c3c6df604787f69b5079dacd277dc95a74b56832fc26cd84d2b631b60a60baadaf46368e5dfda30152983c335faea636490000bc5153d11736 SHA512 bb89147a3c28ebd75d2453e51c0c422557907e055b9a20a560b803bc64edfcdfe96e997ff225a26c9ca278211b0f70faaccf2d18ce2cdc9fd95bc4048093ef68
25 DIST http-3.3.0.gem 70656 BLAKE2B 5c52864168663640389a0f107e1bf8a202654a8b479c92bf5126354d360adcae45a9b4596da7cff2e412fee88ed3622870c4e2bb18eca97466b4ede28baa2a08 SHA512 fcb2549c22974712e129306b472c1a32466c50add85eee9a558582697c7ece26cb7a1db6da6aaceedb8bfd134d1213090c158db510fe53ddbe201bba6bd22c68
26 -DIST http-4.0.0.gem 72704 BLAKE2B 6a7abec739f545e96b013d4bc10b11acd2cd6e336032cab08977476a0c50b73993ba9c8d46b68c7f891ae6129cddc5566bcdc16cc958b16a2241a5fdc1d2bc8c SHA512 78fee306d0d53068b8082bffc766cb12c8d1a030407648af6c4471cab9d63e2c55e75c9546b684bcaabc795c04b76b91c562e4969e597ec70aed0e16052586b1
27 -DIST http-4.0.1.gem 72704 BLAKE2B 5c4366044955d93f1ad149254843c916f599cc69557c69e87a7e56a745b6e58ee1fc69e5334eeba3b5dec00dc2c7e48c8a8123cdfb3bd5a73163c3192a365515 SHA512 ea579721e5fd01933daea74f37abdf4703aef670457a3eb781515f51f38190a8fdf95a49310df953bafc325515d3e963680d3b4c4056ccc02fe5e5f6426c57b5
28 -DIST http-4.0.3.gem 73216 BLAKE2B 191dae46e423571dfb9251909efb4b3f0d331a9cbb83ac52b6261f9303b0f63ae5f776868499d6010032e9031a1e493ff8e1c4a14e83df359a9dd65c6de9f8f9 SHA512 42761a8c6988d76aeab298dff77182fb431cc808fadb587c483227285fc817b0affde032d67799f01866b60f3cc111bb91359e088c66808b192a61fc44d2bb70
29 DIST http-4.0.5.gem 73728 BLAKE2B 467f812ebe2cde5cad513ae18ad290c6a4dab5e8d1b0d54955efe40988297afd6fcdf438172827bbe4d4434706741084936174af4b2d176de3aadc99f6cfa606 SHA512 e591ea761643d7a5a8e4c7b836a38389cbf09b4e16388997f4052213521bb0f47240e8511f9fefc5186bd33c1617c1048e0254f2d6c412b381f2cf2a4247a0c6
30
31 diff --git a/dev-ruby/http/http-4.0.0.ebuild b/dev-ruby/http/http-4.0.0.ebuild
32 deleted file mode 100644
33 index 13986498f7d..00000000000
34 --- a/dev-ruby/http/http-4.0.0.ebuild
35 +++ /dev/null
36 @@ -1,46 +0,0 @@
37 -# Copyright 1999-2018 Gentoo Authors
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=6
41 -USE_RUBY="ruby23 ruby24 ruby25"
42 -
43 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
44 -
45 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
46 -RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
47 -
48 -inherit ruby-fakegem
49 -
50 -DESCRIPTION="An easy-to-use client library for making requests from Ruby"
51 -HOMEPAGE="https://github.com/tarcieri/http"
52 -
53 -LICENSE="MIT"
54 -SLOT="4"
55 -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
56 -IUSE=""
57 -
58 -ruby_add_rdepend "
59 - >=dev-ruby/addressable-2.3:0
60 - >=dev-ruby/http-cookie-1.0:0
61 - dev-ruby/http-form_data:2
62 - >=dev-ruby/http_parser_rb-0.6.0 =dev-ruby/http_parser_rb-0.6*"
63 -
64 -ruby_add_bdepend "
65 - test? ( dev-ruby/certificate_authority dev-ruby/rspec-its )"
66 -
67 -all_ruby_prepare() {
68 - sed -i -e '/simplecov/,/end/ s:^:#:' \
69 - -e '1irequire "cgi"' spec/spec_helper.rb || die
70 -
71 - # Avoid specs that require network access
72 - sed -i -e '/.persistent/,/^ end/ s:^:#:' \
73 - spec/lib/http_spec.rb || die
74 - sed -i -e '/with non-ASCII URLs/,/^ end/ s:^:#:' \
75 - spec/lib/http/client_spec.rb || die
76 -
77 - # Avoid spec that may fail with a running web server
78 - sed -i -e '/unifies socket errors into HTTP::ConnectionError/,/^ end/ s:^:#:' spec/lib/http_spec.rb || die
79 -
80 - # Fix spec for production release
81 - sed -i -e '/User-Agent:/ s/.dev//' spec/lib/http/features/logging_spec.rb || die
82 -}
83
84 diff --git a/dev-ruby/http/http-4.0.1.ebuild b/dev-ruby/http/http-4.0.1.ebuild
85 deleted file mode 100644
86 index de3cc7b35d9..00000000000
87 --- a/dev-ruby/http/http-4.0.1.ebuild
88 +++ /dev/null
89 @@ -1,46 +0,0 @@
90 -# Copyright 1999-2019 Gentoo Authors
91 -# Distributed under the terms of the GNU General Public License v2
92 -
93 -EAPI=6
94 -USE_RUBY="ruby23 ruby24 ruby25"
95 -
96 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
97 -
98 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
99 -RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
100 -
101 -inherit ruby-fakegem
102 -
103 -DESCRIPTION="An easy-to-use client library for making requests from Ruby"
104 -HOMEPAGE="https://github.com/tarcieri/http"
105 -
106 -LICENSE="MIT"
107 -SLOT="4"
108 -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
109 -IUSE=""
110 -
111 -ruby_add_rdepend "
112 - >=dev-ruby/addressable-2.3:0
113 - >=dev-ruby/http-cookie-1.0:0
114 - dev-ruby/http-form_data:2
115 - >=dev-ruby/http_parser_rb-0.6.0 =dev-ruby/http_parser_rb-0.6*"
116 -
117 -ruby_add_bdepend "
118 - test? ( dev-ruby/certificate_authority dev-ruby/rspec-its )"
119 -
120 -all_ruby_prepare() {
121 - sed -i -e '/simplecov/,/end/ s:^:#:' \
122 - -e '1irequire "cgi"' spec/spec_helper.rb || die
123 -
124 - # Avoid specs that require network access
125 - sed -i -e '/.persistent/,/^ end/ s:^:#:' \
126 - spec/lib/http_spec.rb || die
127 - sed -i -e '/with non-ASCII URLs/,/^ end/ s:^:#:' \
128 - spec/lib/http/client_spec.rb || die
129 -
130 - # Avoid spec that may fail with a running web server
131 - sed -i -e '/unifies socket errors into HTTP::ConnectionError/,/^ end/ s:^:#:' spec/lib/http_spec.rb || die
132 -
133 - # Fix spec for production release
134 - sed -i -e '/User-Agent:/ s/.dev//' spec/lib/http/features/logging_spec.rb || die
135 -}
136
137 diff --git a/dev-ruby/http/http-4.0.3.ebuild b/dev-ruby/http/http-4.0.3.ebuild
138 deleted file mode 100644
139 index de3cc7b35d9..00000000000
140 --- a/dev-ruby/http/http-4.0.3.ebuild
141 +++ /dev/null
142 @@ -1,46 +0,0 @@
143 -# Copyright 1999-2019 Gentoo Authors
144 -# Distributed under the terms of the GNU General Public License v2
145 -
146 -EAPI=6
147 -USE_RUBY="ruby23 ruby24 ruby25"
148 -
149 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
150 -
151 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
152 -RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
153 -
154 -inherit ruby-fakegem
155 -
156 -DESCRIPTION="An easy-to-use client library for making requests from Ruby"
157 -HOMEPAGE="https://github.com/tarcieri/http"
158 -
159 -LICENSE="MIT"
160 -SLOT="4"
161 -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
162 -IUSE=""
163 -
164 -ruby_add_rdepend "
165 - >=dev-ruby/addressable-2.3:0
166 - >=dev-ruby/http-cookie-1.0:0
167 - dev-ruby/http-form_data:2
168 - >=dev-ruby/http_parser_rb-0.6.0 =dev-ruby/http_parser_rb-0.6*"
169 -
170 -ruby_add_bdepend "
171 - test? ( dev-ruby/certificate_authority dev-ruby/rspec-its )"
172 -
173 -all_ruby_prepare() {
174 - sed -i -e '/simplecov/,/end/ s:^:#:' \
175 - -e '1irequire "cgi"' spec/spec_helper.rb || die
176 -
177 - # Avoid specs that require network access
178 - sed -i -e '/.persistent/,/^ end/ s:^:#:' \
179 - spec/lib/http_spec.rb || die
180 - sed -i -e '/with non-ASCII URLs/,/^ end/ s:^:#:' \
181 - spec/lib/http/client_spec.rb || die
182 -
183 - # Avoid spec that may fail with a running web server
184 - sed -i -e '/unifies socket errors into HTTP::ConnectionError/,/^ end/ s:^:#:' spec/lib/http_spec.rb || die
185 -
186 - # Fix spec for production release
187 - sed -i -e '/User-Agent:/ s/.dev//' spec/lib/http/features/logging_spec.rb || die
188 -}