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: actionmailer-3.1.3.ebuild ChangeLog
Date: Wed, 04 Apr 2012 09:41:55
Message-Id: 20120404094146.44F8E2004B@flycatcher.gentoo.org
1 graaff 12/04/04 09:41:46
2
3 Modified: actionmailer-3.1.3.ebuild ChangeLog
4 Log:
5 Add missing ~ppc64 keyword which was most likely the intention given that all other parts of rails have been keyworded.
6
7 (Portage version: 2.1.10.49/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 dev-ruby/actionmailer/actionmailer-3.1.3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/actionmailer-3.1.3.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/actionmailer-3.1.3.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/actionmailer-3.1.3.ebuild?r1=1.2&r2=1.3
15
16 Index: actionmailer-3.1.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-3.1.3.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- actionmailer-3.1.3.ebuild 31 Dec 2011 20:39:30 -0000 1.2
23 +++ actionmailer-3.1.3.ebuild 4 Apr 2012 09:41:46 -0000 1.3
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2011 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-3.1.3.ebuild,v 1.2 2011/12/31 20:39:30 grobian Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-3.1.3.ebuild,v 1.3 2012/04/04 09:41:46 graaff Exp $
30
31 EAPI=4
32 USE_RUBY="ruby18 ruby19 ree18"
33 @@ -18,7 +18,7 @@
34
35 LICENSE="MIT"
36 SLOT="3.1"
37 -KEYWORDS="~amd64 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
38 +KEYWORDS="~amd64 ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
39 IUSE=""
40
41 RUBY_S="rails-rails-*/actionmailer"
42
43
44
45 1.180 dev-ruby/actionmailer/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/ChangeLog?rev=1.180&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/ChangeLog?rev=1.180&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/ChangeLog?r1=1.179&r2=1.180
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v
54 retrieving revision 1.179
55 retrieving revision 1.180
56 diff -u -r1.179 -r1.180
57 --- ChangeLog 25 Feb 2012 13:18:12 -0000 1.179
58 +++ ChangeLog 4 Apr 2012 09:41:46 -0000 1.180
59 @@ -1,6 +1,10 @@
60 # ChangeLog for dev-ruby/actionmailer
61 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.179 2012/02/25 13:18:12 flameeyes Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.180 2012/04/04 09:41:46 graaff Exp $
64 +
65 + 04 Apr 2012; Hans de Graaff <graaff@g.o> actionmailer-3.1.3.ebuild:
66 + Add missing ~ppc64 keyword which was most likely the intention given that all
67 + other parts of rails have been keyworded.
68
69 *actionmailer-3.0.11-r2 (25 Feb 2012)