Gentoo Archives: gentoo-commits

From: "Manuel Rueger (mrueg)" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/activemodel: activemodel-3.2.17.ebuild ChangeLog
Date: Sun, 04 May 2014 11:30:13
Message-Id: 20140504113008.969452004C@flycatcher.gentoo.org
1 mrueg 14/05/04 11:30:08
2
3 Modified: activemodel-3.2.17.ebuild ChangeLog
4 Log:
5 Add ruby20 support to slot 3.2.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
8
9 Revision Changes Path
10 1.2 dev-ruby/activemodel/activemodel-3.2.17.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activemodel/activemodel-3.2.17.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activemodel/activemodel-3.2.17.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activemodel/activemodel-3.2.17.ebuild?r1=1.1&r2=1.2
15
16 Index: activemodel-3.2.17.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/activemodel-3.2.17.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- activemodel-3.2.17.ebuild 19 Feb 2014 07:18:33 -0000 1.1
23 +++ activemodel-3.2.17.ebuild 4 May 2014 11:30:08 -0000 1.2
24 @@ -1,10 +1,10 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/activemodel-3.2.17.ebuild,v 1.1 2014/02/19 07:18:33 graaff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/activemodel-3.2.17.ebuild,v 1.2 2014/05/04 11:30:08 mrueg Exp $
29
30 EAPI=5
31
32 -USE_RUBY="ruby18 ruby19"
33 +USE_RUBY="ruby19 ruby20"
34
35 RUBY_FAKEGEM_TASK_DOC=""
36 RUBY_FAKEGEM_DOCDIR=""
37
38
39
40 1.75 dev-ruby/activemodel/ChangeLog
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activemodel/ChangeLog?rev=1.75&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activemodel/ChangeLog?rev=1.75&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activemodel/ChangeLog?r1=1.74&r2=1.75
45
46 Index: ChangeLog
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/ChangeLog,v
49 retrieving revision 1.74
50 retrieving revision 1.75
51 diff -u -r1.74 -r1.75
52 --- ChangeLog 26 Apr 2014 15:09:14 -0000 1.74
53 +++ ChangeLog 4 May 2014 11:30:08 -0000 1.75
54 @@ -1,6 +1,9 @@
55 # ChangeLog for dev-ruby/activemodel
56 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/ChangeLog,v 1.74 2014/04/26 15:09:14 graaff Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/ChangeLog,v 1.75 2014/05/04 11:30:08 mrueg Exp $
59 +
60 + 04 May 2014; Manuel RĂ¼ger <mrueg@g.o> activemodel-3.2.17.ebuild:
61 + Add ruby20 support to slot 3.2.
62
63 *activemodel-4.1.0 (26 Apr 2014)