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: Sat, 16 Nov 2019 09:14:03
Message-Id: 1573895627.12de08eb621c92d2fe8435d0aa4ffffde82667c6.graaff@gentoo
1 commit: 12de08eb621c92d2fe8435d0aa4ffffde82667c6
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 16 07:27:28 2019 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 16 09:13:47 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12de08eb
7
8 dev-ruby/http: cleanup
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.16
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/http/Manifest | 2 --
14 dev-ruby/http/http-4.0.5.ebuild | 46 -----------------------------------------
15 dev-ruby/http/http-4.1.0.ebuild | 46 -----------------------------------------
16 3 files changed, 94 deletions(-)
17
18 diff --git a/dev-ruby/http/Manifest b/dev-ruby/http/Manifest
19 index 7f6da00671c..4e7e0434dd9 100644
20 --- a/dev-ruby/http/Manifest
21 +++ b/dev-ruby/http/Manifest
22 @@ -1,5 +1,3 @@
23 DIST http-0.9.8.gem 66560 BLAKE2B 15b6cc066d2b04c3c6df604787f69b5079dacd277dc95a74b56832fc26cd84d2b631b60a60baadaf46368e5dfda30152983c335faea636490000bc5153d11736 SHA512 bb89147a3c28ebd75d2453e51c0c422557907e055b9a20a560b803bc64edfcdfe96e997ff225a26c9ca278211b0f70faaccf2d18ce2cdc9fd95bc4048093ef68
24 DIST http-3.3.0.gem 70656 BLAKE2B 5c52864168663640389a0f107e1bf8a202654a8b479c92bf5126354d360adcae45a9b4596da7cff2e412fee88ed3622870c4e2bb18eca97466b4ede28baa2a08 SHA512 fcb2549c22974712e129306b472c1a32466c50add85eee9a558582697c7ece26cb7a1db6da6aaceedb8bfd134d1213090c158db510fe53ddbe201bba6bd22c68
25 -DIST http-4.0.5.gem 73728 BLAKE2B 467f812ebe2cde5cad513ae18ad290c6a4dab5e8d1b0d54955efe40988297afd6fcdf438172827bbe4d4434706741084936174af4b2d176de3aadc99f6cfa606 SHA512 e591ea761643d7a5a8e4c7b836a38389cbf09b4e16388997f4052213521bb0f47240e8511f9fefc5186bd33c1617c1048e0254f2d6c412b381f2cf2a4247a0c6
26 -DIST http-4.1.0.gem 74240 BLAKE2B edf9a84f4c097fc27dfc477ccf75601be77ca924c98afe62b82d94db43af34ea28437e15221c83314139e67ff7d8236242bad7274ed0bc226b4ae1701977b9b0 SHA512 cedc2944d45033e2750e34a401e93ae820f07317a4cd934eb512915f177ea29050f5a0ab1ee1733e13eaaefd2396e75f4067b54269d4b0615f9a745208ec4dae
27 DIST http-4.1.1.gem 74240 BLAKE2B 350d4a2eb966f8dae05a206e20a92d8ce0601df36673cae8c969b8849d6715c5d0ab0e24c4b6cc4f117e4788e535296f86d5193198df4a8229572817c9cd3f75 SHA512 89e088521212293db692b66a7058327c215bba119b3f01d4120fd32f0754294d4cbada88ed9cffb6f182f6d712a0923dadfc645c1618e25a802fcc3d467356de
28
29 diff --git a/dev-ruby/http/http-4.0.5.ebuild b/dev-ruby/http/http-4.0.5.ebuild
30 deleted file mode 100644
31 index de3cc7b35d9..00000000000
32 --- a/dev-ruby/http/http-4.0.5.ebuild
33 +++ /dev/null
34 @@ -1,46 +0,0 @@
35 -# Copyright 1999-2019 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=6
39 -USE_RUBY="ruby23 ruby24 ruby25"
40 -
41 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
42 -
43 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
44 -RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
45 -
46 -inherit ruby-fakegem
47 -
48 -DESCRIPTION="An easy-to-use client library for making requests from Ruby"
49 -HOMEPAGE="https://github.com/tarcieri/http"
50 -
51 -LICENSE="MIT"
52 -SLOT="4"
53 -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
54 -IUSE=""
55 -
56 -ruby_add_rdepend "
57 - >=dev-ruby/addressable-2.3:0
58 - >=dev-ruby/http-cookie-1.0:0
59 - dev-ruby/http-form_data:2
60 - >=dev-ruby/http_parser_rb-0.6.0 =dev-ruby/http_parser_rb-0.6*"
61 -
62 -ruby_add_bdepend "
63 - test? ( dev-ruby/certificate_authority dev-ruby/rspec-its )"
64 -
65 -all_ruby_prepare() {
66 - sed -i -e '/simplecov/,/end/ s:^:#:' \
67 - -e '1irequire "cgi"' spec/spec_helper.rb || die
68 -
69 - # Avoid specs that require network access
70 - sed -i -e '/.persistent/,/^ end/ s:^:#:' \
71 - spec/lib/http_spec.rb || die
72 - sed -i -e '/with non-ASCII URLs/,/^ end/ s:^:#:' \
73 - spec/lib/http/client_spec.rb || die
74 -
75 - # Avoid spec that may fail with a running web server
76 - sed -i -e '/unifies socket errors into HTTP::ConnectionError/,/^ end/ s:^:#:' spec/lib/http_spec.rb || die
77 -
78 - # Fix spec for production release
79 - sed -i -e '/User-Agent:/ s/.dev//' spec/lib/http/features/logging_spec.rb || die
80 -}
81
82 diff --git a/dev-ruby/http/http-4.1.0.ebuild b/dev-ruby/http/http-4.1.0.ebuild
83 deleted file mode 100644
84 index de3cc7b35d9..00000000000
85 --- a/dev-ruby/http/http-4.1.0.ebuild
86 +++ /dev/null
87 @@ -1,46 +0,0 @@
88 -# Copyright 1999-2019 Gentoo Authors
89 -# Distributed under the terms of the GNU General Public License v2
90 -
91 -EAPI=6
92 -USE_RUBY="ruby23 ruby24 ruby25"
93 -
94 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
95 -
96 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
97 -RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
98 -
99 -inherit ruby-fakegem
100 -
101 -DESCRIPTION="An easy-to-use client library for making requests from Ruby"
102 -HOMEPAGE="https://github.com/tarcieri/http"
103 -
104 -LICENSE="MIT"
105 -SLOT="4"
106 -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
107 -IUSE=""
108 -
109 -ruby_add_rdepend "
110 - >=dev-ruby/addressable-2.3:0
111 - >=dev-ruby/http-cookie-1.0:0
112 - dev-ruby/http-form_data:2
113 - >=dev-ruby/http_parser_rb-0.6.0 =dev-ruby/http_parser_rb-0.6*"
114 -
115 -ruby_add_bdepend "
116 - test? ( dev-ruby/certificate_authority dev-ruby/rspec-its )"
117 -
118 -all_ruby_prepare() {
119 - sed -i -e '/simplecov/,/end/ s:^:#:' \
120 - -e '1irequire "cgi"' spec/spec_helper.rb || die
121 -
122 - # Avoid specs that require network access
123 - sed -i -e '/.persistent/,/^ end/ s:^:#:' \
124 - spec/lib/http_spec.rb || die
125 - sed -i -e '/with non-ASCII URLs/,/^ end/ s:^:#:' \
126 - spec/lib/http/client_spec.rb || die
127 -
128 - # Avoid spec that may fail with a running web server
129 - sed -i -e '/unifies socket errors into HTTP::ConnectionError/,/^ end/ s:^:#:' spec/lib/http_spec.rb || die
130 -
131 - # Fix spec for production release
132 - sed -i -e '/User-Agent:/ s/.dev//' spec/lib/http/features/logging_spec.rb || die
133 -}