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/open_id_authentication/
Date: Wed, 02 Jul 2014 07:56:31
Message-Id: 1404206243.9b22680036df445fbc275313aa76807cf6b4624b.graaff@gentoo
1 commit: 9b22680036df445fbc275313aa76807cf6b4624b
2 Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
3 AuthorDate: Tue Jul 1 09:17:23 2014 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 1 09:17:23 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=9b226800
7
8 Add ruby20.
9
10 Package-Manager: portage-2.2.8-r1
11
12 ---
13 dev-ruby/open_id_authentication/ChangeLog | 4 ++++
14 dev-ruby/open_id_authentication/open_id_authentication-1.2.0.ebuild | 4 ++--
15 2 files changed, 6 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-ruby/open_id_authentication/ChangeLog b/dev-ruby/open_id_authentication/ChangeLog
18 index ea480f5..be27bc2 100644
19 --- a/dev-ruby/open_id_authentication/ChangeLog
20 +++ b/dev-ruby/open_id_authentication/ChangeLog
21 @@ -3,6 +3,10 @@
22 # $Header: $
23
24 01 Jul 2014; Hans de Graaff <graaff@g.o>
25 + open_id_authentication-1.2.0.ebuild:
26 + Add ruby20.
27 +
28 + 01 Jul 2014; Hans de Graaff <graaff@g.o>
29 -open_id_authentication-1.1.0-r3.ebuild:
30 Cleanup.
31
32
33 diff --git a/dev-ruby/open_id_authentication/open_id_authentication-1.2.0.ebuild b/dev-ruby/open_id_authentication/open_id_authentication-1.2.0.ebuild
34 index e7c9927..264faaf 100644
35 --- a/dev-ruby/open_id_authentication/open_id_authentication-1.2.0.ebuild
36 +++ b/dev-ruby/open_id_authentication/open_id_authentication-1.2.0.ebuild
37 @@ -1,9 +1,9 @@
38 -# Copyright 1999-2013 Gentoo Foundation
39 +# Copyright 1999-2014 Gentoo Foundation
40 # Distributed under the terms of the GNU General Public License v2
41 # $Header: $
42
43 EAPI=5
44 -USE_RUBY="ruby18 ruby19"
45 +USE_RUBY="ruby19 ruby20"
46
47 RUBY_FAKEGEM_EXTRADOC="README.md"