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/journey/
Date: Sun, 05 Feb 2017 15:09:11
Message-Id: 1486307342.c2ce829f7ed919f4336751672146a612adc18bae.graaff@gentoo
1 commit: c2ce829f7ed919f4336751672146a612adc18bae
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 5 15:08:00 2017 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 5 15:09:02 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2ce829f
7
8 dev-ruby/journey: add ruby23, ruby24
9
10 Package-Manager: portage-2.3.3
11
12 dev-ruby/journey/journey-1.0.4-r1.ebuild | 8 +++-----
13 1 file changed, 3 insertions(+), 5 deletions(-)
14
15 diff --git a/dev-ruby/journey/journey-1.0.4-r1.ebuild b/dev-ruby/journey/journey-1.0.4-r1.ebuild
16 index b8c751f..0461bfd 100644
17 --- a/dev-ruby/journey/journey-1.0.4-r1.ebuild
18 +++ b/dev-ruby/journey/journey-1.0.4-r1.ebuild
19 @@ -1,12 +1,11 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 EAPI=5
26 -USE_RUBY="ruby20 ruby21 ruby22"
27 +USE_RUBY="ruby21 ruby22 ruby23 ruby24"
28
29 -RUBY_FAKEGEM_TASK_DOC="docs"
30 -RUBY_FAKEGEM_DOCDIR="doc"
31 +RUBY_FAKEGEM_RECIPE_DOC="rdoc"
32
33 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc"
34
35 @@ -20,7 +19,6 @@ SLOT="$(get_version_component_range 1-2)"
36 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x64-macos ~x86-solaris"
37 IUSE=""
38
39 -ruby_add_bdepend "doc? ( dev-ruby/hoe )"
40 ruby_add_bdepend "test? ( dev-ruby/hoe
41 dev-ruby/json
42 dev-ruby/minitest )"