* [gentoo-commits] gentoo-x86 commit in dev-ruby/actionpack: actionpack-2.3.18.ebuild ChangeLog
@ 2013-03-30 9:32 Hans de Graaff (graaff)
0 siblings, 0 replies; 5+ messages in thread
From: Hans de Graaff (graaff) @ 2013-03-30 9:32 UTC (permalink / raw
To: gentoo-commits
graaff 13/03/30 09:32:29
Modified: ChangeLog
Added: actionpack-2.3.18.ebuild
Log:
Version bump for security bug 462452.
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path
1.248 dev-ruby/actionpack/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionpack/ChangeLog?rev=1.248&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionpack/ChangeLog?rev=1.248&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionpack/ChangeLog?r1=1.247&r2=1.248
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v
retrieving revision 1.247
retrieving revision 1.248
diff -u -r1.247 -r1.248
--- ChangeLog 27 Mar 2013 13:37:32 -0000 1.247
+++ ChangeLog 30 Mar 2013 09:32:29 -0000 1.248
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/actionpack
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.247 2013/03/27 13:37:32 moult Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.248 2013/03/30 09:32:29 graaff Exp $
+
+*actionpack-2.3.18 (30 Mar 2013)
+
+ 30 Mar 2013; Hans de Graaff <graaff@gentoo.org> +actionpack-2.3.18.ebuild:
+ Version bump for security bug 462452.
27 Mar 2013; Dion Moult <moult@gentoo.org> -actionpack-3.0.20.ebuild:
Remove dev-ruby/actionpack:3.0 due to lack of upstream support.
1.1 dev-ruby/actionpack/actionpack-2.3.18.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionpack/actionpack-2.3.18.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionpack/actionpack-2.3.18.ebuild?rev=1.1&content-type=text/plain
Index: actionpack-2.3.18.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-2.3.18.ebuild,v 1.1 2013/03/30 09:32:29 graaff Exp $
EAPI=2
USE_RUBY="ruby18 jruby"
# The default test task tries to test activerecord with SQLite as well.
RUBY_FAKEGEM_TASK_TEST="test_action_pack"
RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="CHANGELOG README"
inherit ruby-fakegem
DESCRIPTION="Eases web-request routing, handling, and response."
HOMEPAGE="http://rubyforge.org/projects/actionpack/"
LICENSE="MIT"
SLOT="2.3"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""
RUBY_PATCHES=( "${PN}-2.3.11-rails3.patch" "${PN}-2.3.10-i18n-0.4.2.patch" )
ruby_add_rdepend "~dev-ruby/activesupport-${PV}
>=dev-ruby/rack-1.1.0:0"
ruby_add_bdepend "
test? (
>=dev-ruby/mocha-0.9.7
dev-ruby/activerecord:${SLOT}
~dev-ruby/actionmailer-${PV}
)"
all_ruby_prepare() {
# Custom template not found in package
sed -i -e '/horo/d' Rakefile || die
# This tries to load a “vendorized” copy of activerecord that we
# will never have. It can now also use a normally installed
# version but these tests fail.
sed -i -e '/PATH_TO_AR/s:^:#:' -e 's/self.able_to_connect = true/self.able_to_connect = false/' test/active_record_unit.rb || die
# Fix the testsuite, the symlink is not present in the gem for
# some reason
ln -s ../../symlink_parent test/fixtures/layout_tests/layouts/symlinked
# MemCacheStore tests no longer fail gracefully, and it's unlikely for
# someone to have them running anyway, so remove them for now.
rm test/controller/session/mem_cache_store_test.rb || die
# Fix tests when run against i18n 0.4.2 which ignores locale
# definitions with an empty data section.
sed -i -e 's/, {}/, {:test => "test"}/' test/template/render_test.rb || die
# Test now broken on a whitespace difference.
sed -i -e '/test_multiple_cookies/,/end/ s:^:#:' test/controller/cookie_test.rb
# Skip failing tests in the interest of security updates.
sed -i -e '/test_rescue_action_locally/,/^ end/ s:^:#:' test/controller/rescue_test.rb || die
sed -i -e '/test_should_sanitize_neverending_attribute/,/^ end/ s:^:#:' test/controller/html-scanner/sanitizer_test.rb || die
}
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/actionpack: actionpack-2.3.18.ebuild ChangeLog
@ 2013-04-01 14:47 Agostino Sarubbo (ago)
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-01 14:47 UTC (permalink / raw
To: gentoo-commits
ago 13/04/01 14:47:44
Modified: actionpack-2.3.18.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #462452
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Revision Changes Path
1.2 dev-ruby/actionpack/actionpack-2.3.18.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionpack/actionpack-2.3.18.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionpack/actionpack-2.3.18.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionpack/actionpack-2.3.18.ebuild?r1=1.1&r2=1.2
Index: actionpack-2.3.18.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-2.3.18.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- actionpack-2.3.18.ebuild 30 Mar 2013 09:32:29 -0000 1.1
+++ actionpack-2.3.18.ebuild 1 Apr 2013 14:47:44 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-2.3.18.ebuild,v 1.1 2013/03/30 09:32:29 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-2.3.18.ebuild,v 1.2 2013/04/01 14:47:44 ago Exp $
EAPI=2
@@ -19,7 +19,7 @@
LICENSE="MIT"
SLOT="2.3"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""
RUBY_PATCHES=( "${PN}-2.3.11-rails3.patch" "${PN}-2.3.10-i18n-0.4.2.patch" )
1.251 dev-ruby/actionpack/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionpack/ChangeLog?rev=1.251&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionpack/ChangeLog?rev=1.251&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionpack/ChangeLog?r1=1.250&r2=1.251
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v
retrieving revision 1.250
retrieving revision 1.251
diff -u -r1.250 -r1.251
--- ChangeLog 31 Mar 2013 07:43:56 -0000 1.250
+++ ChangeLog 1 Apr 2013 14:47:44 -0000 1.251
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/actionpack
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.250 2013/03/31 07:43:56 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.251 2013/04/01 14:47:44 ago Exp $
+
+ 01 Apr 2013; Agostino Sarubbo <ago@gentoo.org> actionpack-2.3.18.ebuild:
+ Stable for amd64, wrt bug #462452
*actionpack-3.2.13 (31 Mar 2013)
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/actionpack: actionpack-2.3.18.ebuild ChangeLog
@ 2013-04-01 14:50 Agostino Sarubbo (ago)
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-01 14:50 UTC (permalink / raw
To: gentoo-commits
ago 13/04/01 14:50:07
Modified: actionpack-2.3.18.ebuild ChangeLog
Log:
Stable for x86, wrt bug #462452
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Revision Changes Path
1.3 dev-ruby/actionpack/actionpack-2.3.18.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionpack/actionpack-2.3.18.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionpack/actionpack-2.3.18.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionpack/actionpack-2.3.18.ebuild?r1=1.2&r2=1.3
Index: actionpack-2.3.18.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-2.3.18.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- actionpack-2.3.18.ebuild 1 Apr 2013 14:47:44 -0000 1.2
+++ actionpack-2.3.18.ebuild 1 Apr 2013 14:50:07 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-2.3.18.ebuild,v 1.2 2013/04/01 14:47:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-2.3.18.ebuild,v 1.3 2013/04/01 14:50:07 ago Exp $
EAPI=2
@@ -19,7 +19,7 @@
LICENSE="MIT"
SLOT="2.3"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""
RUBY_PATCHES=( "${PN}-2.3.11-rails3.patch" "${PN}-2.3.10-i18n-0.4.2.patch" )
1.252 dev-ruby/actionpack/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionpack/ChangeLog?rev=1.252&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionpack/ChangeLog?rev=1.252&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionpack/ChangeLog?r1=1.251&r2=1.252
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v
retrieving revision 1.251
retrieving revision 1.252
diff -u -r1.251 -r1.252
--- ChangeLog 1 Apr 2013 14:47:44 -0000 1.251
+++ ChangeLog 1 Apr 2013 14:50:07 -0000 1.252
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/actionpack
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.251 2013/04/01 14:47:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.252 2013/04/01 14:50:07 ago Exp $
+
+ 01 Apr 2013; Agostino Sarubbo <ago@gentoo.org> actionpack-2.3.18.ebuild:
+ Stable for x86, wrt bug #462452
01 Apr 2013; Agostino Sarubbo <ago@gentoo.org> actionpack-2.3.18.ebuild:
Stable for amd64, wrt bug #462452
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/actionpack: actionpack-2.3.18.ebuild ChangeLog
@ 2013-04-01 14:51 Agostino Sarubbo (ago)
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-01 14:51 UTC (permalink / raw
To: gentoo-commits
ago 13/04/01 14:51:29
Modified: actionpack-2.3.18.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #462452
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Revision Changes Path
1.4 dev-ruby/actionpack/actionpack-2.3.18.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionpack/actionpack-2.3.18.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionpack/actionpack-2.3.18.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionpack/actionpack-2.3.18.ebuild?r1=1.3&r2=1.4
Index: actionpack-2.3.18.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-2.3.18.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- actionpack-2.3.18.ebuild 1 Apr 2013 14:50:07 -0000 1.3
+++ actionpack-2.3.18.ebuild 1 Apr 2013 14:51:29 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-2.3.18.ebuild,v 1.3 2013/04/01 14:50:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-2.3.18.ebuild,v 1.4 2013/04/01 14:51:29 ago Exp $
EAPI=2
@@ -19,7 +19,7 @@
LICENSE="MIT"
SLOT="2.3"
-KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""
RUBY_PATCHES=( "${PN}-2.3.11-rails3.patch" "${PN}-2.3.10-i18n-0.4.2.patch" )
1.253 dev-ruby/actionpack/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionpack/ChangeLog?rev=1.253&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionpack/ChangeLog?rev=1.253&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionpack/ChangeLog?r1=1.252&r2=1.253
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v
retrieving revision 1.252
retrieving revision 1.253
diff -u -r1.252 -r1.253
--- ChangeLog 1 Apr 2013 14:50:07 -0000 1.252
+++ ChangeLog 1 Apr 2013 14:51:29 -0000 1.253
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/actionpack
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.252 2013/04/01 14:50:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.253 2013/04/01 14:51:29 ago Exp $
+
+ 01 Apr 2013; Agostino Sarubbo <ago@gentoo.org> actionpack-2.3.18.ebuild:
+ Stable for ppc, wrt bug #462452
01 Apr 2013; Agostino Sarubbo <ago@gentoo.org> actionpack-2.3.18.ebuild:
Stable for x86, wrt bug #462452
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/actionpack: actionpack-2.3.18.ebuild ChangeLog
@ 2013-04-01 14:52 Agostino Sarubbo (ago)
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-01 14:52 UTC (permalink / raw
To: gentoo-commits
ago 13/04/01 14:52:51
Modified: actionpack-2.3.18.ebuild ChangeLog
Log:
Stable for ppc64, wrt bug #462452
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Revision Changes Path
1.5 dev-ruby/actionpack/actionpack-2.3.18.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionpack/actionpack-2.3.18.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionpack/actionpack-2.3.18.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionpack/actionpack-2.3.18.ebuild?r1=1.4&r2=1.5
Index: actionpack-2.3.18.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-2.3.18.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- actionpack-2.3.18.ebuild 1 Apr 2013 14:51:29 -0000 1.4
+++ actionpack-2.3.18.ebuild 1 Apr 2013 14:52:51 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-2.3.18.ebuild,v 1.4 2013/04/01 14:51:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-2.3.18.ebuild,v 1.5 2013/04/01 14:52:51 ago Exp $
EAPI=2
@@ -19,7 +19,7 @@
LICENSE="MIT"
SLOT="2.3"
-KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""
RUBY_PATCHES=( "${PN}-2.3.11-rails3.patch" "${PN}-2.3.10-i18n-0.4.2.patch" )
1.254 dev-ruby/actionpack/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionpack/ChangeLog?rev=1.254&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionpack/ChangeLog?rev=1.254&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionpack/ChangeLog?r1=1.253&r2=1.254
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v
retrieving revision 1.253
retrieving revision 1.254
diff -u -r1.253 -r1.254
--- ChangeLog 1 Apr 2013 14:51:29 -0000 1.253
+++ ChangeLog 1 Apr 2013 14:52:51 -0000 1.254
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/actionpack
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.253 2013/04/01 14:51:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.254 2013/04/01 14:52:51 ago Exp $
+
+ 01 Apr 2013; Agostino Sarubbo <ago@gentoo.org> actionpack-2.3.18.ebuild:
+ Stable for ppc64, wrt bug #462452
01 Apr 2013; Agostino Sarubbo <ago@gentoo.org> actionpack-2.3.18.ebuild:
Stable for ppc, wrt bug #462452
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-04-01 14:52 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-30 9:32 [gentoo-commits] gentoo-x86 commit in dev-ruby/actionpack: actionpack-2.3.18.ebuild ChangeLog Hans de Graaff (graaff)
-- strict thread matches above, loose matches on Subject: below --
2013-04-01 14:47 Agostino Sarubbo (ago)
2013-04-01 14:50 Agostino Sarubbo (ago)
2013-04-01 14:51 Agostino Sarubbo (ago)
2013-04-01 14:52 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