Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/graaff:master commit in: dev-ruby/rubocop-checkstyle_formatter/
Date: Fri, 19 Feb 2016 06:31:10
Message-Id: 1455863422.84110a5fade08e5053a321dbcdcce6e418eaf26a.graaff@gentoo
1 commit: 84110a5fade08e5053a321dbcdcce6e418eaf26a
2 Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
3 AuthorDate: Fri Feb 19 06:30:22 2016 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 19 06:30:22 2016 +0000
6 URL: https://gitweb.gentoo.org/dev/graaff.git/commit/?id=84110a5f
7
8 dev-ruby/rubocop-checkstyle_formatter: add ruby22
9
10 Package-Manager: portage-2.2.26
11
12 .../rubocop-checkstyle_formatter-0.2.0.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-ruby/rubocop-checkstyle_formatter/rubocop-checkstyle_formatter-0.2.0.ebuild b/dev-ruby/rubocop-checkstyle_formatter/rubocop-checkstyle_formatter-0.2.0.ebuild
16 index 819ff83..5d7ac5b 100644
17 --- a/dev-ruby/rubocop-checkstyle_formatter/rubocop-checkstyle_formatter-0.2.0.ebuild
18 +++ b/dev-ruby/rubocop-checkstyle_formatter/rubocop-checkstyle_formatter-0.2.0.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 -# $Header: $
24 +# $Id$
25
26 EAPI=5
27 -USE_RUBY="ruby19 ruby20 ruby21"
28 +USE_RUBY="ruby20 ruby21 ruby22"
29
30 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
31 RUBY_FAKEGEM_EXTRADOC="README.md"