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/pry/
Date: Thu, 08 Feb 2018 06:25:56
Message-Id: 1518071096.3093e559cb7380e3c9ae1f0c2fafa9fcb34ee680.graaff@gentoo
1 commit: 3093e559cb7380e3c9ae1f0c2fafa9fcb34ee680
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 8 06:10:04 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 8 06:24:56 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3093e559
7
8 dev-ruby/pry: cleanup
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 dev-ruby/pry/Manifest | 4 ----
13 dev-ruby/pry/pry-0.10.4.ebuild | 49 ------------------------------------------
14 dev-ruby/pry/pry-0.11.0.ebuild | 45 --------------------------------------
15 dev-ruby/pry/pry-0.11.1.ebuild | 45 --------------------------------------
16 dev-ruby/pry/pry-0.11.2.ebuild | 45 --------------------------------------
17 5 files changed, 188 deletions(-)
18
19 diff --git a/dev-ruby/pry/Manifest b/dev-ruby/pry/Manifest
20 index 0f8190b386e..d012005f563 100644
21 --- a/dev-ruby/pry/Manifest
22 +++ b/dev-ruby/pry/Manifest
23 @@ -1,5 +1 @@
24 -DIST pry-0.10.4.tar.gz 204296 BLAKE2B 90308950b7d5f2c3aa9a54d30815213a01ef468b760c8c6655c2125c3cedb12f4437e01a3d43a2d5af8ebc5416236cb3ee4b125bceb3ed78f0707ea51ce71763 SHA512 0c455945125b210efce7dcde3d7bfbec5d03687847910084c0befd466191ac34446c62a884c6424cd6760d573d1de490de4dacd97b31c87553e32787d99a3687
25 -DIST pry-0.11.0.tar.gz 223501 BLAKE2B ec65803b6b1adaef7180ba669ec8f77a2999aab03a6ba3e5df1f8f345d26f108449dff17f51a41ac742b0b6d80f709fcd70a1f83b12bddc8d6bc4d5f475ede5c SHA512 1f252e6707f57d24ff7aca9c1437f1c5f38d3a203f3439bfd84f28fe4bb9f8063d3d16e2920b30a825554f01c4fb3f24f6221693de19f675cba4fc3df9b56254
26 -DIST pry-0.11.1.tar.gz 223494 BLAKE2B 99a8739107f5c5442f8b28339a46fba7d7ad090890925ca8c3e33a396e1f59ccb61b53731e5584692445ecf8e2749280b55fcc22e76d4a6b68dd6d2b4162d156 SHA512 b662f870ef2759430ca22decdc1f5bd8e88ae8539b83e4b0e3420030d63459b37b2ce7dea1d2f654cb911e94597709e0d0bce55bc29cc0de9c115f2b7c305b2a
27 -DIST pry-0.11.2.tar.gz 223514 BLAKE2B 8e7bc56af6ada7052045aec7a4107059ff25333d6a3af57a4161efcd32e6f5cc884e84fb39b33f63b9526dc429335d705de70ee281d27fbe1b2d22c6ef256174 SHA512 c2b6ba9922c4bf556dec0d6eb2ecfe63994286578160a40e365061d473b3eb19971d76f5fe54035f7e8d489acfb3f0637b9f2fbe03fb1134629bd11b35e99bfa
28 DIST pry-0.11.3.tar.gz 225483 BLAKE2B a8d680c095a887e2612b61ef2f892ece8468e447f08e209b97494844fb27cf2441b8d575125ac5657b6f0feefa8b2726bfd78966ce44da1d96af84982918f428 SHA512 6c5c983d0d446cc7cf105797083d932d95db9821215635cd3929ce2e229e21c4566d0644a6283de462e735aef577cd8c115589d2dd8bac88ac2f911be0bf729f
29
30 diff --git a/dev-ruby/pry/pry-0.10.4.ebuild b/dev-ruby/pry/pry-0.10.4.ebuild
31 deleted file mode 100644
32 index e2887813bbb..00000000000
33 --- a/dev-ruby/pry/pry-0.10.4.ebuild
34 +++ /dev/null
35 @@ -1,49 +0,0 @@
36 -# Copyright 1999-2017 Gentoo Foundation
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=5
40 -
41 -# ruby24 -> fails tests
42 -USE_RUBY="ruby21 ruby22 ruby23"
43 -
44 -RUBY_FAKEGEM_RECIPE_DOC="yard"
45 -RUBY_FAKEGEM_RECIPE_TEST="rspec"
46 -RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
47 -RUBY_FAKEGEM_GEMSPEC=${PN}.gemspec
48 -
49 -inherit ruby-fakegem
50 -
51 -DESCRIPTION="Pry is a powerful alternative to the standard IRB shell for Ruby"
52 -HOMEPAGE="https://github.com/pry/pry/wiki"
53 -SRC_URI="https://github.com/pry/pry/archive/v${PV}.tar.gz -> ${P}.tar.gz"
54 -IUSE=""
55 -SLOT="ruby19"
56 -
57 -LICENSE="MIT"
58 -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~x86"
59 -
60 -ruby_add_rdepend "
61 - >=dev-ruby/coderay-1.1.0 =dev-ruby/coderay-1.1*
62 - >=dev-ruby/slop-3.4.1:3
63 - >=dev-ruby/method_source-0.8.1 =dev-ruby/method_source-0.8*"
64 -
65 -ruby_add_bdepend "
66 - test? (
67 - >=dev-ruby/open4-1.3
68 - >=dev-ruby/rake-0.9
69 - >=dev-ruby/mocha-1.0
70 - )"
71 -
72 -all_ruby_prepare() {
73 - # Avoid unneeded dependency on git.
74 - # Loosen coderay dependency.
75 - sed -e '/git ls-files/d' \
76 - -e '/coderay/s/~>/>=/' \
77 - -e '/bundler/d' \
78 - -i ${RUBY_FAKEGEM_GEMSPEC} || die
79 - sed -e '/[Bb]undler/d' -e "1irequire 'mocha/api'\ " -i spec/helper.rb || die
80 - sed -e "1irequire 'ostruct'\ " -i spec/hooks_spec.rb || die
81 - sed -e '/of Class after the singleton classes/,+4d' -i spec/method_spec.rb || die
82 - # Out of date tests
83 - rm spec/commands/gist_spec.rb || die
84 -}
85
86 diff --git a/dev-ruby/pry/pry-0.11.0.ebuild b/dev-ruby/pry/pry-0.11.0.ebuild
87 deleted file mode 100644
88 index 96c4d9fc88d..00000000000
89 --- a/dev-ruby/pry/pry-0.11.0.ebuild
90 +++ /dev/null
91 @@ -1,45 +0,0 @@
92 -# Copyright 1999-2017 Gentoo Foundation
93 -# Distributed under the terms of the GNU General Public License v2
94 -
95 -EAPI=6
96 -
97 -USE_RUBY="ruby22 ruby23 ruby24"
98 -
99 -RUBY_FAKEGEM_RECIPE_DOC="yard"
100 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
101 -RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
102 -RUBY_FAKEGEM_GEMSPEC=${PN}.gemspec
103 -
104 -inherit ruby-fakegem
105 -
106 -DESCRIPTION="Pry is a powerful alternative to the standard IRB shell for Ruby"
107 -HOMEPAGE="https://github.com/pry/pry/wiki"
108 -SRC_URI="https://github.com/pry/pry/archive/v${PV}.tar.gz -> ${P}.tar.gz"
109 -IUSE=""
110 -SLOT="ruby19"
111 -
112 -LICENSE="MIT"
113 -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~x86"
114 -
115 -ruby_add_rdepend "
116 - >=dev-ruby/coderay-1.1.0 =dev-ruby/coderay-1.1*
117 - >=dev-ruby/method_source-0.8.1 =dev-ruby/method_source-0.8*"
118 -
119 -ruby_add_bdepend "
120 - test? (
121 - >=dev-ruby/open4-1.3
122 - >=dev-ruby/rake-0.9
123 - >=dev-ruby/mocha-1.0
124 - )"
125 -
126 -all_ruby_prepare() {
127 - # Avoid unneeded dependency on git.
128 - # Loosen coderay dependency.
129 - sed -e '/git ls-files/d' \
130 - -e '/coderay/s/~>/>=/' \
131 - -e '/bundler/d' \
132 - -i ${RUBY_FAKEGEM_GEMSPEC} || die
133 - sed -e '/[Bb]undler/d' -e "1irequire 'mocha/api'\ " -i spec/helper.rb || die
134 - # Out of date tests
135 - rm spec/commands/gist_spec.rb || die
136 -}
137
138 diff --git a/dev-ruby/pry/pry-0.11.1.ebuild b/dev-ruby/pry/pry-0.11.1.ebuild
139 deleted file mode 100644
140 index f085f07e6e7..00000000000
141 --- a/dev-ruby/pry/pry-0.11.1.ebuild
142 +++ /dev/null
143 @@ -1,45 +0,0 @@
144 -# Copyright 1999-2017 Gentoo Foundation
145 -# Distributed under the terms of the GNU General Public License v2
146 -
147 -EAPI=6
148 -
149 -USE_RUBY="ruby22 ruby23 ruby24"
150 -
151 -RUBY_FAKEGEM_RECIPE_DOC="yard"
152 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
153 -RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
154 -RUBY_FAKEGEM_GEMSPEC=${PN}.gemspec
155 -
156 -inherit ruby-fakegem
157 -
158 -DESCRIPTION="Pry is a powerful alternative to the standard IRB shell for Ruby"
159 -HOMEPAGE="https://github.com/pry/pry/wiki"
160 -SRC_URI="https://github.com/pry/pry/archive/v${PV}.tar.gz -> ${P}.tar.gz"
161 -IUSE=""
162 -SLOT="ruby19"
163 -
164 -LICENSE="MIT"
165 -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~x86"
166 -
167 -ruby_add_rdepend "
168 - >=dev-ruby/coderay-1.1.0 =dev-ruby/coderay-1.1*
169 - >=dev-ruby/method_source-0.9.0 =dev-ruby/method_source-0.9*"
170 -
171 -ruby_add_bdepend "
172 - test? (
173 - >=dev-ruby/open4-1.3
174 - >=dev-ruby/rake-0.9
175 - >=dev-ruby/mocha-1.0
176 - )"
177 -
178 -all_ruby_prepare() {
179 - # Avoid unneeded dependency on git.
180 - # Loosen coderay dependency.
181 - sed -e '/git ls-files/d' \
182 - -e '/coderay/s/~>/>=/' \
183 - -e '/bundler/d' \
184 - -i ${RUBY_FAKEGEM_GEMSPEC} || die
185 - sed -e '/[Bb]undler/d' -e "1irequire 'mocha/api'\ " -i spec/helper.rb || die
186 - # Out of date tests
187 - rm spec/commands/gist_spec.rb || die
188 -}
189
190 diff --git a/dev-ruby/pry/pry-0.11.2.ebuild b/dev-ruby/pry/pry-0.11.2.ebuild
191 deleted file mode 100644
192 index a60683982ec..00000000000
193 --- a/dev-ruby/pry/pry-0.11.2.ebuild
194 +++ /dev/null
195 @@ -1,45 +0,0 @@
196 -# Copyright 1999-2017 Gentoo Foundation
197 -# Distributed under the terms of the GNU General Public License v2
198 -
199 -EAPI=6
200 -
201 -USE_RUBY="ruby22 ruby23 ruby24"
202 -
203 -RUBY_FAKEGEM_RECIPE_DOC="yard"
204 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
205 -RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
206 -RUBY_FAKEGEM_GEMSPEC=${PN}.gemspec
207 -
208 -inherit ruby-fakegem
209 -
210 -DESCRIPTION="Pry is a powerful alternative to the standard IRB shell for Ruby"
211 -HOMEPAGE="https://github.com/pry/pry/wiki"
212 -SRC_URI="https://github.com/pry/pry/archive/v${PV}.tar.gz -> ${P}.tar.gz"
213 -IUSE=""
214 -SLOT="ruby19"
215 -
216 -LICENSE="MIT"
217 -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
218 -
219 -ruby_add_rdepend "
220 - >=dev-ruby/coderay-1.1.0 =dev-ruby/coderay-1.1*
221 - >=dev-ruby/method_source-0.9.0 =dev-ruby/method_source-0.9*"
222 -
223 -ruby_add_bdepend "
224 - test? (
225 - >=dev-ruby/open4-1.3
226 - >=dev-ruby/rake-0.9
227 - >=dev-ruby/mocha-1.0
228 - )"
229 -
230 -all_ruby_prepare() {
231 - # Avoid unneeded dependency on git.
232 - # Loosen coderay dependency.
233 - sed -e '/git ls-files/d' \
234 - -e '/coderay/s/~>/>=/' \
235 - -e '/bundler/d' \
236 - -i ${RUBY_FAKEGEM_GEMSPEC} || die
237 - sed -e '/[Bb]undler/d' -e "1irequire 'mocha/api'\ " -i spec/helper.rb || die
238 - # Out of date tests
239 - rm spec/commands/gist_spec.rb || die
240 -}