Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-progressbar: ChangeLog ruby-progressbar-1.4.2-r1.ebuild
Date: Thu, 28 May 2015 04:20:57
Message-Id: 20150528042052.070D7A0E@oystercatcher.gentoo.org
1 graaff 15/05/28 04:20:52
2
3 Modified: ChangeLog ruby-progressbar-1.4.2-r1.ebuild
4 Log:
5 Add ruby22.
6
7 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
8
9 Revision Changes Path
10 1.74 dev-ruby/ruby-progressbar/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog?rev=1.74&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog?rev=1.74&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog?r1=1.73&r2=1.74
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v
19 retrieving revision 1.73
20 retrieving revision 1.74
21 diff -u -r1.73 -r1.74
22 --- ChangeLog 28 May 2015 04:19:43 -0000 1.73
23 +++ ChangeLog 28 May 2015 04:20:51 -0000 1.74
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-ruby/ruby-progressbar
26 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.73 2015/05/28 04:19:43 graaff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.74 2015/05/28 04:20:51 graaff Exp $
29 +
30 + 28 May 2015; Hans de Graaff <graaff@g.o>
31 + ruby-progressbar-1.4.2-r1.ebuild:
32 + Add ruby22.
33
34 28 May 2015; Hans de Graaff <graaff@g.o>
35 -ruby-progressbar-1.4.1.ebuild:
36
37
38
39 1.2 dev-ruby/ruby-progressbar/ruby-progressbar-1.4.2-r1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-1.4.2-r1.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-1.4.2-r1.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-1.4.2-r1.ebuild?r1=1.1&r2=1.2
44
45 Index: ruby-progressbar-1.4.2-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-1.4.2-r1.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- ruby-progressbar-1.4.2-r1.ebuild 2 Jan 2015 10:12:11 -0000 1.1
52 +++ ruby-progressbar-1.4.2-r1.ebuild 28 May 2015 04:20:51 -0000 1.2
53 @@ -1,10 +1,10 @@
54 # Copyright 1999-2015 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-1.4.2-r1.ebuild,v 1.1 2015/01/02 10:12:11 graaff Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-1.4.2-r1.ebuild,v 1.2 2015/05/28 04:20:51 graaff Exp $
58
59 EAPI=5
60
61 -USE_RUBY="ruby19 ruby20 ruby21"
62 +USE_RUBY="ruby19 ruby20 ruby21 ruby22"
63
64 RUBY_FAKEGEM_RECIPE_TEST="rspec"
65 RUBY_FAKEGEM_TASK_DOC=""