Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/actionpack: actionpack-2.3.5-r1.ebuild ChangeLog
Date: Mon, 01 Feb 2010 16:41:08
Message-Id: E1NbzKj-0004zr-K6@stork.gentoo.org
1 flameeyes 10/02/01 16:41:05
2
3 Modified: actionpack-2.3.5-r1.ebuild ChangeLog
4 Log:
5 Add support for JRuby.
6 (Portage version: 2.2_rc62/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.8 dev-ruby/actionpack/actionpack-2.3.5-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/actionpack/actionpack-2.3.5-r1.ebuild?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/actionpack/actionpack-2.3.5-r1.ebuild?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/actionpack/actionpack-2.3.5-r1.ebuild?r1=1.7&r2=1.8
14
15 Index: actionpack-2.3.5-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-2.3.5-r1.ebuild,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- actionpack-2.3.5-r1.ebuild 25 Jan 2010 17:12:02 -0000 1.7
22 +++ actionpack-2.3.5-r1.ebuild 1 Feb 2010 16:41:04 -0000 1.8
23 @@ -1,10 +1,10 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-2.3.5-r1.ebuild,v 1.7 2010/01/25 17:12:02 flameeyes Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-2.3.5-r1.ebuild,v 1.8 2010/02/01 16:41:04 flameeyes Exp $
28
29 EAPI=2
30
31 -USE_RUBY="ruby18"
32 +USE_RUBY="ruby18 jruby"
33
34 # The default test task tries to test activerecord with SQLite as well.
35 RUBY_FAKEGEM_TASK_TEST="test_action_pack"
36
37
38
39 1.149 dev-ruby/actionpack/ChangeLog
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/actionpack/ChangeLog?rev=1.149&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/actionpack/ChangeLog?rev=1.149&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/actionpack/ChangeLog?r1=1.148&r2=1.149
44
45 Index: ChangeLog
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v
48 retrieving revision 1.148
49 retrieving revision 1.149
50 diff -u -r1.148 -r1.149
51 --- ChangeLog 25 Jan 2010 17:12:02 -0000 1.148
52 +++ ChangeLog 1 Feb 2010 16:41:04 -0000 1.149
53 @@ -1,6 +1,10 @@
54 # ChangeLog for dev-ruby/actionpack
55 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.148 2010/01/25 17:12:02 flameeyes Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.149 2010/02/01 16:41:04 flameeyes Exp $
58 +
59 + 01 Feb 2010; Diego E. Pettenò <flameeyes@g.o>
60 + actionpack-2.3.5-r1.ebuild:
61 + Add support for JRuby.
62
63 25 Jan 2010; Diego E. Pettenò <flameeyes@g.o>
64 actionpack-2.3.5-r1.ebuild: