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: Tue, 25 Sep 2018 05:12:43
Message-Id: 1537851903.fb7a00b2d4d41ee95b1ff617d771490d2310c4e1.graaff@gentoo
1 commit: fb7a00b2d4d41ee95b1ff617d771490d2310c4e1
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 25 05:05:03 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 25 05:05:03 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb7a00b2
7
8 www-apps/nanoc: add 4.9.6
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 www-apps/nanoc/Manifest | 1 +
13 www-apps/nanoc/nanoc-4.9.6.ebuild | 93 +++++++++++++++++++++++++++++++++++++++
14 2 files changed, 94 insertions(+)
15
16 diff --git a/www-apps/nanoc/Manifest b/www-apps/nanoc/Manifest
17 index 927b034657d..ab373f3293f 100644
18 --- a/www-apps/nanoc/Manifest
19 +++ b/www-apps/nanoc/Manifest
20 @@ -3,3 +3,4 @@ DIST nanoc-4.9.2.tar.gz 275891 BLAKE2B 6c2ca3b1f00f59762530ccf8dfb37599d89b67819
21 DIST nanoc-4.9.3.tar.gz 276677 BLAKE2B d14ba8518a299fa9c4ac6ca638eb644dce9b1c0ab0895843a9bb8a916329916c9efaf4bd0bd397cb4dc10319081593dce167d966c2cc1d35247e5c0fd8368e72 SHA512 cc3946a8887f917cba4ef7d0fb5e5043eb8c6995a09de8e525562594fba2410d457643b27d158c89cb03b17b014624bc2844a85bbc6ae92dbf18723692c63a85
22 DIST nanoc-4.9.4.tar.gz 281066 BLAKE2B bcf0771af8368e1910bc471d936490823a3f2768bf8503ffe20eb86a2c52f35d03962a969f35335fc9f2e292056441f8e37b73a907bf2bedbb5ab81f3b341fa4 SHA512 8e6b92ea031397442551e240a0b400b3fd9b55cd3782ee3297c562160b3a5d9539f2587d526453bde9154f2de421198a528ad73ab6230c49de4599f0b4d298d2
23 DIST nanoc-4.9.5.tar.gz 282523 BLAKE2B 5faad9c9d666637cb5540d26bb1db0ee42615333aac4daec94a8c13c1d68da0b0ccf714a1643fd231dd39cfb4f169ef9ad6bbc1ccc6bf141c26f7236e234d627 SHA512 455a55ce5cd983d0c292380d0e60e8016e7c7dbde7ea1d17ef7cf112707a481da4623ad30762b64167e2e277a7a11c0b06f21b2685467455ee31fc3b9d6cc4c1
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 new file mode 100644
28 index 00000000000..9e6642788b8
29 --- /dev/null
30 +++ b/www-apps/nanoc/nanoc-4.9.6.ebuild
31 @@ -0,0 +1,93 @@
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 +}