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: Wed, 12 Dec 2018 09:30:55
Message-Id: 1544606746.d23536063235593988292a0162c86bbb2dace05a.graaff@gentoo
1 commit: d23536063235593988292a0162c86bbb2dace05a
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 12 09:25:46 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 12 09:25:46 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2353606
7
8 dev-ruby/http: cleanup masked slots, bug 661262
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 | 2 --
14 dev-ruby/http/http-1.0.2.ebuild | 40 --------------------------------------
15 dev-ruby/http/http-2.2.2.ebuild | 43 -----------------------------------------
16 3 files changed, 85 deletions(-)
17
18 diff --git a/dev-ruby/http/Manifest b/dev-ruby/http/Manifest
19 index cfa1fe67ecd..8540baf1fd1 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-1.0.2.gem 62464 BLAKE2B a7801cb8389473f5dee9761fffe510ed2228ecf01d75e61026a110ac8438c9344094a5f50868536f0641740a3663a6aebacdc2f3a8294fa49894549b7a6e3bf0 SHA512 fbfa76f588d46b10dfa0d3b319d0ca1a5a92749575cf27791febaf5d55f2e4458cf34f48d8b9792d4e220c89c702b75b039ca5b66d3c43d31bab982082312113
25 -DIST http-2.2.2.gem 67072 BLAKE2B d2aa0f155085b60c3a65af6e5cda58632708f1aae000d9d52dcfa5fe3f6880000a4dff749810c7816bd1920597f456f7c9e7c080a4e524d578983944f0d49194 SHA512 9c22f7f4473e5cb0b605b9c8d25c1a93c34e7e440fb7cf4f3690cb9dd9e65ce3619d0575da3d97da6dfcf8e1560113b638bb447340605bebc160f589fb007bed
26 DIST http-3.3.0.gem 70656 BLAKE2B 5c52864168663640389a0f107e1bf8a202654a8b479c92bf5126354d360adcae45a9b4596da7cff2e412fee88ed3622870c4e2bb18eca97466b4ede28baa2a08 SHA512 fcb2549c22974712e129306b472c1a32466c50add85eee9a558582697c7ece26cb7a1db6da6aaceedb8bfd134d1213090c158db510fe53ddbe201bba6bd22c68
27 DIST http-4.0.0.gem 72704 BLAKE2B 6a7abec739f545e96b013d4bc10b11acd2cd6e336032cab08977476a0c50b73993ba9c8d46b68c7f891ae6129cddc5566bcdc16cc958b16a2241a5fdc1d2bc8c SHA512 78fee306d0d53068b8082bffc766cb12c8d1a030407648af6c4471cab9d63e2c55e75c9546b684bcaabc795c04b76b91c562e4969e597ec70aed0e16052586b1
28
29 diff --git a/dev-ruby/http/http-1.0.2.ebuild b/dev-ruby/http/http-1.0.2.ebuild
30 deleted file mode 100644
31 index 87918b72d2c..00000000000
32 --- a/dev-ruby/http/http-1.0.2.ebuild
33 +++ /dev/null
34 @@ -1,40 +0,0 @@
35 -# Copyright 1999-2018 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=5
39 -USE_RUBY="ruby21 ruby22 ruby23"
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="1.0"
53 -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
54 -IUSE=""
55 -
56 -ruby_add_rdepend "
57 - >=dev-ruby/addressable-2.3
58 - >=dev-ruby/http-cookie-1.0
59 - >=dev-ruby/http-form_data-1.0.1:1.0
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
76 diff --git a/dev-ruby/http/http-2.2.2.ebuild b/dev-ruby/http/http-2.2.2.ebuild
77 deleted file mode 100644
78 index d7ce2c5a957..00000000000
79 --- a/dev-ruby/http/http-2.2.2.ebuild
80 +++ /dev/null
81 @@ -1,43 +0,0 @@
82 -# Copyright 1999-2018 Gentoo Foundation
83 -# Distributed under the terms of the GNU General Public License v2
84 -
85 -EAPI=6
86 -USE_RUBY="ruby21 ruby22 ruby23"
87 -
88 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
89 -
90 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
91 -RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
92 -
93 -inherit ruby-fakegem
94 -
95 -DESCRIPTION="An easy-to-use client library for making requests from Ruby"
96 -HOMEPAGE="https://github.com/tarcieri/http"
97 -
98 -LICENSE="MIT"
99 -SLOT="2.0"
100 -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
101 -IUSE=""
102 -
103 -ruby_add_rdepend "
104 - >=dev-ruby/addressable-2.3
105 - >=dev-ruby/http-cookie-1.0
106 - >=dev-ruby/http-form_data-1.0.1:1.0
107 - >=dev-ruby/http_parser_rb-0.6.0 =dev-ruby/http_parser_rb-0.6*"
108 -
109 -ruby_add_bdepend "
110 - test? ( dev-ruby/certificate_authority dev-ruby/rspec-its )"
111 -
112 -all_ruby_prepare() {
113 - sed -i -e '/simplecov/,/end/ s:^:#:' \
114 - -e '1irequire "cgi"' spec/spec_helper.rb || die
115 -
116 - # Avoid specs that require network access
117 - sed -i -e '/.persistent/,/^ end/ s:^:#:' \
118 - spec/lib/http_spec.rb || die
119 - sed -i -e '/with non-ASCII URLs/,/^ end/ s:^:#:' \
120 - spec/lib/http/client_spec.rb || die
121 -
122 - # Avoid spec that may fail with a running web server
123 - sed -i -e '/unifies socket errors into HTTP::ConnectionError/,/^ end/ s:^:#:' spec/lib/http_spec.rb || die
124 -}