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/sshkit/
Date: Mon, 01 Jul 2019 05:05:11
Message-Id: 1561956773.dcca27f685ad4eba1494802a166bd8efa184d79f.graaff@gentoo
1 commit: dcca27f685ad4eba1494802a166bd8efa184d79f
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 1 04:52:53 2019 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 1 04:52:53 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcca27f6
7
8 dev-ruby/sshkit: cleanup
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11 Package-Manager: Portage-2.3.66, Repoman-2.3.11
12
13 dev-ruby/sshkit/Manifest | 4 ----
14 dev-ruby/sshkit/sshkit-1.16.1.ebuild | 42 ------------------------------------
15 dev-ruby/sshkit/sshkit-1.17.0.ebuild | 42 ------------------------------------
16 dev-ruby/sshkit/sshkit-1.18.0.ebuild | 42 ------------------------------------
17 dev-ruby/sshkit/sshkit-1.18.1.ebuild | 42 ------------------------------------
18 5 files changed, 172 deletions(-)
19
20 diff --git a/dev-ruby/sshkit/Manifest b/dev-ruby/sshkit/Manifest
21 index 203c8c5ed19..1c02c626463 100644
22 --- a/dev-ruby/sshkit/Manifest
23 +++ b/dev-ruby/sshkit/Manifest
24 @@ -1,5 +1 @@
25 -DIST sshkit-1.16.1.gem 148480 BLAKE2B 4d33e5258a0a4fb9dd063bf914724d69bb838e6f5a461b1b6b355306e5a99f58021ddd9d8f5bc2074bbfdbab2a823132f491a4d3d76c86b2ee9c9156bef7223d SHA512 3866381a4a4c34ac29199f9eb295fb642af624f7e96971f2c752688a24e36787698a4817943317b1e6735afe0bb035e7d7e3d8b81b49022caed2ef20ee57ec57
26 -DIST sshkit-1.17.0.gem 149504 BLAKE2B a44b00917eca7a4953f57821518b14b5a5ed4f8d70c9e2b728c22071c705e185da33b63845bffce6fcb2fc35ed8efa3bb3ba5202eb71edae52cfd99c26583874 SHA512 61f531651a76418e157c1affa55927e438ad3eda9dea2b3f0c26f566522df11d1d39eceef84f706aa7733b60c8428dbb3d7da863ada64a24c79567dc4a8c10ad
27 -DIST sshkit-1.18.0.gem 150016 BLAKE2B 3592bbacf2b9031ce9527f0ecfdcd0ec973239496c842fd659277498ec9a5d815ae77ff7b06afe7dd20d82577dab6ccfcbab79e7514752b41ddb1b80fcfed7cc SHA512 ceff9c7be99155b5e86e1564be221da5946b91b396ffc948aafbbc1a5214928020ee3db97615b780c91f4fefacff2174c4d0a33e54aa2e935552eecedac71bde
28 -DIST sshkit-1.18.1.gem 150016 BLAKE2B c7f2f1462c27305bd2715f90b385df0598443ff96542c1340e4251667baa0c440d804f4322ead611a10195303b0f481cc15e5627e3115b50f0f1477bdb896e07 SHA512 0fae9e948094eed1139fab66492b53743bd98d1dbcedb39f644fc1825a768299a1b783e2e0893f57439ddf2c270a520134ff5181c284a5e6b96100731fbabe2b
29 DIST sshkit-1.18.2.gem 150016 BLAKE2B b9427eab02b6967a71252bf4a519d86f06429241e28d661dd424ff7739fd69d68ca9b430096518872141e4e09fbac832e04aab8a89fc1d89ebe5077303b87238 SHA512 a98477dfc9c566ba3777a2557db95aa20c2b220b238d8acd59888c8ac271b71c1bbebb29f37ad87102a155beecdd0b60872b4c735f71f7a65be2c1fb5ae60c8f
30
31 diff --git a/dev-ruby/sshkit/sshkit-1.16.1.ebuild b/dev-ruby/sshkit/sshkit-1.16.1.ebuild
32 deleted file mode 100644
33 index 3a0854292a5..00000000000
34 --- a/dev-ruby/sshkit/sshkit-1.16.1.ebuild
35 +++ /dev/null
36 @@ -1,42 +0,0 @@
37 -# Copyright 1999-2018 Gentoo Foundation
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=6
41 -USE_RUBY="ruby23 ruby24 ruby25"
42 -
43 -# There are functional tests that require vagrant boxes to be set up.
44 -RUBY_FAKEGEM_TASK_TEST="test:units"
45 -
46 -RUBY_FAKEGEM_TASK_DOC=""
47 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md FAQ.md README.md"
48 -
49 -inherit ruby-fakegem
50 -
51 -DESCRIPTION="SSHKit makes it easy to write structured, testable SSH commands in Ruby"
52 -HOMEPAGE="https://github.com/capistrano/sshkit"
53 -
54 -LICENSE="MIT"
55 -SLOT="0"
56 -KEYWORDS="~amd64"
57 -IUSE=""
58 -
59 -ruby_add_rdepend "
60 - >=dev-ruby/net-ssh-2.8.0:*
61 - >=dev-ruby/net-scp-1.1.2
62 -"
63 -
64 -ruby_add_bdepend "test? ( dev-ruby/minitest dev-ruby/mocha )"
65 -
66 -all_ruby_prepare() {
67 - sed -i -e '/bundler/I s:^:#:' Rakefile test/helper.rb || die
68 - sed -i -e '/\(turn\|unindent\|reporters\)/I s:^:#:' \
69 - -e '1irequire "set"; require "pathname"' test/helper.rb || die
70 -
71 - # Fix assumption about parent directory name
72 - sed -i -e '/assert_match/ s/sshkit/sshkit.*/' test/unit/test_deprecation_logger.rb || die
73 -}
74 -
75 -each_ruby_test() {
76 - # Run tests directly to avoid dependencies in the Rakefile
77 - ${RUBY} -Ilib:test:. -e "Dir['test/unit/**/test*.rb'].each{|f| require f}" || die
78 -}
79
80 diff --git a/dev-ruby/sshkit/sshkit-1.17.0.ebuild b/dev-ruby/sshkit/sshkit-1.17.0.ebuild
81 deleted file mode 100644
82 index 3a0854292a5..00000000000
83 --- a/dev-ruby/sshkit/sshkit-1.17.0.ebuild
84 +++ /dev/null
85 @@ -1,42 +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="ruby23 ruby24 ruby25"
91 -
92 -# There are functional tests that require vagrant boxes to be set up.
93 -RUBY_FAKEGEM_TASK_TEST="test:units"
94 -
95 -RUBY_FAKEGEM_TASK_DOC=""
96 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md FAQ.md README.md"
97 -
98 -inherit ruby-fakegem
99 -
100 -DESCRIPTION="SSHKit makes it easy to write structured, testable SSH commands in Ruby"
101 -HOMEPAGE="https://github.com/capistrano/sshkit"
102 -
103 -LICENSE="MIT"
104 -SLOT="0"
105 -KEYWORDS="~amd64"
106 -IUSE=""
107 -
108 -ruby_add_rdepend "
109 - >=dev-ruby/net-ssh-2.8.0:*
110 - >=dev-ruby/net-scp-1.1.2
111 -"
112 -
113 -ruby_add_bdepend "test? ( dev-ruby/minitest dev-ruby/mocha )"
114 -
115 -all_ruby_prepare() {
116 - sed -i -e '/bundler/I s:^:#:' Rakefile test/helper.rb || die
117 - sed -i -e '/\(turn\|unindent\|reporters\)/I s:^:#:' \
118 - -e '1irequire "set"; require "pathname"' test/helper.rb || die
119 -
120 - # Fix assumption about parent directory name
121 - sed -i -e '/assert_match/ s/sshkit/sshkit.*/' test/unit/test_deprecation_logger.rb || die
122 -}
123 -
124 -each_ruby_test() {
125 - # Run tests directly to avoid dependencies in the Rakefile
126 - ${RUBY} -Ilib:test:. -e "Dir['test/unit/**/test*.rb'].each{|f| require f}" || die
127 -}
128
129 diff --git a/dev-ruby/sshkit/sshkit-1.18.0.ebuild b/dev-ruby/sshkit/sshkit-1.18.0.ebuild
130 deleted file mode 100644
131 index 5c4ef99622e..00000000000
132 --- a/dev-ruby/sshkit/sshkit-1.18.0.ebuild
133 +++ /dev/null
134 @@ -1,42 +0,0 @@
135 -# Copyright 1999-2019 Gentoo Authors
136 -# Distributed under the terms of the GNU General Public License v2
137 -
138 -EAPI=6
139 -USE_RUBY="ruby23 ruby24 ruby25 ruby26"
140 -
141 -# There are functional tests that require vagrant boxes to be set up.
142 -RUBY_FAKEGEM_TASK_TEST="test:units"
143 -
144 -RUBY_FAKEGEM_TASK_DOC=""
145 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md FAQ.md README.md"
146 -
147 -inherit ruby-fakegem
148 -
149 -DESCRIPTION="SSHKit makes it easy to write structured, testable SSH commands in Ruby"
150 -HOMEPAGE="https://github.com/capistrano/sshkit"
151 -
152 -LICENSE="MIT"
153 -SLOT="0"
154 -KEYWORDS="~amd64"
155 -IUSE=""
156 -
157 -ruby_add_rdepend "
158 - >=dev-ruby/net-ssh-2.8.0:*
159 - >=dev-ruby/net-scp-1.1.2
160 -"
161 -
162 -ruby_add_bdepend "test? ( dev-ruby/minitest dev-ruby/mocha )"
163 -
164 -all_ruby_prepare() {
165 - sed -i -e '/bundler/I s:^:#:' Rakefile test/helper.rb || die
166 - sed -i -e '/\(turn\|unindent\|reporters\)/I s:^:#:' \
167 - -e '1irequire "set"; require "pathname"' test/helper.rb || die
168 -
169 - # Fix assumption about parent directory name
170 - sed -i -e '/assert_match/ s/sshkit/sshkit.*/' test/unit/test_deprecation_logger.rb || die
171 -}
172 -
173 -each_ruby_test() {
174 - # Run tests directly to avoid dependencies in the Rakefile
175 - ${RUBY} -Ilib:test:. -e "Dir['test/unit/**/test*.rb'].each{|f| require f}" || die
176 -}
177
178 diff --git a/dev-ruby/sshkit/sshkit-1.18.1.ebuild b/dev-ruby/sshkit/sshkit-1.18.1.ebuild
179 deleted file mode 100644
180 index 5c4ef99622e..00000000000
181 --- a/dev-ruby/sshkit/sshkit-1.18.1.ebuild
182 +++ /dev/null
183 @@ -1,42 +0,0 @@
184 -# Copyright 1999-2019 Gentoo Authors
185 -# Distributed under the terms of the GNU General Public License v2
186 -
187 -EAPI=6
188 -USE_RUBY="ruby23 ruby24 ruby25 ruby26"
189 -
190 -# There are functional tests that require vagrant boxes to be set up.
191 -RUBY_FAKEGEM_TASK_TEST="test:units"
192 -
193 -RUBY_FAKEGEM_TASK_DOC=""
194 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md FAQ.md README.md"
195 -
196 -inherit ruby-fakegem
197 -
198 -DESCRIPTION="SSHKit makes it easy to write structured, testable SSH commands in Ruby"
199 -HOMEPAGE="https://github.com/capistrano/sshkit"
200 -
201 -LICENSE="MIT"
202 -SLOT="0"
203 -KEYWORDS="~amd64"
204 -IUSE=""
205 -
206 -ruby_add_rdepend "
207 - >=dev-ruby/net-ssh-2.8.0:*
208 - >=dev-ruby/net-scp-1.1.2
209 -"
210 -
211 -ruby_add_bdepend "test? ( dev-ruby/minitest dev-ruby/mocha )"
212 -
213 -all_ruby_prepare() {
214 - sed -i -e '/bundler/I s:^:#:' Rakefile test/helper.rb || die
215 - sed -i -e '/\(turn\|unindent\|reporters\)/I s:^:#:' \
216 - -e '1irequire "set"; require "pathname"' test/helper.rb || die
217 -
218 - # Fix assumption about parent directory name
219 - sed -i -e '/assert_match/ s/sshkit/sshkit.*/' test/unit/test_deprecation_logger.rb || die
220 -}
221 -
222 -each_ruby_test() {
223 - # Run tests directly to avoid dependencies in the Rakefile
224 - ${RUBY} -Ilib:test:. -e "Dir['test/unit/**/test*.rb'].each{|f| require f}" || die
225 -}