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: Mon, 11 Jun 2018 04:49:40
Message-Id: 1528692335.689e16682357ad63d26f324558aca005df091d86.graaff@gentoo
1 commit: 689e16682357ad63d26f324558aca005df091d86
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 11 04:45:35 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 11 04:45:35 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=689e1668
7
8 www-apps/nanoc: add 4.9.3
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.3.ebuild | 92 +++++++++++++++++++++++++++++++++++++++
14 2 files changed, 93 insertions(+)
15
16 diff --git a/www-apps/nanoc/Manifest b/www-apps/nanoc/Manifest
17 index 7d506fa778b..cc299b5edc7 100644
18 --- a/www-apps/nanoc/Manifest
19 +++ b/www-apps/nanoc/Manifest
20 @@ -1,3 +1,4 @@
21 DIST nanoc-4.7.14.gem 256000 BLAKE2B 73b6e038052407f2f698d9d2490476c13f39bca5b9f84bc224cfee64bc7db33efef6da96e6520350c3af958fbe6cb203c3b70ad855acf1e3bb08873fef2d66b7 SHA512 e7413771794e9d2931e3be2a5b5575f7cd207d9b11167a1838496edf34bee4e631c362d9ac50fb0f9dddbe2fd5836b402506565c704838327116a18f0ea34088
22 DIST nanoc-4.8.10.gem 260608 BLAKE2B 102548bc4616287d7084f81f505f2c1f7fa294a6bfc87c9be80919a4fff6c547ecbc77cc5cb96d7b1fd9414f189cdf62bad9cd4cdf44fe536c60a2eb3c39ac63 SHA512 36080407696d19739af666d9ba4e04d051d679b29b3e8e5d24d893a2d05b05201b74777007781a0da80125a98fd8cc465fb0b78ca0c28c5fc80bdd5229d5fa24
23 DIST nanoc-4.9.2.tar.gz 275891 BLAKE2B 6c2ca3b1f00f59762530ccf8dfb37599d89b67819e893fc49252afa0be334c64c0c2f771f7b05db14d24e264d355870a7308a117823750ba6edd68d82b113357 SHA512 593ed6def82e1c109983e37602a1def0bec0ea7a025d2badd3ddd3c564cb43ef619ea9173e563e32ae3891d4e3de85b5020e83292c5e16e1a6888399213c26cf
24 +DIST nanoc-4.9.3.tar.gz 276677 BLAKE2B d14ba8518a299fa9c4ac6ca638eb644dce9b1c0ab0895843a9bb8a916329916c9efaf4bd0bd397cb4dc10319081593dce167d966c2cc1d35247e5c0fd8368e72 SHA512 cc3946a8887f917cba4ef7d0fb5e5043eb8c6995a09de8e525562594fba2410d457643b27d158c89cb03b17b014624bc2844a85bbc6ae92dbf18723692c63a85
25
26 diff --git a/www-apps/nanoc/nanoc-4.9.3.ebuild b/www-apps/nanoc/nanoc-4.9.3.ebuild
27 new file mode 100644
28 index 00000000000..31fbd3271a0
29 --- /dev/null
30 +++ b/www-apps/nanoc/nanoc-4.9.3.ebuild
31 @@ -0,0 +1,92 @@
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.8: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/rdoc
81 + dev-ruby/rouge:2
82 + dev-ruby/systemu
83 + dev-ruby/timecop
84 + dev-ruby/vcr
85 + dev-ruby/webmock
86 + dev-ruby/yard
87 +)
88 +doc? (
89 + dev-ruby/kramdown
90 + dev-ruby/rdiscount
91 + dev-ruby/yard
92 +)"
93 +
94 +all_ruby_prepare() {
95 + # Avoid unneeded development dependencies
96 + sed -i -e '/simplecov/,/SimpleCov.formatter/ s:^:#:' test/helper.rb || die
97 + sed -i -e '/simplecov/I s:^:#:' \
98 + -e '/codecov/I s:^:#:' ../common/spec/spec_helper_head.rb || die
99 + sed -i -e '/coverall/I s:^:#:' \
100 + -e '/rubocop/ s:^:#:' Rakefile || die
101 +
102 + echo "-r ./spec/spec_helper.rb" > .rspec || die
103 +
104 + # Avoid tests requiring a network connection
105 + rm -f test/checking/checks/test_{css,html}.rb || die
106 +
107 + # Avoid tests for unpackaged dependencies
108 + rm spec/nanoc/deploying/fog_spec.rb \
109 + spec/nanoc/filters/less_spec.rb \
110 + test/filters/test_{markaby,rainpress}.rb || die
111 +
112 + # Use useable tmp dir
113 + sed -i -e 's:/tmp/whatever:'${T}'/whatever:' spec/nanoc/base/checksummer_spec.rb || die
114 +
115 + # Avoid non-fatal failing tests due to specifics in the environment
116 + sed -i -e '145askip "gentoo"' spec/nanoc/cli/error_handler_spec.rb || die
117 + sed -i -e '/does not crash when output dir does not exist and/askip "gentoo"' spec/nanoc/cli/commands/view_spec.rb || die
118 + sed -i -e '/watches with --watch/askip "gentoo"' spec/nanoc/cli/commands/compile_spec.rb || die
119 +}
120 +
121 +each_ruby_test() {
122 + RUBYLIB="${S}/lib" ${RUBY} -S rake spec test_all || die
123 +}