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, 03 Oct 2015 05:35:28
Message-Id: 1443850512.04ccfcf863f87dfae16357a480176d0b8396ec4e.graaff@gentoo
1 commit: 04ccfcf863f87dfae16357a480176d0b8396ec4e
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 3 05:24:52 2015 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 3 05:35:12 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04ccfcf8
7
8 dev-ruby/http: cleanup
9
10 Package-Manager: portage-2.2.20.1
11
12 dev-ruby/http/Manifest | 3 ---
13 dev-ruby/http/http-0.8.12.ebuild | 35 -----------------------------------
14 dev-ruby/http/http-0.9.0.ebuild | 35 -----------------------------------
15 dev-ruby/http/http-0.9.1.ebuild | 35 -----------------------------------
16 4 files changed, 108 deletions(-)
17
18 diff --git a/dev-ruby/http/Manifest b/dev-ruby/http/Manifest
19 index fbea505..287fc58 100644
20 --- a/dev-ruby/http/Manifest
21 +++ b/dev-ruby/http/Manifest
22 @@ -1,5 +1,2 @@
23 DIST http-0.6.3.gem 67072 SHA256 bbefb6ab1255f2967437b0ea9b29058066c89b1e30448e3494ca3840432cb272 SHA512 e5fe784e833da30e5ef6bcdc43b45a04fcf03d827b8336853591c5ba67b5ccf45cc18849ec4a78f3a0526b05cc50da2a7aadd5ea211284fe73f8dddbe89c642b WHIRLPOOL e231732948a938310280ecdac254c98607a473d29e2ffbc9a36a9c0dc4144f5c54e8a52603581391eb6a5046e932d41817d57b516c8dcd4099c7fc8a2bcfe86f
24 -DIST http-0.8.12.gem 71168 SHA256 12a8a0f88f7edc70efe9c773dd6025ca70d9e1be24d18d37b2990be893d02713 SHA512 6e25b185092dec0f59f3bb6ee47817a3f53df4090fcb07cf163a39389732f3a13fde63c6eca93a3b0f3423640ea791585903a24a7339fe594a268c66aec3c51e WHIRLPOOL 83ca8abeb1f276832da544f3d15869576c2b14687e1db6b9026c3180a671f0598d1836e7f94f56e332f786dc36657344b63902663bcb85e98d534bbfdf7fd9a8
25 -DIST http-0.9.0.gem 64000 SHA256 1c24039281a60d6f072748e733a0540be6764e5a31d1d29fb6f8db3e9b67fe1d SHA512 344cf1d1940f5b24d83f6d0e832584d3a3e1cbe89ba0bc8dabfc1262a5b1924e1ff225c72dd699abfd351f8ca16209048d77702d4e5f603bbd6ca5682c810a47 WHIRLPOOL 5980b7ef5e196784aa6bd87e26e66c0eb453e4100ba2b742f4792a6d5a73e0b15200f0b559c15eb344db76c11135eb1a0c6e84eedf28d8080e8ac20f7caba6b0
26 -DIST http-0.9.1.gem 64512 SHA256 549e27dcf9fece445ba785dfa108898b46f5d89b3db21afacc08e0ab193b04c2 SHA512 1f2ae51ad561b73e154379a5f941e64d166ad231a9da58d45218eb22c20396bf606ff70abdd11d3ebe5e95bfc5505ec304439f8cde286059eef6c9fe23a274b0 WHIRLPOOL ea197c6542871f45ea370f8ae5524947893fd90178c98ad8731603180c673c33ba8d072956a61d7802165960a9342a831b4f18e07abc9dc215bd2446538c7605
27 DIST http-0.9.3.gem 65024 SHA256 cb7c64d09c0d42255b3b881704bd1e3d282dd2170d7666ab0447c640fc046a2e SHA512 498ee87e97aed59e2a757c23e0013f3f5eaaf1fe4f51dc5caf91049124142eda43224e930a766c7c9104cc968ec8b2a4eb676f563d0adfd0249711f48e96bbd8 WHIRLPOOL 2283a2d2c3e6c5e99200949f85eeda0ef4cae5e864c0cf403c379b4332a7c9244f71be834100ffe25bea5f202fea3112d65ad41d0ccc4c2ef2c376d851984fda
28
29 diff --git a/dev-ruby/http/http-0.8.12.ebuild b/dev-ruby/http/http-0.8.12.ebuild
30 deleted file mode 100644
31 index 196ca48..0000000
32 --- a/dev-ruby/http/http-0.8.12.ebuild
33 +++ /dev/null
34 @@ -1,35 +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 -USE_RUBY="ruby19 ruby20 ruby21"
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="0.8"
54 -KEYWORDS="~amd64 ~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
71 diff --git a/dev-ruby/http/http-0.9.0.ebuild b/dev-ruby/http/http-0.9.0.ebuild
72 deleted file mode 100644
73 index 196ca48..0000000
74 --- a/dev-ruby/http/http-0.9.0.ebuild
75 +++ /dev/null
76 @@ -1,35 +0,0 @@
77 -# Copyright 1999-2015 Gentoo Foundation
78 -# Distributed under the terms of the GNU General Public License v2
79 -# $Id$
80 -
81 -EAPI=5
82 -USE_RUBY="ruby19 ruby20 ruby21"
83 -
84 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
85 -
86 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
87 -RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
88 -
89 -inherit ruby-fakegem
90 -
91 -DESCRIPTION="An easy-to-use client library for making requests from Ruby"
92 -HOMEPAGE="https://github.com/tarcieri/http"
93 -
94 -LICENSE="MIT"
95 -SLOT="0.8"
96 -KEYWORDS="~amd64 ~ppc64 ~x86"
97 -IUSE=""
98 -
99 -ruby_add_rdepend "
100 - >=dev-ruby/addressable-2.3
101 - >=dev-ruby/http-cookie-1.0
102 - >=dev-ruby/http-form_data-1.0.1:1.0
103 - >=dev-ruby/http_parser_rb-0.6.0 =dev-ruby/http_parser_rb-0.6*"
104 -
105 -ruby_add_bdepend "
106 - test? ( dev-ruby/certificate_authority dev-ruby/rspec-its )"
107 -
108 -all_ruby_prepare() {
109 - sed -i -e '/simplecov/,/end/ s:^:#:' \
110 - -e '1irequire "cgi"' spec/spec_helper.rb || die
111 -}
112
113 diff --git a/dev-ruby/http/http-0.9.1.ebuild b/dev-ruby/http/http-0.9.1.ebuild
114 deleted file mode 100644
115 index 196ca48..0000000
116 --- a/dev-ruby/http/http-0.9.1.ebuild
117 +++ /dev/null
118 @@ -1,35 +0,0 @@
119 -# Copyright 1999-2015 Gentoo Foundation
120 -# Distributed under the terms of the GNU General Public License v2
121 -# $Id$
122 -
123 -EAPI=5
124 -USE_RUBY="ruby19 ruby20 ruby21"
125 -
126 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
127 -
128 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
129 -RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
130 -
131 -inherit ruby-fakegem
132 -
133 -DESCRIPTION="An easy-to-use client library for making requests from Ruby"
134 -HOMEPAGE="https://github.com/tarcieri/http"
135 -
136 -LICENSE="MIT"
137 -SLOT="0.8"
138 -KEYWORDS="~amd64 ~ppc64 ~x86"
139 -IUSE=""
140 -
141 -ruby_add_rdepend "
142 - >=dev-ruby/addressable-2.3
143 - >=dev-ruby/http-cookie-1.0
144 - >=dev-ruby/http-form_data-1.0.1:1.0
145 - >=dev-ruby/http_parser_rb-0.6.0 =dev-ruby/http_parser_rb-0.6*"
146 -
147 -ruby_add_bdepend "
148 - test? ( dev-ruby/certificate_authority dev-ruby/rspec-its )"
149 -
150 -all_ruby_prepare() {
151 - sed -i -e '/simplecov/,/end/ s:^:#:' \
152 - -e '1irequire "cgi"' spec/spec_helper.rb || die
153 -}