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: dev-ruby/tilt/
Date: Fri, 23 Jun 2017 03:38:57
Message-Id: 1498188500.f1563b694bf55fc4c7e61519825a666ae6f014ed.graaff@gentoo
1 commit: f1563b694bf55fc4c7e61519825a666ae6f014ed
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 23 03:28:20 2017 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 23 03:28:20 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1563b69
7
8 dev-ruby/tilt: add 2.0.5
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 dev-ruby/tilt/tilt-2.0.5.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-ruby/tilt/tilt-2.0.5.ebuild b/dev-ruby/tilt/tilt-2.0.5.ebuild
16 index e37c458cf12..5850b064f1f 100644
17 --- a/dev-ruby/tilt/tilt-2.0.5.ebuild
18 +++ b/dev-ruby/tilt/tilt-2.0.5.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=5
22
23 -USE_RUBY="ruby20 ruby21 ruby22 ruby23"
24 +USE_RUBY="ruby21 ruby22 ruby23 ruby24"
25
26 RUBY_FAKEGEM_TASK_DOC=""
27 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md docs/TEMPLATES.md"
28 @@ -37,7 +37,7 @@ all_ruby_prepare() {
29
30 # Avoid tests with minor syntax differences since this happens all
31 # the time when details in the dependencies change.
32 - sed -e '/test_smarty_pants_true/,/^ end/ s:^:#:' -i test/tilt_markdown_test.rb || die
33 + sed -e '/test_smarty_pants_true/,/^ end/ s:^:#:' \
34 + -e '/test_smart_quotes_true/,/^ end/ s:^:#:' -i test/tilt_markdown_test.rb || die
35 sed -e '/smartypants when :smart is set/,/^ end/ s:^:#:' -i test/tilt_rdiscounttemplate_test.rb || die
36 - #sed -i -e '/docbook templates/,/^ end/ s:^:#:' test/tilt_asciidoctor_test.rb || die
37 }