Gentoo Archives: gentoo-commits

From: Richard Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-protection/
Date: Thu, 02 Jun 2016 21:48:08
Message-Id: 1464904069.e4154be91f0e907517cf7fc34f6bfd4f42f64aac.zerochaos@gentoo
1 commit: e4154be91f0e907517cf7fc34f6bfd4f42f64aac
2 Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 2 21:41:41 2016 +0000
4 Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 2 21:47:49 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4154be9
7
8 dev-ruby/rack-protection: add ruby23, drop ruby19 to quiet repoman
9
10 Package-Manager: portage-2.3.0_rc1
11
12 dev-ruby/rack-protection/rack-protection-1.5.3-r1.ebuild | 2 +-
13 dev-ruby/rack-protection/rack-protection-1.5.3.ebuild | 4 ++--
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-ruby/rack-protection/rack-protection-1.5.3-r1.ebuild b/dev-ruby/rack-protection/rack-protection-1.5.3-r1.ebuild
17 index a1ad2bd..5a0a998 100644
18 --- a/dev-ruby/rack-protection/rack-protection-1.5.3-r1.ebuild
19 +++ b/dev-ruby/rack-protection/rack-protection-1.5.3-r1.ebuild
20 @@ -3,7 +3,7 @@
21 # $Id$
22
23 EAPI=5
24 -USE_RUBY="ruby20 ruby21 ruby22"
25 +USE_RUBY="ruby20 ruby21 ruby22 ruby23"
26
27 RUBY_FAKEGEM_RECIPE_TEST="rspec"
28 RUBY_FAKEGEM_TASK_DOC=""
29
30 diff --git a/dev-ruby/rack-protection/rack-protection-1.5.3.ebuild b/dev-ruby/rack-protection/rack-protection-1.5.3.ebuild
31 index 51ff5d3..26f173e 100644
32 --- a/dev-ruby/rack-protection/rack-protection-1.5.3.ebuild
33 +++ b/dev-ruby/rack-protection/rack-protection-1.5.3.ebuild
34 @@ -1,9 +1,9 @@
35 -# Copyright 1999-2015 Gentoo Foundation
36 +# Copyright 1999-2016 Gentoo Foundation
37 # Distributed under the terms of the GNU General Public License v2
38 # $Id$
39
40 EAPI=5
41 -USE_RUBY="ruby19 ruby20"
42 +USE_RUBY="ruby20"
43
44 RUBY_FAKEGEM_RECIPE_TEST="rspec"
45 RUBY_FAKEGEM_TASK_DOC=""