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/activerecord: ChangeLog activerecord-2.3.5-r1.ebuild
Date: Mon, 25 Jan 2010 17:10:51
Message-Id: E1NZSSf-0006GO-Ni@stork.gentoo.org
1 flameeyes 10/01/25 17:10:49
2
3 Modified: ChangeLog activerecord-2.3.5-r1.ebuild
4 Log:
5 Add ~x86 keyword, tested on a development container.
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.129 dev-ruby/activerecord/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?rev=1.129&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?rev=1.129&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?r1=1.128&r2=1.129
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v
18 retrieving revision 1.128
19 retrieving revision 1.129
20 diff -u -r1.128 -r1.129
21 --- ChangeLog 18 Jan 2010 20:55:21 -0000 1.128
22 +++ ChangeLog 25 Jan 2010 17:10:49 -0000 1.129
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-ruby/activerecord
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.128 2010/01/18 20:55:21 ranger Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.129 2010/01/25 17:10:49 flameeyes Exp $
28 +
29 + 25 Jan 2010; Diego E. Pettenò <flameeyes@g.o>
30 + activerecord-2.3.5-r1.ebuild:
31 + Add ~x86 keyword, tested on a development container.
32
33 18 Jan 2010; Brent Baude <ranger@g.o> activerecord-2.3.5-r1.ebuild:
34 Marking activerecord-2.3.5-r1 ~ppc64 for bug 301007
35
36
37
38 1.5 dev-ruby/activerecord/activerecord-2.3.5-r1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.5-r1.ebuild?rev=1.5&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.5-r1.ebuild?rev=1.5&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.5-r1.ebuild?r1=1.4&r2=1.5
43
44 Index: activerecord-2.3.5-r1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.5-r1.ebuild,v
47 retrieving revision 1.4
48 retrieving revision 1.5
49 diff -u -r1.4 -r1.5
50 --- activerecord-2.3.5-r1.ebuild 18 Jan 2010 20:55:21 -0000 1.4
51 +++ activerecord-2.3.5-r1.ebuild 25 Jan 2010 17:10:49 -0000 1.5
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.5-r1.ebuild,v 1.4 2010/01/18 20:55:21 ranger Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.5-r1.ebuild,v 1.5 2010/01/25 17:10:49 flameeyes Exp $
57
58 EAPI=2
59 USE_RUBY="ruby18"
60 @@ -18,7 +18,7 @@
61
62 LICENSE="MIT"
63 SLOT="2.3"
64 -KEYWORDS="~amd64 ~ppc ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
65 +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
66 IUSE="mysql postgres sqlite3" #sqlite
67
68 ruby_add_rdepend "~dev-ruby/activesupport-${PV}"