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: www-apps/nanoc-core/
Date: Sun, 29 Sep 2019 09:07:14
Message-Id: 1569748015.645d292b2c521b7962369a67dd7505953d3e69e9.graaff@gentoo
1 commit: 645d292b2c521b7962369a67dd7505953d3e69e9
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 29 06:17:37 2019 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 29 09:06:55 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=645d292b
7
8 www-apps/nanoc-core: cleanup
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.16
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 www-apps/nanoc-core/Manifest | 3 --
14 www-apps/nanoc-core/nanoc-core-4.11.7.ebuild | 65 ----------------------------
15 www-apps/nanoc-core/nanoc-core-4.11.8.ebuild | 65 ----------------------------
16 www-apps/nanoc-core/nanoc-core-4.11.9.ebuild | 65 ----------------------------
17 4 files changed, 198 deletions(-)
18
19 diff --git a/www-apps/nanoc-core/Manifest b/www-apps/nanoc-core/Manifest
20 index 12bb477ab3c..0fabc9b029b 100644
21 --- a/www-apps/nanoc-core/Manifest
22 +++ b/www-apps/nanoc-core/Manifest
23 @@ -1,5 +1,2 @@
24 DIST nanoc-core-4.11.10.tar.gz 308049 BLAKE2B 8b587245d9935dad34bc0912ba65200cc6f3e8ebda00e21fc3c30e367264076d17d64fe9cc762c5ec11ab9624695f66132d5a69b29dcbf9f85fc7b0d57828592 SHA512 f4997b03834966fbda5aa28c392712ed53dda4f3d3b70b52d73e96c39612158c88f24543e0bcf74cea8ba24d108e2d64026ce3d4364f6eabbc9034ca5adf4814
25 DIST nanoc-core-4.11.11.tar.gz 308375 BLAKE2B aed881153fb57561b62e5c5efb771777e3944232f5963dcf8bf5461802c7767b14776c161aa19bd0905b6ff5f91932d6b2ef2f0a90594e530beeac201e413568 SHA512 6db50ffb5b91e74e3d830fc8c154dcadec35376c18d8c8b909799b1d51031d307f70113f2319b1a5163ba746a2304a1aa3949e414a50e02e7396d5fd26e15a3f
26 -DIST nanoc-core-4.11.7.tar.gz 307042 BLAKE2B b1144c80ea80ccf5bf713f93469061fbfb8a74890c3b9563ee8d88cd85375810fa6161a53d9221d817985b870426cafb52257403d05245b735855aecd76356a3 SHA512 d82d89dcd9f056e711cb722b6fbe22045eecf9fd61e3541529b89c8eb916ca850ef498148f1065b792e1a1d786e6d2f1477b41713753ff9d7b283ecc3cf2649c
27 -DIST nanoc-core-4.11.8.tar.gz 307102 BLAKE2B 615dfc1e2a6424343327888d4d5c577652d8480178769accc15f86ae8f64f7dc8aecbfd98b16791f98dc3f5fbf1a9e88ed6ca38354aa5277aea13dec42a6404b SHA512 939e54a55ffeca9ea392d2e4ad49564761dc7497052a8bc367a9df9d7dd2fbc1943bc363e7df82da988d6897ed24d9a5db1c869ce063dd7dd6ae03d0da8d19b5
28 -DIST nanoc-core-4.11.9.tar.gz 307441 BLAKE2B 9357a78412056eb62b8aac04ff2d02238bd02786bf6d3a1d0d4cc738b833f596122f55d325779760d2afa579b2864561701ccf107c9f0bd1a04e6aacd6d2b64d SHA512 34b6a52e16d04d69e3016ae9b77080d96860ab406ada8a597d5cf721761d82ec5e6d4dcc64193b6804315f3731618cc6286b5d6844f55c8d20dabed1a8251579
29
30 diff --git a/www-apps/nanoc-core/nanoc-core-4.11.7.ebuild b/www-apps/nanoc-core/nanoc-core-4.11.7.ebuild
31 deleted file mode 100644
32 index ccc331cdd62..00000000000
33 --- a/www-apps/nanoc-core/nanoc-core-4.11.7.ebuild
34 +++ /dev/null
35 @@ -1,65 +0,0 @@
36 -# Copyright 1999-2019 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=7
40 -USE_RUBY="ruby24 ruby25 ruby26"
41 -
42 -RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md"
43 -
44 -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
45 -
46 -inherit ruby-fakegem
47 -
48 -DESCRIPTION="nanoc is a simple but very flexible static site generator written in Ruby"
49 -HOMEPAGE="https://nanoc.ws/"
50 -SRC_URI="https://github.com/nanoc/nanoc/archive/${PV}.tar.gz -> ${P}.tar.gz"
51 -LICENSE="MIT"
52 -
53 -KEYWORDS="~amd64"
54 -SLOT="0"
55 -IUSE="${IUSE} minimal"
56 -
57 -DEPEND+="test? ( app-text/asciidoc app-text/highlight )"
58 -
59 -RUBY_S="nanoc-${PV}/nanoc-core"
60 -
61 -ruby_add_rdepend "
62 - dev-ruby/ddmemoize:1
63 - dev-ruby/ddmetrics:1
64 - dev-ruby/ddplugin:1
65 - =dev-ruby/hamster-3*
66 - >=dev-ruby/json_schema-0.19:0
67 - dev-ruby/slow_enumerator_tools:1
68 - >=dev-ruby/zeitwerk-2.1:2
69 -"
70 -
71 -ruby_add_bdepend "test? (
72 - dev-ruby/bundler
73 - dev-ruby/rspec:3
74 - dev-ruby/rspec-its
75 - dev-ruby/fuubar
76 - dev-ruby/minitest
77 - dev-ruby/timecop
78 - dev-ruby/yard
79 -)
80 -"
81 -
82 -all_ruby_prepare() {
83 - # Avoid unneeded development dependencies
84 - sed -i -e '/simplecov/I s:^:#:' \
85 - -e '/codecov/I s:^:#:' ../common/spec/spec_helper_head_core.rb || die
86 - sed -i -e '/coverall/I s:^:#:' \
87 - -e '/rubocop/ s:^:#:' Rakefile || die
88 - sed -i -e '1i require "tmpdir"; require "pathname"' spec/spec_helper.rb || die
89 -
90 - echo "-r ./spec/spec_helper.rb" > .rspec || die
91 -
92 - sed -i -e "s:require_relative 'lib:require './lib:" ${RUBY_FAKEGEM_GEMSPEC} || die
93 -
94 - # Use useable tmp dir
95 - sed -i -e 's:/tmp/whatever:'${T}'/whatever:' spec/nanoc/core/checksummer_spec.rb || die
96 -}
97 -
98 -each_ruby_test() {
99 - RUBYLIB="${S}/lib" ${RUBY} -S rake spec || die
100 -}
101
102 diff --git a/www-apps/nanoc-core/nanoc-core-4.11.8.ebuild b/www-apps/nanoc-core/nanoc-core-4.11.8.ebuild
103 deleted file mode 100644
104 index ccc331cdd62..00000000000
105 --- a/www-apps/nanoc-core/nanoc-core-4.11.8.ebuild
106 +++ /dev/null
107 @@ -1,65 +0,0 @@
108 -# Copyright 1999-2019 Gentoo Authors
109 -# Distributed under the terms of the GNU General Public License v2
110 -
111 -EAPI=7
112 -USE_RUBY="ruby24 ruby25 ruby26"
113 -
114 -RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md"
115 -
116 -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
117 -
118 -inherit ruby-fakegem
119 -
120 -DESCRIPTION="nanoc is a simple but very flexible static site generator written in Ruby"
121 -HOMEPAGE="https://nanoc.ws/"
122 -SRC_URI="https://github.com/nanoc/nanoc/archive/${PV}.tar.gz -> ${P}.tar.gz"
123 -LICENSE="MIT"
124 -
125 -KEYWORDS="~amd64"
126 -SLOT="0"
127 -IUSE="${IUSE} minimal"
128 -
129 -DEPEND+="test? ( app-text/asciidoc app-text/highlight )"
130 -
131 -RUBY_S="nanoc-${PV}/nanoc-core"
132 -
133 -ruby_add_rdepend "
134 - dev-ruby/ddmemoize:1
135 - dev-ruby/ddmetrics:1
136 - dev-ruby/ddplugin:1
137 - =dev-ruby/hamster-3*
138 - >=dev-ruby/json_schema-0.19:0
139 - dev-ruby/slow_enumerator_tools:1
140 - >=dev-ruby/zeitwerk-2.1:2
141 -"
142 -
143 -ruby_add_bdepend "test? (
144 - dev-ruby/bundler
145 - dev-ruby/rspec:3
146 - dev-ruby/rspec-its
147 - dev-ruby/fuubar
148 - dev-ruby/minitest
149 - dev-ruby/timecop
150 - dev-ruby/yard
151 -)
152 -"
153 -
154 -all_ruby_prepare() {
155 - # Avoid unneeded development dependencies
156 - sed -i -e '/simplecov/I s:^:#:' \
157 - -e '/codecov/I s:^:#:' ../common/spec/spec_helper_head_core.rb || die
158 - sed -i -e '/coverall/I s:^:#:' \
159 - -e '/rubocop/ s:^:#:' Rakefile || die
160 - sed -i -e '1i require "tmpdir"; require "pathname"' spec/spec_helper.rb || die
161 -
162 - echo "-r ./spec/spec_helper.rb" > .rspec || die
163 -
164 - sed -i -e "s:require_relative 'lib:require './lib:" ${RUBY_FAKEGEM_GEMSPEC} || die
165 -
166 - # Use useable tmp dir
167 - sed -i -e 's:/tmp/whatever:'${T}'/whatever:' spec/nanoc/core/checksummer_spec.rb || die
168 -}
169 -
170 -each_ruby_test() {
171 - RUBYLIB="${S}/lib" ${RUBY} -S rake spec || die
172 -}
173
174 diff --git a/www-apps/nanoc-core/nanoc-core-4.11.9.ebuild b/www-apps/nanoc-core/nanoc-core-4.11.9.ebuild
175 deleted file mode 100644
176 index ccc331cdd62..00000000000
177 --- a/www-apps/nanoc-core/nanoc-core-4.11.9.ebuild
178 +++ /dev/null
179 @@ -1,65 +0,0 @@
180 -# Copyright 1999-2019 Gentoo Authors
181 -# Distributed under the terms of the GNU General Public License v2
182 -
183 -EAPI=7
184 -USE_RUBY="ruby24 ruby25 ruby26"
185 -
186 -RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md"
187 -
188 -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
189 -
190 -inherit ruby-fakegem
191 -
192 -DESCRIPTION="nanoc is a simple but very flexible static site generator written in Ruby"
193 -HOMEPAGE="https://nanoc.ws/"
194 -SRC_URI="https://github.com/nanoc/nanoc/archive/${PV}.tar.gz -> ${P}.tar.gz"
195 -LICENSE="MIT"
196 -
197 -KEYWORDS="~amd64"
198 -SLOT="0"
199 -IUSE="${IUSE} minimal"
200 -
201 -DEPEND+="test? ( app-text/asciidoc app-text/highlight )"
202 -
203 -RUBY_S="nanoc-${PV}/nanoc-core"
204 -
205 -ruby_add_rdepend "
206 - dev-ruby/ddmemoize:1
207 - dev-ruby/ddmetrics:1
208 - dev-ruby/ddplugin:1
209 - =dev-ruby/hamster-3*
210 - >=dev-ruby/json_schema-0.19:0
211 - dev-ruby/slow_enumerator_tools:1
212 - >=dev-ruby/zeitwerk-2.1:2
213 -"
214 -
215 -ruby_add_bdepend "test? (
216 - dev-ruby/bundler
217 - dev-ruby/rspec:3
218 - dev-ruby/rspec-its
219 - dev-ruby/fuubar
220 - dev-ruby/minitest
221 - dev-ruby/timecop
222 - dev-ruby/yard
223 -)
224 -"
225 -
226 -all_ruby_prepare() {
227 - # Avoid unneeded development dependencies
228 - sed -i -e '/simplecov/I s:^:#:' \
229 - -e '/codecov/I s:^:#:' ../common/spec/spec_helper_head_core.rb || die
230 - sed -i -e '/coverall/I s:^:#:' \
231 - -e '/rubocop/ s:^:#:' Rakefile || die
232 - sed -i -e '1i require "tmpdir"; require "pathname"' spec/spec_helper.rb || die
233 -
234 - echo "-r ./spec/spec_helper.rb" > .rspec || die
235 -
236 - sed -i -e "s:require_relative 'lib:require './lib:" ${RUBY_FAKEGEM_GEMSPEC} || die
237 -
238 - # Use useable tmp dir
239 - sed -i -e 's:/tmp/whatever:'${T}'/whatever:' spec/nanoc/core/checksummer_spec.rb || die
240 -}
241 -
242 -each_ruby_test() {
243 - RUBYLIB="${S}/lib" ${RUBY} -S rake spec || die
244 -}