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, 18 Sep 2018 05:35:26
Message-Id: 1537248882.8af53d373b730be7b78a3213d8daecdbda261dc3.graaff@gentoo
1 commit: 8af53d373b730be7b78a3213d8daecdbda261dc3
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 18 05:34:42 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 18 05:34:42 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8af53d37
7
8 www-apps/nanoc: add 4.9.5
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 www-apps/nanoc/Manifest | 1 +
13 www-apps/nanoc/nanoc-4.9.5.ebuild | 93 +++++++++++++++++++++++++++++++++++++++
14 2 files changed, 94 insertions(+)
15
16 diff --git a/www-apps/nanoc/Manifest b/www-apps/nanoc/Manifest
17 index 2c46308a898..927b034657d 100644
18 --- a/www-apps/nanoc/Manifest
19 +++ b/www-apps/nanoc/Manifest
20 @@ -2,3 +2,4 @@ DIST nanoc-4.8.10.gem 260608 BLAKE2B 102548bc4616287d7084f81f505f2c1f7fa294a6bfc
21 DIST nanoc-4.9.2.tar.gz 275891 BLAKE2B 6c2ca3b1f00f59762530ccf8dfb37599d89b67819e893fc49252afa0be334c64c0c2f771f7b05db14d24e264d355870a7308a117823750ba6edd68d82b113357 SHA512 593ed6def82e1c109983e37602a1def0bec0ea7a025d2badd3ddd3c564cb43ef619ea9173e563e32ae3891d4e3de85b5020e83292c5e16e1a6888399213c26cf
22 DIST nanoc-4.9.3.tar.gz 276677 BLAKE2B d14ba8518a299fa9c4ac6ca638eb644dce9b1c0ab0895843a9bb8a916329916c9efaf4bd0bd397cb4dc10319081593dce167d966c2cc1d35247e5c0fd8368e72 SHA512 cc3946a8887f917cba4ef7d0fb5e5043eb8c6995a09de8e525562594fba2410d457643b27d158c89cb03b17b014624bc2844a85bbc6ae92dbf18723692c63a85
23 DIST nanoc-4.9.4.tar.gz 281066 BLAKE2B bcf0771af8368e1910bc471d936490823a3f2768bf8503ffe20eb86a2c52f35d03962a969f35335fc9f2e292056441f8e37b73a907bf2bedbb5ab81f3b341fa4 SHA512 8e6b92ea031397442551e240a0b400b3fd9b55cd3782ee3297c562160b3a5d9539f2587d526453bde9154f2de421198a528ad73ab6230c49de4599f0b4d298d2
24 +DIST nanoc-4.9.5.tar.gz 282523 BLAKE2B 5faad9c9d666637cb5540d26bb1db0ee42615333aac4daec94a8c13c1d68da0b0ccf714a1643fd231dd39cfb4f169ef9ad6bbc1ccc6bf141c26f7236e234d627 SHA512 455a55ce5cd983d0c292380d0e60e8016e7c7dbde7ea1d17ef7cf112707a481da4623ad30762b64167e2e277a7a11c0b06f21b2685467455ee31fc3b9d6cc4c1
25
26 diff --git a/www-apps/nanoc/nanoc-4.9.5.ebuild b/www-apps/nanoc/nanoc-4.9.5.ebuild
27 new file mode 100644
28 index 00000000000..9e6642788b8
29 --- /dev/null
30 +++ b/www-apps/nanoc/nanoc-4.9.5.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 +}