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/api-versions/
Date: Fri, 27 Jun 2014 07:59:43
Message-Id: 1403791448.85cdaab872bacb8f397198c2dd72695c90c86fa7.graaff@gentoo
1 commit: 85cdaab872bacb8f397198c2dd72695c90c86fa7
2 Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
3 AuthorDate: Thu Jun 26 14:04:08 2014 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 26 14:04:08 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=85cdaab8
7
8 Add ruby20.
9
10 Package-Manager: portage-2.2.8-r1
11
12 ---
13 dev-ruby/api-versions/ChangeLog | 5 ++++-
14 dev-ruby/api-versions/api-versions-1.2.0.ebuild | 4 ++--
15 2 files changed, 6 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-ruby/api-versions/ChangeLog b/dev-ruby/api-versions/ChangeLog
18 index f6dd737..73570e8 100644
19 --- a/dev-ruby/api-versions/ChangeLog
20 +++ b/dev-ruby/api-versions/ChangeLog
21 @@ -1,7 +1,10 @@
22 # ChangeLog for dev-ruby/api-versions
23 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
24 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
25 # $Header: $
26
27 + 26 Jun 2014; Hans de Graaff <graaff@g.o> api-versions-1.2.0.ebuild:
28 + Add ruby20.
29 +
30 *api-versions-1.2.0 (19 Sep 2013)
31
32 19 Sep 2013; Hans de Graaff <graaff@g.o> +api-versions-1.2.0.ebuild,
33
34 diff --git a/dev-ruby/api-versions/api-versions-1.2.0.ebuild b/dev-ruby/api-versions/api-versions-1.2.0.ebuild
35 index 7107a0d..2cb840c 100644
36 --- a/dev-ruby/api-versions/api-versions-1.2.0.ebuild
37 +++ b/dev-ruby/api-versions/api-versions-1.2.0.ebuild
38 @@ -1,9 +1,9 @@
39 -# Copyright 1999-2013 Gentoo Foundation
40 +# Copyright 1999-2014 Gentoo Foundation
41 # Distributed under the terms of the GNU General Public License v2
42 # $Header: $
43
44 EAPI=5
45 -USE_RUBY="ruby19"
46 +USE_RUBY="ruby19 ruby20"
47
48 RUBY_FAKEGEM_EXTRADOC="Changes.md README.md"