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: Sat, 27 Jun 2015 10:02:55
Message-Id: 1435398805.d9a1898ef03a3c2f1c0d087df43765eab310e63f.graaff@gentoo
1 commit: d9a1898ef03a3c2f1c0d087df43765eab310e63f
2 Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
3 AuthorDate: Sat Jun 27 09:53:25 2015 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 27 09:53:25 2015 +0000
6 URL: https://gitweb.gentoo.org/dev/graaff.git/commit/?id=d9a1898e
7
8 Add ruby21, ruby22.
9
10 Package-Manager: portage-2.2.18
11
12 dev-ruby/open_id_authentication/ChangeLog | 6 +++++-
13 dev-ruby/open_id_authentication/open_id_authentication-1.2.0.ebuild | 4 ++--
14 2 files changed, 7 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-ruby/open_id_authentication/ChangeLog b/dev-ruby/open_id_authentication/ChangeLog
17 index be27bc2..9a40c1c 100644
18 --- a/dev-ruby/open_id_authentication/ChangeLog
19 +++ b/dev-ruby/open_id_authentication/ChangeLog
20 @@ -1,7 +1,11 @@
21 # ChangeLog for dev-ruby/open_id_authentication
22 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
23 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
24 # $Header: $
25
26 + 27 Jun 2015; Hans de Graaff <graaff@g.o>
27 + open_id_authentication-1.2.0.ebuild:
28 + Add ruby21, ruby22.
29 +
30 01 Jul 2014; Hans de Graaff <graaff@g.o>
31 open_id_authentication-1.2.0.ebuild:
32 Add ruby20.
33
34 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
35 index 264faaf..815504a 100644
36 --- a/dev-ruby/open_id_authentication/open_id_authentication-1.2.0.ebuild
37 +++ b/dev-ruby/open_id_authentication/open_id_authentication-1.2.0.ebuild
38 @@ -1,9 +1,9 @@
39 -# Copyright 1999-2014 Gentoo Foundation
40 +# Copyright 1999-2015 Gentoo Foundation
41 # Distributed under the terms of the GNU General Public License v2
42 # $Header: $
43
44 EAPI=5
45 -USE_RUBY="ruby19 ruby20"
46 +USE_RUBY="ruby19 ruby20 ruby21 ruby22"
47
48 RUBY_FAKEGEM_EXTRADOC="README.md"