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/actionpack: ChangeLog actionpack-2.2.3-r1.ebuild actionpack-2.3.5.ebuild
Date: Mon, 30 Nov 2009 17:59:02
Message-Id: E1NFAWZ-0001rD-KA@stork.gentoo.org
1 ranger 09/11/30 17:58:59
2
3 Modified: ChangeLog actionpack-2.2.3-r1.ebuild
4 actionpack-2.3.5.ebuild
5 Log:
6 Marking -2.2.3-r1 and 2.3.5 ppc64 for bug 294797
7 (Portage version: 2.1.7.1/cvs/Linux ppc64)
8
9 Revision Changes Path
10 1.135 dev-ruby/actionpack/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/actionpack/ChangeLog?rev=1.135&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/actionpack/ChangeLog?rev=1.135&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/actionpack/ChangeLog?r1=1.134&r2=1.135
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v
19 retrieving revision 1.134
20 retrieving revision 1.135
21 diff -u -r1.134 -r1.135
22 --- ChangeLog 30 Nov 2009 10:40:39 -0000 1.134
23 +++ ChangeLog 30 Nov 2009 17:58:59 -0000 1.135
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-ruby/actionpack
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.134 2009/11/30 10:40:39 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.135 2009/11/30 17:58:59 ranger Exp $
29 +
30 + 30 Nov 2009; Brent Baude <ranger@g.o> actionpack-2.2.3-r1.ebuild,
31 + actionpack-2.3.5.ebuild:
32 + Marking actionpack-2.2.3-r1 ppc64 stable for bug 294797
33
34 30 Nov 2009; Markus Meier <maekke@g.o> actionpack-2.3.5.ebuild:
35 amd64/x86 stable, bug #294797
36
37
38
39 1.3 dev-ruby/actionpack/actionpack-2.2.3-r1.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/actionpack/actionpack-2.2.3-r1.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/actionpack/actionpack-2.2.3-r1.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/actionpack/actionpack-2.2.3-r1.ebuild?r1=1.2&r2=1.3
44
45 Index: actionpack-2.2.3-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-2.2.3-r1.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- actionpack-2.2.3-r1.ebuild 30 Nov 2009 10:37:26 -0000 1.2
52 +++ actionpack-2.2.3-r1.ebuild 30 Nov 2009 17:58:59 -0000 1.3
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-2.2.3-r1.ebuild,v 1.2 2009/11/30 10:37:26 maekke Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-2.2.3-r1.ebuild,v 1.3 2009/11/30 17:58:59 ranger Exp $
58
59 inherit ruby gems
60 USE_RUBY="ruby18"
61 @@ -10,7 +10,7 @@
62
63 LICENSE="MIT"
64 SLOT="2.2"
65 -KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
66 +KEYWORDS="amd64 ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd"
67 IUSE=""
68
69 DEPEND=">=dev-lang/ruby-1.8.5
70
71
72
73 1.4 dev-ruby/actionpack/actionpack-2.3.5.ebuild
74
75 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/actionpack/actionpack-2.3.5.ebuild?rev=1.4&view=markup
76 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/actionpack/actionpack-2.3.5.ebuild?rev=1.4&content-type=text/plain
77 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/actionpack/actionpack-2.3.5.ebuild?r1=1.3&r2=1.4
78
79 Index: actionpack-2.3.5.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-2.3.5.ebuild,v
82 retrieving revision 1.3
83 retrieving revision 1.4
84 diff -u -r1.3 -r1.4
85 --- actionpack-2.3.5.ebuild 30 Nov 2009 10:40:39 -0000 1.3
86 +++ actionpack-2.3.5.ebuild 30 Nov 2009 17:58:59 -0000 1.4
87 @@ -1,6 +1,6 @@
88 # Copyright 1999-2009 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-2.3.5.ebuild,v 1.3 2009/11/30 10:40:39 maekke Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-2.3.5.ebuild,v 1.4 2009/11/30 17:58:59 ranger Exp $
92
93 inherit ruby gems
94 USE_RUBY="ruby18 ruby19"
95 @@ -10,7 +10,7 @@
96
97 LICENSE="MIT"
98 SLOT="2.3"
99 -KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
100 +KEYWORDS="amd64 ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd"
101 IUSE=""
102
103 DEPEND=">=dev-lang/ruby-1.8.6