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: Wed, 16 Jan 2019 07:24:50
Message-Id: 1547623476.fde37f92cc3dd74c5c56c72b667c2a400950d6f1.graaff@gentoo
1 commit: fde37f92cc3dd74c5c56c72b667c2a400950d6f1
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 16 07:20:22 2019 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 16 07:24:36 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fde37f92
7
8 dev-ruby/tilt: add ruby26
9
10 Drop dev-ruby/bluecloth test dependency. The bluecloth
11 tests are optional and bluecloth is no longer maintained.
12
13 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
14 Package-Manager: Portage-2.3.51, Repoman-2.3.11
15
16 dev-ruby/tilt/tilt-2.0.9.ebuild | 5 ++---
17 1 file changed, 2 insertions(+), 3 deletions(-)
18
19 diff --git a/dev-ruby/tilt/tilt-2.0.9.ebuild b/dev-ruby/tilt/tilt-2.0.9.ebuild
20 index efb26b7ad06..7c15d083a41 100644
21 --- a/dev-ruby/tilt/tilt-2.0.9.ebuild
22 +++ b/dev-ruby/tilt/tilt-2.0.9.ebuild
23 @@ -1,9 +1,9 @@
24 -# Copyright 1999-2018 Gentoo Authors
25 +# Copyright 1999-2019 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29
30 -USE_RUBY="ruby23 ruby24 ruby25"
31 +USE_RUBY="ruby23 ruby24 ruby25 ruby26"
32
33 RUBY_FAKEGEM_TASK_DOC=""
34 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md docs/TEMPLATES.md"
35 @@ -22,7 +22,6 @@ IUSE=""
36 # are optional for the test suite, and we don't want to depend on all of
37 # them to faciliate keywording and stabling.
38 ruby_add_bdepend "test? (
39 - dev-ruby/bluecloth
40 dev-ruby/coffee-script
41 dev-ruby/erubis
42 dev-ruby/nokogiri