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/actionmailer: actionmailer-2.3.5-r1.ebuild ChangeLog
Date: Mon, 01 Feb 2010 16:44:17
Message-Id: E1NbzNm-00057t-HN@stork.gentoo.org
1 flameeyes 10/02/01 16:44:14
2
3 Modified: actionmailer-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.6 dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild?r1=1.5&r2=1.6
14
15 Index: actionmailer-2.3.5-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- actionmailer-2.3.5-r1.ebuild 25 Jan 2010 17:10:11 -0000 1.5
22 +++ actionmailer-2.3.5-r1.ebuild 1 Feb 2010 16:44:13 -0000 1.6
23 @@ -1,9 +1,9 @@
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/actionmailer/actionmailer-2.3.5-r1.ebuild,v 1.5 2010/01/25 17:10:11 flameeyes Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild,v 1.6 2010/02/01 16:44:13 flameeyes Exp $
28
29 EAPI=2
30 -USE_RUBY="ruby18"
31 +USE_RUBY="ruby18 jruby"
32
33 RUBY_FAKEGEM_DOCDIR="doc"
34 RUBY_FAKEGEM_EXTRADOC="CHANGELOG README"
35
36
37
38 1.136 dev-ruby/actionmailer/ChangeLog
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/actionmailer/ChangeLog?rev=1.136&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/actionmailer/ChangeLog?rev=1.136&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/actionmailer/ChangeLog?r1=1.135&r2=1.136
43
44 Index: ChangeLog
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v
47 retrieving revision 1.135
48 retrieving revision 1.136
49 diff -u -r1.135 -r1.136
50 --- ChangeLog 25 Jan 2010 17:10:11 -0000 1.135
51 +++ ChangeLog 1 Feb 2010 16:44:13 -0000 1.136
52 @@ -1,6 +1,10 @@
53 # ChangeLog for dev-ruby/actionmailer
54 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.135 2010/01/25 17:10:11 flameeyes Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.136 2010/02/01 16:44:13 flameeyes Exp $
57 +
58 + 01 Feb 2010; Diego E. Pettenò <flameeyes@g.o>
59 + actionmailer-2.3.5-r1.ebuild:
60 + Add support for JRuby.
61
62 25 Jan 2010; Diego E. Pettenò <flameeyes@g.o>
63 actionmailer-2.3.5-r1.ebuild: