From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/nanoc/
Date: Sun, 5 Jun 2016 06:24:58 +0000 (UTC) [thread overview]
Message-ID: <1465106868.4aba7b835b200adb1e37f58d717a93afe21ef726.graaff@gentoo> (raw)
commit: 4aba7b835b200adb1e37f58d717a93afe21ef726
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 5 06:07:48 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jun 5 06:07:48 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aba7b83
www-apps/nanoc: add 4.2.0
Package-Manager: portage-2.2.28
www-apps/nanoc/Manifest | 1 +
www-apps/nanoc/nanoc-4.2.0.ebuild | 71 +++++++++++++++++++++++++++++++++++++++
2 files changed, 72 insertions(+)
diff --git a/www-apps/nanoc/Manifest b/www-apps/nanoc/Manifest
index c1b7038..bd8f766 100644
--- a/www-apps/nanoc/Manifest
+++ b/www-apps/nanoc/Manifest
@@ -1,2 +1,3 @@
DIST nanoc-3.8.0.gem 189440 SHA256 382397d761ea1a97537eaee995e37ba416f7f7f093090cc812071a9eb28cea1e SHA512 ed39b6e799ea16fe19539181c0de2054af428b0ecdec5cfd592948aa14f3f0e7233a6039e57d68d9046824f55b7fc00d4f2621c4bd4b77d243e40c5c8750e93e WHIRLPOOL 33b92d6da24974c1d525d8da2433d62863ff97423ad8079c3937ac1c5c98fa310a05b179afa390d1fe3758a2e423951c880210508fdcbfc9c601e67fcbb841c5
DIST nanoc-4.1.6.gem 173056 SHA256 95887475fac5a9bc1e59a74f6a5df9b2655b19a6389953121210276ca373db30 SHA512 bf6059558f8465a0aab7fa67b1fefb06618bd2ee54f61fb5e8b77d6738bb4f2bc97604cfa76164aa2c759be8aa4912ec3538cf349a77f903321acd786029b2d8 WHIRLPOOL 396b32ba5170aeaed2f2b11917e480b27a9e63046da344e3232ca4b2691c56d9037877ea2370f9225f77eb65af03a8b3b4f4b9962611d41e65db0d08184eb5b4
+DIST nanoc-4.2.0.gem 171520 SHA256 b047dec47e53989a8a784954de2a891fbcf43939dab606874809c4eca379131c SHA512 b11b4175ace0701af6fbeaa3a1b363e1e8a378465da7b8badd12b47cab1a41b7514089f4e00d7cfda892907a593d4ebffa56ff7ff161e8aebcfeed86117b49d6 WHIRLPOOL 9771725f19801941a570055c7951a7fad52d331c6e516023bb2d1299564b334e86a7f11c9ec4dd323ca39f2f7323449aabfe1189fceaa3df4ac72d45cb9e509f
diff --git a/www-apps/nanoc/nanoc-4.2.0.ebuild b/www-apps/nanoc/nanoc-4.2.0.ebuild
new file mode 100644
index 0000000..0ad1f93
--- /dev/null
+++ b/www-apps/nanoc/nanoc-4.2.0.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby21 ruby22"
+
+RUBY_FAKEGEM_EXTRADOC="ChangeLog NEWS.md README.md"
+
+RUBY_FAKEGEM_TASK_DOC="doc"
+RUBY_FAKEGEM_TASK_TEST="test:all"
+
+inherit ruby-fakegem
+
+DESCRIPTION="nanoc is a simple but very flexible static site generator written in Ruby"
+HOMEPAGE="http://nanoc.ws/"
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE="${IUSE} minimal"
+
+DEPEND+="test? ( app-text/asciidoc app-text/highlight )"
+
+ruby_add_rdepend "!minimal? (
+ dev-ruby/mime-types:*
+ dev-ruby/rack:*
+ www-servers/adsf
+)
+ >=dev-ruby/cri-2.3:0"
+
+ruby_add_bdepend "test? (
+ >=dev-ruby/mocha-0.13
+ dev-ruby/minitest
+ =dev-ruby/rdoc-4*
+ dev-ruby/systemu
+ dev-ruby/vcr
+ dev-ruby/webmock
+ dev-ruby/yard
+)
+doc? (
+ dev-ruby/kramdown
+ dev-ruby/rdiscount
+ dev-ruby/yard
+)"
+
+all_ruby_prepare() {
+ use doc || use test || (rm tasks/doc.rake || die)
+
+ if use test ; then
+ # Avoid dependency on coveralls.
+ sed -i -e '/coverall/I s:^:#:' tasks/test.rake || die
+ else
+ rm -f tasks/test.rake || die
+ fi
+
+ # Avoid unneeded development dependencies
+ rm -f tasks/rubocop.rake || die
+ sed -i -e '/simplecov/I s:^:#:' test/helper.rb || die
+
+ # Avoid non-optional tests for w3c_validators which we don't have
+ # packaged and which require network access.
+ rm test/extra/checking/checks/test_{css,html}.rb || die
+
+ # Skip a test that produces slightly different javascript.
+ sed -i -e '/test_filter_with_options/,/^ end/ s:^:#:' test/filters/test_uglify_js.rb || die
+}
+
+each_ruby_test() {
+ RUBYLIB="${S}/lib" ${RUBY} -S rake test:all || die
+}
next reply other threads:[~2016-06-05 6:25 UTC|newest]
Thread overview: 88+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-05 6:24 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-21 8:00 [gentoo-commits] repo/gentoo:master commit in: www-apps/nanoc/ Hans de Graaff
2024-11-29 12:21 Hans de Graaff
2024-11-09 7:40 Hans de Graaff
2024-11-09 7:40 Hans de Graaff
2024-06-22 6:18 Hans de Graaff
2024-06-22 6:18 Hans de Graaff
2024-04-28 8:35 Hans de Graaff
2024-03-18 17:04 Hans de Graaff
2024-03-18 12:16 Hans de Graaff
2024-03-17 8:17 Hans de Graaff
2023-12-29 10:14 Hans de Graaff
2023-10-04 5:31 Hans de Graaff
2023-08-11 19:14 Hans de Graaff
2023-07-18 7:23 Hans de Graaff
2023-06-25 5:51 Hans de Graaff
2023-06-15 6:24 Hans de Graaff
2023-03-29 6:35 Hans de Graaff
2023-03-29 6:35 Hans de Graaff
2022-12-18 7:21 Hans de Graaff
2022-10-09 7:22 Hans de Graaff
2022-10-09 7:22 Hans de Graaff
2022-08-23 5:34 Sam James
2022-07-10 6:33 Hans de Graaff
2022-06-18 8:40 Hans de Graaff
2022-05-29 5:50 Hans de Graaff
2022-04-10 5:06 Hans de Graaff
2021-11-14 8:10 Hans de Graaff
2021-07-11 7:10 Hans de Graaff
2021-07-06 8:37 Hans de Graaff
2019-10-20 12:44 Hans de Graaff
2019-09-29 9:07 Hans de Graaff
2019-09-29 9:07 Hans de Graaff
2019-09-11 7:43 Hans de Graaff
2019-09-07 6:10 Hans de Graaff
2019-08-18 5:44 Hans de Graaff
2019-08-18 5:44 Hans de Graaff
2019-08-10 3:28 Hans de Graaff
2019-07-30 6:08 Hans de Graaff
2019-07-07 6:30 Hans de Graaff
2019-06-16 8:25 Hans de Graaff
2019-04-14 18:25 Hans de Graaff
2019-04-12 13:58 Hans de Graaff
2019-02-11 5:18 Hans de Graaff
2019-02-08 8:04 Hans de Graaff
2018-12-22 6:04 Hans de Graaff
2018-12-22 6:04 Hans de Graaff
2018-12-13 6:35 Hans de Graaff
2018-11-23 8:17 Hans de Graaff
2018-10-30 6:04 Hans de Graaff
2018-10-27 7:28 Hans de Graaff
2018-09-25 5:12 Hans de Graaff
2018-09-18 5:35 Hans de Graaff
2018-08-20 6:03 Hans de Graaff
2018-06-25 18:44 Hans de Graaff
2018-06-11 4:49 Hans de Graaff
2018-05-06 5:56 Hans de Graaff
2018-05-05 7:29 Hans de Graaff
2018-04-29 6:44 Hans de Graaff
2018-04-17 4:28 Hans de Graaff
2017-11-05 5:50 Hans de Graaff
2017-10-24 4:21 Hans de Graaff
2017-10-07 5:52 Hans de Graaff
2017-10-07 5:52 Hans de Graaff
2017-09-17 6:25 Hans de Graaff
2017-08-28 5:54 Hans de Graaff
2017-08-12 5:14 Hans de Graaff
2017-08-08 4:57 Hans de Graaff
2017-03-16 5:55 Hans de Graaff
2017-03-05 7:20 Hans de Graaff
2017-02-24 7:30 Hans de Graaff
2017-02-21 10:21 Hans de Graaff
2017-02-19 7:05 Hans de Graaff
2016-10-15 5:49 Hans de Graaff
2016-09-30 5:46 Hans de Graaff
2016-09-30 5:46 Hans de Graaff
2016-09-30 5:46 Hans de Graaff
2016-08-28 5:52 Hans de Graaff
2016-08-22 5:58 Hans de Graaff
2016-08-18 5:38 Hans de Graaff
2016-05-28 8:41 Hans de Graaff
2016-05-28 8:41 Hans de Graaff
2016-04-19 5:29 Hans de Graaff
2016-03-30 15:47 Hans de Graaff
2016-02-19 8:11 Hans de Graaff
2016-02-14 18:57 Hans de Graaff
2016-02-14 8:30 Hans de Graaff
2015-11-29 7:29 Hans de Graaff
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1465106868.4aba7b835b200adb1e37f58d717a93afe21ef726.graaff@gentoo \
--to=graaff@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox