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/
Date: Fri, 12 Apr 2019 13:58:42
Message-Id: 1555077502.7972b1b3ce50df64285e0c275c184736b10faa1f.graaff@gentoo
1 commit: 7972b1b3ce50df64285e0c275c184736b10faa1f
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 12 05:31:49 2019 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 12 13:58:22 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7972b1b3
7
8 www-apps/nanoc: cleanup
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 www-apps/nanoc/Manifest | 1 -
14 www-apps/nanoc/nanoc-4.9.6.ebuild | 93 ---------------------------------------
15 2 files changed, 94 deletions(-)
16
17 diff --git a/www-apps/nanoc/Manifest b/www-apps/nanoc/Manifest
18 index 3a63302a211..11bfa7b27fa 100644
19 --- a/www-apps/nanoc/Manifest
20 +++ b/www-apps/nanoc/Manifest
21 @@ -1,3 +1,2 @@
22 DIST nanoc-4.10.4.tar.gz 290367 BLAKE2B 0b5cf03938af1f971fccddb6bed4fa6b67da3aaf93cb7666c52e3ff8fc524f17ff10bf1a60ccf7f7b59f840d4c445ef57677349f5b83bc55e754e7078ac4b8d9 SHA512 5446e351906b5b6bbe5c9059dab86490d5deef5e1197adf5827fe201f2932d5cf79c65bfd9d9370ce57c35d965e013098d39d53fa96db8b4d1c6017977683ea2
23 DIST nanoc-4.11.0.tar.gz 291654 BLAKE2B ab88bf36b472106f356ae67782dac61f691e0d64646f410ae0cceca7a9df11689dd7a011bf58a773d6b35956f0092deac4db43bb8663d66463b72e10da27c658 SHA512 357345c9247465bd470bf6c71ea2b16e3415680fad6a4d4ee755eeb3a1443664590753003a5de0a740ffcfbaf93049c2c12c1f22de052f4d6efc2382430a4e08
24 -DIST nanoc-4.9.6.tar.gz 282811 BLAKE2B 109b73e4908b45c055912f6e3b2d18675ee00dd848cf7b84197d1a53c30d5862183dcdbd917f1f6f235f97dc5d33b36ba423f34b72bb83ca6f9f2fda4f0081b3 SHA512 67b2df683c4becfbb9a64462b053544c68117c2459fce8e5941f8415c79f1ec73e9c386622dfdb201cf5473f6b83ff1b1444b6492d247036e696d3761e4589ce
25
26 diff --git a/www-apps/nanoc/nanoc-4.9.6.ebuild b/www-apps/nanoc/nanoc-4.9.6.ebuild
27 deleted file mode 100644
28 index 9e6642788b8..00000000000
29 --- a/www-apps/nanoc/nanoc-4.9.6.ebuild
30 +++ /dev/null
31 @@ -1,93 +0,0 @@
32 -# Copyright 1999-2018 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -USE_RUBY="ruby23 ruby24"
37 -
38 -RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md"
39 -
40 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
41 -
42 -inherit ruby-fakegem
43 -
44 -DESCRIPTION="nanoc is a simple but very flexible static site generator written in Ruby"
45 -HOMEPAGE="https://nanoc.ws/"
46 -SRC_URI="https://github.com/nanoc/nanoc/archive/${PV}.tar.gz -> ${P}.tar.gz"
47 -LICENSE="MIT"
48 -
49 -KEYWORDS="~amd64"
50 -SLOT="0"
51 -IUSE="${IUSE} minimal"
52 -
53 -DEPEND+="test? ( app-text/asciidoc app-text/highlight )"
54 -
55 -RUBY_S="${P}/nanoc"
56 -
57 -ruby_add_rdepend "!minimal? (
58 - dev-ruby/mime-types:*
59 - dev-ruby/rack:*
60 - www-servers/adsf
61 -)
62 - >=dev-ruby/addressable-2.5
63 - >=dev-ruby/cri-2.13:0
64 - dev-ruby/ddmemoize:1
65 - dev-ruby/ddmetrics:1
66 - dev-ruby/ddplugin:1
67 - =dev-ruby/hamster-3*
68 - >=dev-ruby/parallel-1.12:1
69 - dev-ruby/ref:2
70 - >=dev-ruby/slow_enumerator_tools-1.1.0:1
71 - >=dev-ruby/tomlrb-1.2:1"
72 -
73 -ruby_add_bdepend "test? (
74 - dev-ruby/rspec:3
75 - dev-ruby/asciidoctor
76 - dev-ruby/fuubar
77 - dev-ruby/maruku
78 - >=dev-ruby/mocha-0.13
79 - dev-ruby/minitest
80 - dev-ruby/pry
81 - dev-ruby/rdoc
82 - dev-ruby/rouge:2
83 - dev-ruby/systemu
84 - dev-ruby/timecop
85 - dev-ruby/vcr
86 - dev-ruby/webmock
87 - dev-ruby/yard
88 -)
89 -doc? (
90 - dev-ruby/kramdown
91 - dev-ruby/rdiscount
92 - dev-ruby/yard
93 -)"
94 -
95 -all_ruby_prepare() {
96 - # Avoid unneeded development dependencies
97 - sed -i -e '/simplecov/,/SimpleCov.formatter/ s:^:#:' test/helper.rb || die
98 - sed -i -e '/simplecov/I s:^:#:' \
99 - -e '/codecov/I s:^:#:' ../common/spec/spec_helper_head.rb || die
100 - sed -i -e '/coverall/I s:^:#:' \
101 - -e '/rubocop/ s:^:#:' Rakefile || die
102 -
103 - echo "-r ./spec/spec_helper.rb" > .rspec || die
104 -
105 - # Avoid tests requiring a network connection
106 - rm -f test/checking/checks/test_{css,html}.rb || die
107 -
108 - # Avoid tests for unpackaged dependencies
109 - rm spec/nanoc/deploying/fog_spec.rb \
110 - spec/nanoc/filters/less_spec.rb \
111 - test/filters/test_{markaby,rainpress}.rb || die
112 -
113 - # Use useable tmp dir
114 - sed -i -e 's:/tmp/whatever:'${T}'/whatever:' spec/nanoc/base/checksummer_spec.rb || die
115 -
116 - # Avoid non-fatal failing tests due to specifics in the environment
117 - sed -i -e '145askip "gentoo"' spec/nanoc/cli/error_handler_spec.rb || die
118 - sed -i -e '/does not crash when output dir does not exist and/askip "gentoo"' spec/nanoc/cli/commands/view_spec.rb || die
119 - sed -i -e '/watches with --watch/askip "gentoo"' spec/nanoc/cli/commands/compile_spec.rb || die
120 -}
121 -
122 -each_ruby_test() {
123 - RUBYLIB="${S}/lib" ${RUBY} -S rake spec test_all || die
124 -}