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/hoe/
Date: Tue, 18 Jul 2017 04:56:37
Message-Id: 1500353645.48ea49df0d43c8d6d7bfe65837c82eac96127385.graaff@gentoo
1 commit: 48ea49df0d43c8d6d7bfe65837c82eac96127385
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 18 04:50:55 2017 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 18 04:54:05 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48ea49df
7
8 dev-ruby/hoe: cleanup
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-ruby/hoe/Manifest | 2 --
13 dev-ruby/hoe/hoe-3.14.1.ebuild | 43 ----------------------------------
14 dev-ruby/hoe/hoe-3.15.2.ebuild | 46 ------------------------------------
15 dev-ruby/hoe/hoe-3.15.3-r1.ebuild | 49 ---------------------------------------
16 dev-ruby/hoe/hoe-3.15.3.ebuild | 46 ------------------------------------
17 5 files changed, 186 deletions(-)
18
19 diff --git a/dev-ruby/hoe/Manifest b/dev-ruby/hoe/Manifest
20 index 2b23fcfe50b..394a76617a3 100644
21 --- a/dev-ruby/hoe/Manifest
22 +++ b/dev-ruby/hoe/Manifest
23 @@ -1,5 +1,3 @@
24 DIST hoe-3.13.0.gem 130048 SHA256 a74013aa6749ab10f0db92e9ad56e735d407104baa0981bf0d10dc2feacefef7 SHA512 0b6b109a063811651787ccf3d63eff2944024013a75c0c3362056d2fba6668141b7541fff8e53a9ef414899adc560546a98c452878aa5c53620a115fef7ce242 WHIRLPOOL 3639b1b2d984110ab234e5d48744f362031c312ebb47d5994c102e2aa71e6b83039b5bf9549b951b3d653b6c131f39d489602787c6a1fb7cbefb3171a5f1a9b8
25 -DIST hoe-3.14.1.gem 130048 SHA256 dc2a2cc4ce1d856fd57a8e1d87455eae4025c9b1380e362fb75397de8ec323e5 SHA512 2bce2691a0cfa1d573987cdbf6f54390b5f3a5c93b06d5542309ccff7a17e834ecd5eec50b41cab9c6c5d355721428626644b17fb3ac8c9db23b74984666d3dc WHIRLPOOL 14b4cfca20346b07c2d584988864baea38098bb07a60e86e77d01e3b4bf1be40e2470729f81083d1172f3a2b2a1c85b5e917a2d2a7c530adfa453ddde4a24b69
26 -DIST hoe-3.15.2.gem 188416 SHA256 f76b3503ba8dc1906ccd37e293a979b54dbc43ef49f6c2effbeddc9d64723ee6 SHA512 1d15551c59b9314d8c5a4514f93491100c9d31c0011fde34c937d9ee12cba3b073e112950659173034f754cf57f5d4b602487fd933b23ed8c23c3a1bcbcacf3f WHIRLPOOL d423ad2c5eee095045299877ea65cb04991096f89878f4d245b51463524952feff8a0002cd46841d51d587d5b85d950ed933238a52f0e0b68e2fae2a3313aee3
27 DIST hoe-3.15.3.gem 188416 SHA256 4e772892e8f23055adc7f8579153fc37b0636cbcb31e6e57b1e06b7fd55de717 SHA512 04800928b5966334bb4529fb1d1374f2027020f936f1e890bbc429a7995cac2e7951054bfe26388c42b2809d802fb234da83aaca97358ff9356a8347a7cf12ac WHIRLPOOL 92008c05bad3e1c14f12e8defd15f97a173f5a8ad98f55d998af6ce7a617b1ebf9b9e53965ffacdfb3a9ef1a1b92cd1515ee88c744eec25cbbfc1c4cc85da38a
28 DIST hoe-3.16.0.gem 188416 SHA256 8bee33376af7dacbd0f3440614453589e60df14c13471c938ab6124bb8b6280f SHA512 66cefb5a24906e19bbf0c82c8539d6d101b84d0dc1d3ce1910e4117357639489968271e76e86bd3c432b9ef7e3b24a78294c06210cbef280860f7dac18100606 WHIRLPOOL 778b59cab2ed778fa8e4ad62e90ca26b346bd0942e747f17594fbc475bc233f7495e5b4457818fc97e04b6111197d40012ebaa65acf5d2a27862c09d2a61acbe
29
30 diff --git a/dev-ruby/hoe/hoe-3.14.1.ebuild b/dev-ruby/hoe/hoe-3.14.1.ebuild
31 deleted file mode 100644
32 index c57e528f826..00000000000
33 --- a/dev-ruby/hoe/hoe-3.14.1.ebuild
34 +++ /dev/null
35 @@ -1,43 +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 -USE_RUBY="ruby20 ruby21 ruby22 ruby23"
41 -
42 -RUBY_FAKEGEM_TASK_DOC=""
43 -
44 -RUBY_FAKEGEM_DOCDIR="doc"
45 -RUBY_FAKEGEM_EXTRADOC="History.rdoc Manifest.txt README.rdoc"
46 -
47 -RUBY_FAKEGEM_EXTRAINSTALL="template"
48 -
49 -inherit ruby-fakegem
50 -
51 -DESCRIPTION="Hoe extends rake to provide full project automation"
52 -HOMEPAGE="http://www.zenspider.com/projects/hoe.html"
53 -
54 -LICENSE="MIT"
55 -SLOT="0"
56 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
57 -IUSE=""
58 -
59 -ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.5:5 ) >=dev-ruby/rdoc-4.0"
60 -
61 -ruby_add_rdepend ">=dev-ruby/rake-0.8.7 <dev-ruby/rake-11.0 >=dev-ruby/rdoc-4.0"
62 -
63 -all_ruby_prepare() {
64 - # Skip isolation
65 - sed -i -e '/isolate/ s:^:#:' Rakefile || die
66 -
67 - # Skip test depending on specifics of gem command name
68 - sed -i -e '/test_nosudo/,/^ end/ s:^:#:' test/test_hoe.rb || die
69 -
70 - # Gem.bin_wrapper does not work as expected on Gentoo.
71 - sed -i -e 's/Gem.bin_wrapper//' lib/hoe/rcov.rb lib/hoe/publish.rb test/test_hoe_publish.rb || die
72 -}
73 -
74 -all_ruby_compile() {
75 - all_fakegem_compile
76 -
77 - rdoc --title "seattlerb's hoe-3.5.1 Documentation" -o doc --main README.txt lib History.txt Manifest.txt README.txt || die
78 -}
79
80 diff --git a/dev-ruby/hoe/hoe-3.15.2.ebuild b/dev-ruby/hoe/hoe-3.15.2.ebuild
81 deleted file mode 100644
82 index 3bf0916213c..00000000000
83 --- a/dev-ruby/hoe/hoe-3.15.2.ebuild
84 +++ /dev/null
85 @@ -1,46 +0,0 @@
86 -# Copyright 1999-2017 Gentoo Foundation
87 -# Distributed under the terms of the GNU General Public License v2
88 -
89 -EAPI=5
90 -USE_RUBY="ruby20 ruby21 ruby22 ruby23"
91 -
92 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
93 -
94 -RUBY_FAKEGEM_DOCDIR="doc"
95 -RUBY_FAKEGEM_EXTRADOC="History.rdoc Manifest.txt README.rdoc"
96 -
97 -RUBY_FAKEGEM_EXTRAINSTALL="template"
98 -
99 -inherit ruby-fakegem
100 -
101 -DESCRIPTION="Hoe extends rake to provide full project automation"
102 -HOMEPAGE="http://www.zenspider.com/projects/hoe.html"
103 -
104 -LICENSE="MIT"
105 -SLOT="0"
106 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
107 -IUSE=""
108 -
109 -ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.9:5 )"
110 -
111 -ruby_add_rdepend ">=dev-ruby/rake-0.8.7 <dev-ruby/rake-12.0"
112 -
113 -all_ruby_prepare() {
114 - # Skip isolation
115 - sed -i -e '/isolate/ s:^:#:' Rakefile || die
116 -
117 - # Skip test depending on specifics of gem command name
118 - sed -i -e '/test_nosudo/,/^ end/ s:^:#:' test/test_hoe.rb || die
119 -
120 - # Gem.bin_wrapper does not work as expected on Gentoo.
121 - sed -i -e 's/Gem.bin_wrapper//' lib/hoe/rcov.rb lib/hoe/publish.rb test/test_hoe_publish.rb || die
122 -
123 - # Fix broken test by including the right plugin first
124 - sed -i -e '/test_extensions/a Hoe.plugin :clean' test/test_hoe.rb || die
125 -}
126 -
127 -all_ruby_compile() {
128 - all_fakegem_compile
129 -
130 - rdoc --title "seattlerb's hoe-3.5.1 Documentation" -o doc --main README.txt lib History.txt Manifest.txt README.txt || die
131 -}
132
133 diff --git a/dev-ruby/hoe/hoe-3.15.3-r1.ebuild b/dev-ruby/hoe/hoe-3.15.3-r1.ebuild
134 deleted file mode 100644
135 index e672bded6c4..00000000000
136 --- a/dev-ruby/hoe/hoe-3.15.3-r1.ebuild
137 +++ /dev/null
138 @@ -1,49 +0,0 @@
139 -# Copyright 1999-2017 Gentoo Foundation
140 -# Distributed under the terms of the GNU General Public License v2
141 -
142 -EAPI=5
143 -USE_RUBY="ruby21 ruby22 ruby23 ruby24"
144 -
145 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
146 -
147 -RUBY_FAKEGEM_DOCDIR="doc"
148 -RUBY_FAKEGEM_EXTRADOC="History.rdoc Manifest.txt README.rdoc"
149 -
150 -RUBY_FAKEGEM_EXTRAINSTALL="template"
151 -
152 -inherit ruby-fakegem
153 -
154 -DESCRIPTION="Hoe extends rake to provide full project automation"
155 -HOMEPAGE="https://www.zenspider.com/projects/hoe.html"
156 -
157 -LICENSE="MIT"
158 -SLOT="0"
159 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
160 -IUSE=""
161 -
162 -ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.9:5 )"
163 -
164 -ruby_add_rdepend ">=dev-ruby/rake-0.8.7 <dev-ruby/rake-13.0"
165 -
166 -all_ruby_prepare() {
167 - # Skip isolation
168 - sed -i -e '/isolate/ s:^:#:' Rakefile || die
169 -
170 - # Skip test depending on specifics of gem command name
171 - sed -i -e '/test_nosudo/,/^ end/ s:^:#:' test/test_hoe.rb || die
172 -
173 - # Gem.bin_wrapper does not work as expected on Gentoo.
174 - sed -i -e 's/Gem.bin_wrapper//' lib/hoe/rcov.rb lib/hoe/publish.rb test/test_hoe_publish.rb || die
175 -
176 - # Fix broken test by including the right plugin first
177 - sed -i -e '/test_extensions/a Hoe.plugin :clean' test/test_hoe.rb || die
178 -
179 - # Allow newer rake for compatibility with ruby24, bug 603840
180 - sed -i -e '/dependency/ s/12.0/13.0/' Rakefile
181 -}
182 -
183 -all_ruby_compile() {
184 - all_fakegem_compile
185 -
186 - rdoc --title "seattlerb's hoe-3.5.1 Documentation" -o doc --main README.txt lib History.txt Manifest.txt README.txt || die
187 -}
188
189 diff --git a/dev-ruby/hoe/hoe-3.15.3.ebuild b/dev-ruby/hoe/hoe-3.15.3.ebuild
190 deleted file mode 100644
191 index 875b8b6e40d..00000000000
192 --- a/dev-ruby/hoe/hoe-3.15.3.ebuild
193 +++ /dev/null
194 @@ -1,46 +0,0 @@
195 -# Copyright 1999-2017 Gentoo Foundation
196 -# Distributed under the terms of the GNU General Public License v2
197 -
198 -EAPI=5
199 -USE_RUBY="ruby20 ruby21 ruby22 ruby23"
200 -
201 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
202 -
203 -RUBY_FAKEGEM_DOCDIR="doc"
204 -RUBY_FAKEGEM_EXTRADOC="History.rdoc Manifest.txt README.rdoc"
205 -
206 -RUBY_FAKEGEM_EXTRAINSTALL="template"
207 -
208 -inherit ruby-fakegem
209 -
210 -DESCRIPTION="Hoe extends rake to provide full project automation"
211 -HOMEPAGE="https://www.zenspider.com/projects/hoe.html"
212 -
213 -LICENSE="MIT"
214 -SLOT="0"
215 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
216 -IUSE=""
217 -
218 -ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.9:5 )"
219 -
220 -ruby_add_rdepend ">=dev-ruby/rake-0.8.7 <dev-ruby/rake-12.0"
221 -
222 -all_ruby_prepare() {
223 - # Skip isolation
224 - sed -i -e '/isolate/ s:^:#:' Rakefile || die
225 -
226 - # Skip test depending on specifics of gem command name
227 - sed -i -e '/test_nosudo/,/^ end/ s:^:#:' test/test_hoe.rb || die
228 -
229 - # Gem.bin_wrapper does not work as expected on Gentoo.
230 - sed -i -e 's/Gem.bin_wrapper//' lib/hoe/rcov.rb lib/hoe/publish.rb test/test_hoe_publish.rb || die
231 -
232 - # Fix broken test by including the right plugin first
233 - sed -i -e '/test_extensions/a Hoe.plugin :clean' test/test_hoe.rb || die
234 -}
235 -
236 -all_ruby_compile() {
237 - all_fakegem_compile
238 -
239 - rdoc --title "seattlerb's hoe-3.5.1 Documentation" -o doc --main README.txt lib History.txt Manifest.txt README.txt || die
240 -}