Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/rack: rack-1.3.6-r1.ebuild rack-1.4.1.ebuild rack-1.1.3-r1.ebuild rack-1.1.3.ebuild rack-1.2.5.ebuild ChangeLog
Date: Tue, 01 May 2012 18:28:23
Message-Id: 20120501182407.8966720068@flycatcher.gentoo.org
1 armin76 12/05/01 18:24:07
2
3 Modified: rack-1.3.6-r1.ebuild rack-1.4.1.ebuild
4 rack-1.1.3-r1.ebuild rack-1.1.3.ebuild
5 rack-1.2.5.ebuild ChangeLog
6 Log:
7 Drop ia64/sparc keywords
8
9 (Portage version: 2.1.10.53/cvs/Linux ia64, RepoMan options: --force)
10
11 Revision Changes Path
12 1.3 dev-ruby/rack/rack-1.3.6-r1.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack/rack-1.3.6-r1.ebuild?rev=1.3&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack/rack-1.3.6-r1.ebuild?rev=1.3&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack/rack-1.3.6-r1.ebuild?r1=1.2&r2=1.3
17
18 Index: rack-1.3.6-r1.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rack/rack-1.3.6-r1.ebuild,v
21 retrieving revision 1.2
22 retrieving revision 1.3
23 diff -u -r1.2 -r1.3
24 --- rack-1.3.6-r1.ebuild 1 Jan 2012 17:29:41 -0000 1.2
25 +++ rack-1.3.6-r1.ebuild 1 May 2012 18:24:07 -0000 1.3
26 @@ -1,6 +1,6 @@
27 # Copyright 1999-2012 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack/rack-1.3.6-r1.ebuild,v 1.2 2012/01/01 17:29:41 grobian Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack/rack-1.3.6-r1.ebuild,v 1.3 2012/05/01 18:24:07 armin76 Exp $
31
32 EAPI="2"
33 USE_RUBY="ruby18 ree18 ruby19 jruby"
34 @@ -18,7 +18,7 @@
35
36 LICENSE="MIT"
37 SLOT="$(get_version_component_range 1-2)"
38 -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
39 +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
40 IUSE=""
41
42 ruby_add_rdepend "virtual/ruby-ssl"
43
44
45
46 1.2 dev-ruby/rack/rack-1.4.1.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack/rack-1.4.1.ebuild?rev=1.2&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack/rack-1.4.1.ebuild?rev=1.2&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack/rack-1.4.1.ebuild?r1=1.1&r2=1.2
51
52 Index: rack-1.4.1.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rack/rack-1.4.1.ebuild,v
55 retrieving revision 1.1
56 retrieving revision 1.2
57 diff -u -r1.1 -r1.2
58 --- rack-1.4.1.ebuild 24 Jan 2012 07:12:19 -0000 1.1
59 +++ rack-1.4.1.ebuild 1 May 2012 18:24:07 -0000 1.2
60 @@ -1,6 +1,6 @@
61 # Copyright 1999-2012 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack/rack-1.4.1.ebuild,v 1.1 2012/01/24 07:12:19 graaff Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack/rack-1.4.1.ebuild,v 1.2 2012/05/01 18:24:07 armin76 Exp $
65
66 EAPI="2"
67 USE_RUBY="ruby18 ree18 ruby19 jruby"
68 @@ -16,7 +16,7 @@
69
70 LICENSE="MIT"
71 SLOT="$(get_version_component_range 1-2)"
72 -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
73 +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
74 IUSE=""
75
76 ruby_add_rdepend "virtual/ruby-ssl"
77
78
79
80 1.2 dev-ruby/rack/rack-1.1.3-r1.ebuild
81
82 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack/rack-1.1.3-r1.ebuild?rev=1.2&view=markup
83 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack/rack-1.1.3-r1.ebuild?rev=1.2&content-type=text/plain
84 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack/rack-1.1.3-r1.ebuild?r1=1.1&r2=1.2
85
86 Index: rack-1.1.3-r1.ebuild
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rack/rack-1.1.3-r1.ebuild,v
89 retrieving revision 1.1
90 retrieving revision 1.2
91 diff -u -r1.1 -r1.2
92 --- rack-1.1.3-r1.ebuild 30 Dec 2011 08:06:46 -0000 1.1
93 +++ rack-1.1.3-r1.ebuild 1 May 2012 18:24:07 -0000 1.2
94 @@ -1,6 +1,6 @@
95 -# Copyright 1999-2011 Gentoo Foundation
96 +# Copyright 1999-2012 Gentoo Foundation
97 # Distributed under the terms of the GNU General Public License v2
98 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack/rack-1.1.3-r1.ebuild,v 1.1 2011/12/30 08:06:46 graaff Exp $
99 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack/rack-1.1.3-r1.ebuild,v 1.2 2012/05/01 18:24:07 armin76 Exp $
100
101 EAPI="2"
102 USE_RUBY="ruby18 ree18 jruby"
103 @@ -17,7 +17,7 @@
104
105 LICENSE="MIT"
106 SLOT="0"
107 -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos ~x64-solaris ~x86-solaris"
108 +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos ~x64-solaris ~x86-solaris"
109 IUSE=""
110
111 # The gem has automagic dependencies over mongrel, ruby-openid,
112
113
114
115 1.6 dev-ruby/rack/rack-1.1.3.ebuild
116
117 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack/rack-1.1.3.ebuild?rev=1.6&view=markup
118 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack/rack-1.1.3.ebuild?rev=1.6&content-type=text/plain
119 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack/rack-1.1.3.ebuild?r1=1.5&r2=1.6
120
121 Index: rack-1.1.3.ebuild
122 ===================================================================
123 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rack/rack-1.1.3.ebuild,v
124 retrieving revision 1.5
125 retrieving revision 1.6
126 diff -u -r1.5 -r1.6
127 --- rack-1.1.3.ebuild 8 Jan 2012 15:36:38 -0000 1.5
128 +++ rack-1.1.3.ebuild 1 May 2012 18:24:07 -0000 1.6
129 @@ -1,6 +1,6 @@
130 # Copyright 1999-2012 Gentoo Foundation
131 # Distributed under the terms of the GNU General Public License v2
132 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack/rack-1.1.3.ebuild,v 1.5 2012/01/08 15:36:38 armin76 Exp $
133 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack/rack-1.1.3.ebuild,v 1.6 2012/05/01 18:24:07 armin76 Exp $
134
135 EAPI="2"
136 USE_RUBY="ruby18 ree18 jruby"
137 @@ -15,7 +15,7 @@
138
139 LICENSE="MIT"
140 SLOT="0"
141 -KEYWORDS="amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos ~x64-solaris ~x86-solaris"
142 +KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos ~x64-solaris ~x86-solaris"
143 IUSE=""
144
145 # The gem has automagic dependencies over mongrel, ruby-openid,
146
147
148
149 1.2 dev-ruby/rack/rack-1.2.5.ebuild
150
151 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack/rack-1.2.5.ebuild?rev=1.2&view=markup
152 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack/rack-1.2.5.ebuild?rev=1.2&content-type=text/plain
153 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack/rack-1.2.5.ebuild?r1=1.1&r2=1.2
154
155 Index: rack-1.2.5.ebuild
156 ===================================================================
157 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rack/rack-1.2.5.ebuild,v
158 retrieving revision 1.1
159 retrieving revision 1.2
160 diff -u -r1.1 -r1.2
161 --- rack-1.2.5.ebuild 30 Dec 2011 08:06:46 -0000 1.1
162 +++ rack-1.2.5.ebuild 1 May 2012 18:24:07 -0000 1.2
163 @@ -1,6 +1,6 @@
164 -# Copyright 1999-2011 Gentoo Foundation
165 +# Copyright 1999-2012 Gentoo Foundation
166 # Distributed under the terms of the GNU General Public License v2
167 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack/rack-1.2.5.ebuild,v 1.1 2011/12/30 08:06:46 graaff Exp $
168 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack/rack-1.2.5.ebuild,v 1.2 2012/05/01 18:24:07 armin76 Exp $
169
170 EAPI="2"
171 USE_RUBY="ruby18 ree18 ruby19 jruby"
172 @@ -18,7 +18,7 @@
173
174 LICENSE="MIT"
175 SLOT="$(get_version_component_range 1-2)"
176 -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
177 +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
178 IUSE=""
179
180 ruby_add_rdepend "virtual/ruby-ssl"
181
182
183
184 1.78 dev-ruby/rack/ChangeLog
185
186 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack/ChangeLog?rev=1.78&view=markup
187 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack/ChangeLog?rev=1.78&content-type=text/plain
188 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack/ChangeLog?r1=1.77&r2=1.78
189
190 Index: ChangeLog
191 ===================================================================
192 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rack/ChangeLog,v
193 retrieving revision 1.77
194 retrieving revision 1.78
195 diff -u -r1.77 -r1.78
196 --- ChangeLog 1 Apr 2012 17:56:25 -0000 1.77
197 +++ ChangeLog 1 May 2012 18:24:07 -0000 1.78
198 @@ -1,6 +1,11 @@
199 # ChangeLog for dev-ruby/rack
200 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
201 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack/ChangeLog,v 1.77 2012/04/01 17:56:25 graaff Exp $
202 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack/ChangeLog,v 1.78 2012/05/01 18:24:07 armin76 Exp $
203 +
204 + 01 May 2012; Raúl Porcel <armin76@g.o> rack-1.1.3.ebuild,
205 + rack-1.1.3-r1.ebuild, rack-1.2.5.ebuild, rack-1.3.6-r1.ebuild,
206 + rack-1.4.1.ebuild:
207 + Drop ia64/sparc keywords
208
209 01 Apr 2012; Hans de Graaff <graaff@g.o> -rack-1.2.4-r1.ebuild,
210 -rack-1.2.4-r2.ebuild, -rack-1.3.6.ebuild, -rack-1.4.0.ebuild: