Gentoo Archives: gentoo-commits

From: "Brent Baude (ranger)" <ranger@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/activerecord: activerecord-2.0.5.ebuild ChangeLog activerecord-2.1.2.ebuild
Date: Tue, 04 Nov 2008 17:49:14
Message-Id: E1KxQ1g-0004CG-6A@stork.gentoo.org
1 ranger 08/11/04 17:49:12
2
3 Modified: activerecord-2.0.5.ebuild ChangeLog
4 activerecord-2.1.2.ebuild
5 Log:
6 Marking activerecord-2.0.0|2.1.2 ppc64 stable for bug 237385
7 (Portage version: 2.1.4.5)
8
9 Revision Changes Path
10 1.3 dev-ruby/activerecord/activerecord-2.0.5.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/activerecord-2.0.5.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/activerecord-2.0.5.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/activerecord-2.0.5.ebuild?r1=1.2&r2=1.3
15
16 Index: activerecord-2.0.5.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.0.5.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- activerecord-2.0.5.ebuild 3 Nov 2008 19:38:02 -0000 1.2
23 +++ activerecord-2.0.5.ebuild 4 Nov 2008 17:49:12 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.0.5.ebuild,v 1.2 2008/11/03 19:38:02 fmccor Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.0.5.ebuild,v 1.3 2008/11/04 17:49:12 ranger Exp $
29
30 inherit ruby gems
31
32 @@ -9,7 +9,7 @@
33
34 LICENSE="MIT"
35 SLOT="2"
36 -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 sparc ~x86 ~x86-fbsd"
37 +KEYWORDS="~amd64 ~ia64 ~ppc ppc64 sparc ~x86 ~x86-fbsd"
38 IUSE="mysql postgres sqlite sqlite3"
39 RESTRICT="test"
40
41
42
43
44 1.86 dev-ruby/activerecord/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?rev=1.86&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?rev=1.86&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?r1=1.85&r2=1.86
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v
53 retrieving revision 1.85
54 retrieving revision 1.86
55 diff -u -r1.85 -r1.86
56 --- ChangeLog 3 Nov 2008 22:26:27 -0000 1.85
57 +++ ChangeLog 4 Nov 2008 17:49:12 -0000 1.86
58 @@ -1,6 +1,10 @@
59 # ChangeLog for dev-ruby/activerecord
60 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.85 2008/11/03 22:26:27 maekke Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.86 2008/11/04 17:49:12 ranger Exp $
63 +
64 + 04 Nov 2008; Brent Baude <ranger@g.o> activerecord-2.0.5.ebuild,
65 + activerecord-2.1.2.ebuild:
66 + Marking activerecord-2.0.0|2.1.2 ppc64 stable for bug 237385
67
68 03 Nov 2008; Markus Meier <maekke@g.o> activerecord-2.1.2.ebuild:
69 amd64/x86 stable, bug #237385
70
71
72
73 1.4 dev-ruby/activerecord/activerecord-2.1.2.ebuild
74
75 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/activerecord-2.1.2.ebuild?rev=1.4&view=markup
76 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/activerecord-2.1.2.ebuild?rev=1.4&content-type=text/plain
77 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/activerecord-2.1.2.ebuild?r1=1.3&r2=1.4
78
79 Index: activerecord-2.1.2.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.1.2.ebuild,v
82 retrieving revision 1.3
83 retrieving revision 1.4
84 diff -u -r1.3 -r1.4
85 --- activerecord-2.1.2.ebuild 3 Nov 2008 22:26:27 -0000 1.3
86 +++ activerecord-2.1.2.ebuild 4 Nov 2008 17:49:12 -0000 1.4
87 @@ -1,6 +1,6 @@
88 # Copyright 1999-2008 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.1.2.ebuild,v 1.3 2008/11/03 22:26:27 maekke Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.1.2.ebuild,v 1.4 2008/11/04 17:49:12 ranger Exp $
92
93 inherit ruby gems
94
95 @@ -9,7 +9,7 @@
96
97 LICENSE="MIT"
98 SLOT="2.1"
99 -KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd"
100 +KEYWORDS="amd64 ~ia64 ~ppc ppc64 sparc x86 ~x86-fbsd"
101 IUSE="mysql postgres sqlite sqlite3"
102 RESTRICT="test"