* [gentoo-commits] gentoo-x86 commit in dev-ruby/rack: rack-1.2.5.ebuild ChangeLog
@ 2012-08-07 17:41 Agostino Sarubbo (ago)
0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-08-07 17:41 UTC (permalink / raw
To: gentoo-commits
ago 12/08/07 17:41:55
Modified: rack-1.2.5.ebuild ChangeLog
Log:
Stable for AMD64, wrt bug #420711
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Revision Changes Path
1.4 dev-ruby/rack/rack-1.2.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack/rack-1.2.5.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack/rack-1.2.5.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack/rack-1.2.5.ebuild?r1=1.3&r2=1.4
Index: rack-1.2.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rack/rack-1.2.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rack-1.2.5.ebuild 24 Jul 2012 17:55:30 -0000 1.3
+++ rack-1.2.5.ebuild 7 Aug 2012 17:41:55 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack/rack-1.2.5.ebuild,v 1.3 2012/07/24 17:55:30 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack/rack-1.2.5.ebuild,v 1.4 2012/08/07 17:41:55 ago Exp $
EAPI="2"
USE_RUBY="ruby18 ree18 ruby19 jruby"
@@ -18,7 +18,7 @@
LICENSE="MIT"
SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_rdepend "virtual/ruby-ssl"
1.83 dev-ruby/rack/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack/ChangeLog?rev=1.83&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack/ChangeLog?rev=1.83&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack/ChangeLog?r1=1.82&r2=1.83
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rack/ChangeLog,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- ChangeLog 7 Aug 2012 17:41:23 -0000 1.82
+++ ChangeLog 7 Aug 2012 17:41:55 -0000 1.83
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/rack
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack/ChangeLog,v 1.82 2012/08/07 17:41:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack/ChangeLog,v 1.83 2012/08/07 17:41:55 ago Exp $
+
+ 07 Aug 2012; Agostino Sarubbo <ago@gentoo.org> rack-1.2.5.ebuild:
+ Stable for AMD64, wrt bug #420711
07 Aug 2012; Agostino Sarubbo <ago@gentoo.org> rack-1.3.6-r1.ebuild:
Stable for AMD64, wrt bug #420711
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/rack: rack-1.2.5.ebuild ChangeLog
@ 2012-08-13 18:21 Hans de Graaff (graaff)
0 siblings, 0 replies; 3+ messages in thread
From: Hans de Graaff (graaff) @ 2012-08-13 18:21 UTC (permalink / raw
To: gentoo-commits
graaff 12/08/13 18:21:20
Modified: rack-1.2.5.ebuild ChangeLog
Log:
Fix avoidance of hash ordering tests, bug 430746.
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Revision Changes Path
1.5 dev-ruby/rack/rack-1.2.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack/rack-1.2.5.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack/rack-1.2.5.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack/rack-1.2.5.ebuild?r1=1.4&r2=1.5
Index: rack-1.2.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rack/rack-1.2.5.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- rack-1.2.5.ebuild 7 Aug 2012 17:41:55 -0000 1.4
+++ rack-1.2.5.ebuild 13 Aug 2012 18:21:20 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack/rack-1.2.5.ebuild,v 1.4 2012/08/07 17:41:55 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack/rack-1.2.5.ebuild,v 1.5 2012/08/13 18:21:20 graaff Exp $
EAPI="2"
USE_RUBY="ruby18 ree18 ruby19 jruby"
@@ -44,8 +44,8 @@
# Avoid tests depending on now randomized hash ordering.
sed -i -e '/foobarfoo/ s:^:#:' test/spec_response.rb || die
- sed -i -e '/should build query strings correctly/,/end/ s:^:#:' test/spec_utils.rb || die
- sed -i -e '/should build nested query strings correctly/,/end/ s:^:#:' test/spec_utils.rb || die
+ sed -i -e '/build query strings correctly/,/end/ s:^:#:' test/spec_utils.rb || die
+ sed -i -e '/build nested query strings correctly/,/end/ s:^:#:' test/spec_utils.rb || die
}
each_ruby_prepare() {
1.88 dev-ruby/rack/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack/ChangeLog?rev=1.88&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack/ChangeLog?rev=1.88&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack/ChangeLog?r1=1.87&r2=1.88
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rack/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog 10 Aug 2012 10:35:25 -0000 1.87
+++ ChangeLog 13 Aug 2012 18:21:20 -0000 1.88
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/rack
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack/ChangeLog,v 1.87 2012/08/10 10:35:25 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack/ChangeLog,v 1.88 2012/08/13 18:21:20 graaff Exp $
+
+ 13 Aug 2012; Hans de Graaff <graaff@gentoo.org> rack-1.2.5.ebuild:
+ Fix avoidance of hash ordering tests, bug 430746.
10 Aug 2012; Anthony G. Basile <blueness@gentoo.org> rack-1.1.3-r1.ebuild,
rack-1.4.1.ebuild:
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/rack: rack-1.2.5.ebuild ChangeLog
@ 2012-08-13 18:27 Anthony G. Basile (blueness)
0 siblings, 0 replies; 3+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-08-13 18:27 UTC (permalink / raw
To: gentoo-commits
blueness 12/08/13 18:27:12
Modified: rack-1.2.5.ebuild ChangeLog
Log:
Stable ppc ppc64, bug #420711
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Revision Changes Path
1.6 dev-ruby/rack/rack-1.2.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack/rack-1.2.5.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack/rack-1.2.5.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack/rack-1.2.5.ebuild?r1=1.5&r2=1.6
Index: rack-1.2.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rack/rack-1.2.5.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- rack-1.2.5.ebuild 13 Aug 2012 18:21:20 -0000 1.5
+++ rack-1.2.5.ebuild 13 Aug 2012 18:27:12 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack/rack-1.2.5.ebuild,v 1.5 2012/08/13 18:21:20 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack/rack-1.2.5.ebuild,v 1.6 2012/08/13 18:27:12 blueness Exp $
EAPI="2"
USE_RUBY="ruby18 ree18 ruby19 jruby"
@@ -18,7 +18,7 @@
LICENSE="MIT"
SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_rdepend "virtual/ruby-ssl"
1.89 dev-ruby/rack/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack/ChangeLog?rev=1.89&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack/ChangeLog?rev=1.89&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack/ChangeLog?r1=1.88&r2=1.89
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rack/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog 13 Aug 2012 18:21:20 -0000 1.88
+++ ChangeLog 13 Aug 2012 18:27:12 -0000 1.89
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/rack
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack/ChangeLog,v 1.88 2012/08/13 18:21:20 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack/ChangeLog,v 1.89 2012/08/13 18:27:12 blueness Exp $
+
+ 13 Aug 2012; Anthony G. Basile <blueness@gentoo.org> rack-1.2.5.ebuild:
+ Stable ppc ppc64, bug #420711
13 Aug 2012; Hans de Graaff <graaff@gentoo.org> rack-1.2.5.ebuild:
Fix avoidance of hash ordering tests, bug 430746.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-08-13 18:27 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-13 18:21 [gentoo-commits] gentoo-x86 commit in dev-ruby/rack: rack-1.2.5.ebuild ChangeLog Hans de Graaff (graaff)
-- strict thread matches above, loose matches on Subject: below --
2012-08-13 18:27 Anthony G. Basile (blueness)
2012-08-07 17:41 Agostino Sarubbo (ago)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox