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