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/actionmailer: ChangeLog actionmailer-2.3.10.ebuild
Date: Mon, 21 Feb 2011 19:42:21
Message-Id: 20110221194210.6DB5E20054@flycatcher.gentoo.org
1 graaff 11/02/21 19:42:10
2
3 Modified: ChangeLog actionmailer-2.3.10.ebuild
4 Log:
5 Fix tests when Rails 3 is also present.
6
7 (Portage version: 2.1.9.25/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.153 dev-ruby/actionmailer/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/ChangeLog?rev=1.153&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/ChangeLog?rev=1.153&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/ChangeLog?r1=1.152&r2=1.153
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v
19 retrieving revision 1.152
20 retrieving revision 1.153
21 diff -u -r1.152 -r1.153
22 --- ChangeLog 13 Feb 2011 21:18:21 -0000 1.152
23 +++ ChangeLog 21 Feb 2011 19:42:10 -0000 1.153
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-ruby/actionmailer
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.152 2011/02/13 21:18:21 tomka Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.153 2011/02/21 19:42:10 graaff Exp $
29 +
30 + 21 Feb 2011; Hans de Graaff <graaff@g.o>
31 + actionmailer-2.3.10.ebuild, +files/actionmailer-2.3.10-rails3.patch:
32 + Fix tests when Rails 3 is also present.
33
34 13 Feb 2011; Thomas Kahle <tomka@g.o> actionmailer-3.0.3.ebuild:
35 keyworded ~x86 per bug 351835
36
37
38
39 1.3 dev-ruby/actionmailer/actionmailer-2.3.10.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.10.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.10.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.10.ebuild?r1=1.2&r2=1.3
44
45 Index: actionmailer-2.3.10.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.10.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- actionmailer-2.3.10.ebuild 7 Jan 2011 09:30:36 -0000 1.2
52 +++ actionmailer-2.3.10.ebuild 21 Feb 2011 19:42:10 -0000 1.3
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.10.ebuild,v 1.2 2011/01/07 09:30:36 graaff Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.10.ebuild,v 1.3 2011/02/21 19:42:10 graaff Exp $
58
59 EAPI=2
60 USE_RUBY="ruby18 ree18 jruby"
61 @@ -18,6 +18,8 @@
62 KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
63 IUSE=""
64
65 +RUBY_PATCHES=( "${P}-rails3.patch" )
66 +
67 ruby_add_rdepend "~dev-ruby/actionpack-${PV}
68 >=dev-ruby/text-format-0.6.3
69 >=dev-ruby/tmail-1.2.3"