* [gentoo-commits] gentoo-x86 commit in dev-ruby/activesupport: ChangeLog activesupport-2.3.14.ebuild
@ 2011-08-17 8:37 Hans de Graaff (graaff)
0 siblings, 0 replies; 6+ messages in thread
From: Hans de Graaff (graaff) @ 2011-08-17 8:37 UTC (permalink / raw
To: gentoo-commits
graaff 11/08/17 08:37:33
Modified: ChangeLog
Added: activesupport-2.3.14.ebuild
Log:
Version bump.
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Revision Changes Path
1.148 dev-ruby/activesupport/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/ChangeLog?rev=1.148&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/ChangeLog?rev=1.148&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/ChangeLog?r1=1.147&r2=1.148
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -r1.147 -r1.148
--- ChangeLog 7 Aug 2011 18:04:06 -0000 1.147
+++ ChangeLog 17 Aug 2011 08:37:33 -0000 1.148
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/activesupport
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.147 2011/08/07 18:04:06 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.148 2011/08/17 08:37:33 graaff Exp $
+
+*activesupport-2.3.14 (17 Aug 2011)
+
+ 17 Aug 2011; Hans de Graaff <graaff@gentoo.org> +activesupport-2.3.14.ebuild:
+ Version bump.
07 Aug 2011; Raúl Porcel <armin76@gentoo.org> activesupport-3.0.9.ebuild:
Add ~ia64/~sparc wrt #351835
1.1 dev-ruby/activesupport/activesupport-2.3.14.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.14.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.14.ebuild?rev=1.1&content-type=text/plain
Index: activesupport-2.3.14.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.14.ebuild,v 1.1 2011/08/17 08:37:33 graaff Exp $
EAPI=2
USE_RUBY="ruby18 ree18 jruby"
RUBY_FAKEGEM_TASK_TEST=""
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="CHANGELOG README"
inherit ruby-fakegem
DESCRIPTION="Utility Classes and Extension to the Standard Library"
HOMEPAGE="http://rubyforge.org/projects/activesupport/"
LICENSE="MIT"
SLOT="2.3"
KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_rdepend ">=dev-ruby/builder-2.1.2:0 >=dev-ruby/tzinfo-0.3.16 >=dev-ruby/i18n-0.4.1:0.4"
all_ruby_prepare() {
# Remove the bundled packages!
rm -r lib/active_support/vendor/{tzinfo,builder,i18n}-* \
|| die "failed to remove vendor packages"
# This patch removes the fallback to local vendorized gems, as
# well as fixing the dependencies for i18n to use the correct
# slot.
epatch "${FILESDIR}"/${PN}-2.3.9-unvendorize.patch
# don't support older mocha versions as the optional codepath
# breaks JRuby
epatch "${FILESDIR}"/${PN}-2.3.5-mocha-0.9.5.patch
}
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/activesupport: ChangeLog activesupport-2.3.14.ebuild
@ 2011-08-18 10:00 Tony Vroon (chainsaw)
0 siblings, 0 replies; 6+ messages in thread
From: Tony Vroon (chainsaw) @ 2011-08-18 10:00 UTC (permalink / raw
To: gentoo-commits
chainsaw 11/08/18 10:00:21
Modified: ChangeLog activesupport-2.3.14.ebuild
Log:
Marked stable as a dependency of dev-ruby/rails based on arch testing by Agostino "ago" Sarubbo in security bug #379511 filed by Hans de Graaff.
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Revision Changes Path
1.149 dev-ruby/activesupport/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/ChangeLog?rev=1.149&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/ChangeLog?rev=1.149&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/ChangeLog?r1=1.148&r2=1.149
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -r1.148 -r1.149
--- ChangeLog 17 Aug 2011 08:37:33 -0000 1.148
+++ ChangeLog 18 Aug 2011 10:00:21 -0000 1.149
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/activesupport
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.148 2011/08/17 08:37:33 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.149 2011/08/18 10:00:21 chainsaw Exp $
+
+ 18 Aug 2011; Tony Vroon <chainsaw@gentoo.org> activesupport-2.3.14.ebuild:
+ Marked stable as a dependency of dev-ruby/rails based on arch testing by
+ Agostino "ago" Sarubbo in security bug #379511 filed by Hans de Graaff.
*activesupport-2.3.14 (17 Aug 2011)
1.2 dev-ruby/activesupport/activesupport-2.3.14.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.14.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.14.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.14.ebuild?r1=1.1&r2=1.2
Index: activesupport-2.3.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.14.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- activesupport-2.3.14.ebuild 17 Aug 2011 08:37:33 -0000 1.1
+++ activesupport-2.3.14.ebuild 18 Aug 2011 10:00:21 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.14.ebuild,v 1.1 2011/08/17 08:37:33 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.14.ebuild,v 1.2 2011/08/18 10:00:21 chainsaw Exp $
EAPI=2
USE_RUBY="ruby18 ree18 jruby"
@@ -17,7 +17,7 @@
LICENSE="MIT"
SLOT="2.3"
-KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_rdepend ">=dev-ruby/builder-2.1.2:0 >=dev-ruby/tzinfo-0.3.16 >=dev-ruby/i18n-0.4.1:0.4"
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/activesupport: ChangeLog activesupport-2.3.14.ebuild
@ 2011-08-18 17:44 Kacper Kowalik (xarthisius)
0 siblings, 0 replies; 6+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-08-18 17:44 UTC (permalink / raw
To: gentoo-commits
xarthisius 11/08/18 17:44:53
Modified: ChangeLog activesupport-2.3.14.ebuild
Log:
ppc64/ppc stable wrt #379511
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Revision Changes Path
1.150 dev-ruby/activesupport/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/ChangeLog?rev=1.150&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/ChangeLog?rev=1.150&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/ChangeLog?r1=1.149&r2=1.150
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -r1.149 -r1.150
--- ChangeLog 18 Aug 2011 10:00:21 -0000 1.149
+++ ChangeLog 18 Aug 2011 17:44:52 -0000 1.150
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/activesupport
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.149 2011/08/18 10:00:21 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.150 2011/08/18 17:44:52 xarthisius Exp $
+
+ 18 Aug 2011; Kacper Kowalik <xarthisius@gentoo.org>
+ activesupport-2.3.14.ebuild:
+ ppc64/ppc stable wrt #379511
18 Aug 2011; Tony Vroon <chainsaw@gentoo.org> activesupport-2.3.14.ebuild:
Marked stable as a dependency of dev-ruby/rails based on arch testing by
1.3 dev-ruby/activesupport/activesupport-2.3.14.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.14.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.14.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.14.ebuild?r1=1.2&r2=1.3
Index: activesupport-2.3.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.14.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- activesupport-2.3.14.ebuild 18 Aug 2011 10:00:21 -0000 1.2
+++ activesupport-2.3.14.ebuild 18 Aug 2011 17:44:52 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.14.ebuild,v 1.2 2011/08/18 10:00:21 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.14.ebuild,v 1.3 2011/08/18 17:44:52 xarthisius Exp $
EAPI=2
USE_RUBY="ruby18 ree18 jruby"
@@ -17,7 +17,7 @@
LICENSE="MIT"
SLOT="2.3"
-KEYWORDS="amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_rdepend ">=dev-ruby/builder-2.1.2:0 >=dev-ruby/tzinfo-0.3.16 >=dev-ruby/i18n-0.4.1:0.4"
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/activesupport: ChangeLog activesupport-2.3.14.ebuild
@ 2011-08-24 19:12 Markus Meier (maekke)
0 siblings, 0 replies; 6+ messages in thread
From: Markus Meier (maekke) @ 2011-08-24 19:12 UTC (permalink / raw
To: gentoo-commits
maekke 11/08/24 19:12:53
Modified: ChangeLog activesupport-2.3.14.ebuild
Log:
x86 stable, bug #379511
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Revision Changes Path
1.151 dev-ruby/activesupport/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/ChangeLog?rev=1.151&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/ChangeLog?rev=1.151&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/ChangeLog?r1=1.150&r2=1.151
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -r1.150 -r1.151
--- ChangeLog 18 Aug 2011 17:44:52 -0000 1.150
+++ ChangeLog 24 Aug 2011 19:12:53 -0000 1.151
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/activesupport
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.150 2011/08/18 17:44:52 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.151 2011/08/24 19:12:53 maekke Exp $
+
+ 24 Aug 2011; Markus Meier <maekke@gentoo.org> activesupport-2.3.14.ebuild:
+ x86 stable, bug #379511
18 Aug 2011; Kacper Kowalik <xarthisius@gentoo.org>
activesupport-2.3.14.ebuild:
1.4 dev-ruby/activesupport/activesupport-2.3.14.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.14.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.14.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.14.ebuild?r1=1.3&r2=1.4
Index: activesupport-2.3.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.14.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- activesupport-2.3.14.ebuild 18 Aug 2011 17:44:52 -0000 1.3
+++ activesupport-2.3.14.ebuild 24 Aug 2011 19:12:53 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.14.ebuild,v 1.3 2011/08/18 17:44:52 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.14.ebuild,v 1.4 2011/08/24 19:12:53 maekke Exp $
EAPI=2
USE_RUBY="ruby18 ree18 jruby"
@@ -17,7 +17,7 @@
LICENSE="MIT"
SLOT="2.3"
-KEYWORDS="amd64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_rdepend ">=dev-ruby/builder-2.1.2:0 >=dev-ruby/tzinfo-0.3.16 >=dev-ruby/i18n-0.4.1:0.4"
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/activesupport: ChangeLog activesupport-2.3.14.ebuild
@ 2011-08-27 18:50 Raul Porcel (armin76)
0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2011-08-27 18:50 UTC (permalink / raw
To: gentoo-commits
armin76 11/08/27 18:50:04
Modified: ChangeLog activesupport-2.3.14.ebuild
Log:
ia64/sparc stable wrt #379511
(Portage version: 2.1.10.11/cvs/Linux ia64)
Revision Changes Path
1.152 dev-ruby/activesupport/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/ChangeLog?rev=1.152&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/ChangeLog?rev=1.152&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/ChangeLog?r1=1.151&r2=1.152
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v
retrieving revision 1.151
retrieving revision 1.152
diff -u -r1.151 -r1.152
--- ChangeLog 24 Aug 2011 19:12:53 -0000 1.151
+++ ChangeLog 27 Aug 2011 18:50:04 -0000 1.152
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/activesupport
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.151 2011/08/24 19:12:53 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.152 2011/08/27 18:50:04 armin76 Exp $
+
+ 27 Aug 2011; Raúl Porcel <armin76@gentoo.org> activesupport-2.3.14.ebuild:
+ ia64/sparc stable wrt #379511
24 Aug 2011; Markus Meier <maekke@gentoo.org> activesupport-2.3.14.ebuild:
x86 stable, bug #379511
1.5 dev-ruby/activesupport/activesupport-2.3.14.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.14.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.14.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.14.ebuild?r1=1.4&r2=1.5
Index: activesupport-2.3.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.14.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- activesupport-2.3.14.ebuild 24 Aug 2011 19:12:53 -0000 1.4
+++ activesupport-2.3.14.ebuild 27 Aug 2011 18:50:04 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.14.ebuild,v 1.4 2011/08/24 19:12:53 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.14.ebuild,v 1.5 2011/08/27 18:50:04 armin76 Exp $
EAPI=2
USE_RUBY="ruby18 ree18 jruby"
@@ -17,7 +17,7 @@
LICENSE="MIT"
SLOT="2.3"
-KEYWORDS="amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_rdepend ">=dev-ruby/builder-2.1.2:0 >=dev-ruby/tzinfo-0.3.16 >=dev-ruby/i18n-0.4.1:0.4"
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/activesupport: ChangeLog activesupport-2.3.14.ebuild
@ 2013-01-09 6:50 Hans de Graaff (graaff)
0 siblings, 0 replies; 6+ messages in thread
From: Hans de Graaff (graaff) @ 2013-01-09 6:50 UTC (permalink / raw
To: gentoo-commits
graaff 13/01/09 06:50:35
Modified: ChangeLog
Removed: activesupport-2.3.14.ebuild
Log:
Cleanup.
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path
1.192 dev-ruby/activesupport/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/ChangeLog?rev=1.192&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/ChangeLog?rev=1.192&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/ChangeLog?r1=1.191&r2=1.192
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v
retrieving revision 1.191
retrieving revision 1.192
diff -u -r1.191 -r1.192
--- ChangeLog 6 Jan 2013 09:58:02 -0000 1.191
+++ ChangeLog 9 Jan 2013 06:50:35 -0000 1.192
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/activesupport
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.191 2013/01/06 09:58:02 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.192 2013/01/09 06:50:35 graaff Exp $
+
+ 09 Jan 2013; Hans de Graaff <graaff@gentoo.org> -activesupport-2.3.14.ebuild:
+ Cleanup.
06 Jan 2013; Hans de Graaff <graaff@gentoo.org> -activesupport-3.0.17.ebuild,
-activesupport-3.1.8.ebuild, -activesupport-3.2.8.ebuild,
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-01-09 6:50 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-27 18:50 [gentoo-commits] gentoo-x86 commit in dev-ruby/activesupport: ChangeLog activesupport-2.3.14.ebuild Raul Porcel (armin76)
-- strict thread matches above, loose matches on Subject: below --
2013-01-09 6:50 Hans de Graaff (graaff)
2011-08-24 19:12 Markus Meier (maekke)
2011-08-18 17:44 Kacper Kowalik (xarthisius)
2011-08-18 10:00 Tony Vroon (chainsaw)
2011-08-17 8:37 Hans de Graaff (graaff)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox