* [gentoo-commits] gentoo-x86 commit in dev-ruby/activesupport: ChangeLog activesupport-2.3.5-r4.ebuild
@ 2010-05-23 10:27 Alex Legler (a3li)
0 siblings, 0 replies; 2+ messages in thread
From: Alex Legler (a3li) @ 2010-05-23 10:27 UTC (permalink / raw
To: gentoo-commits
a3li 10/05/23 10:27:42
Modified: ChangeLog activesupport-2.3.5-r4.ebuild
Log:
Add REE18 support
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.119 dev-ruby/activesupport/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/ChangeLog?rev=1.119&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/ChangeLog?rev=1.119&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/ChangeLog?r1=1.118&r2=1.119
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- ChangeLog 22 May 2010 15:00:38 -0000 1.118
+++ ChangeLog 23 May 2010 10:27:42 -0000 1.119
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/activesupport
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.118 2010/05/22 15:00:38 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.119 2010/05/23 10:27:42 a3li Exp $
+
+ 23 May 2010; Alex Legler <a3li@gentoo.org> activesupport-2.3.5-r4.ebuild:
+ Add REE18 support
22 May 2010; Diego E. Pettenò <flameeyes@gentoo.org>
activesupport-2.3.5.ebuild:
1.2 dev-ruby/activesupport/activesupport-2.3.5-r4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.5-r4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.5-r4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.5-r4.ebuild?r1=1.1&r2=1.2
Index: activesupport-2.3.5-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.5-r4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- activesupport-2.3.5-r4.ebuild 1 Feb 2010 16:40:29 -0000 1.1
+++ activesupport-2.3.5-r4.ebuild 23 May 2010 10:27:42 -0000 1.2
@@ -1,9 +1,9 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.5-r4.ebuild,v 1.1 2010/02/01 16:40:29 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.5-r4.ebuild,v 1.2 2010/05/23 10:27:42 a3li Exp $
EAPI=2
-USE_RUBY="ruby18 jruby"
+USE_RUBY="ruby18 ree18 jruby"
RUBY_FAKEGEM_TASK_TEST=""
RUBY_FAKEGEM_TASK_DOC=""
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/activesupport: ChangeLog activesupport-2.3.5-r4.ebuild
@ 2010-09-28 20:06 Brent Baude (ranger)
0 siblings, 0 replies; 2+ messages in thread
From: Brent Baude (ranger) @ 2010-09-28 20:06 UTC (permalink / raw
To: gentoo-commits
ranger 10/09/28 20:06:17
Modified: ChangeLog activesupport-2.3.5-r4.ebuild
Log:
Marking activesupport-2.3.5-r4 ~ppc for bug 319241
(Portage version: 2.1.8.3/cvs/Linux ppc64)
Revision Changes Path
1.123 dev-ruby/activesupport/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/ChangeLog?rev=1.123&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/ChangeLog?rev=1.123&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/ChangeLog?r1=1.122&r2=1.123
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- ChangeLog 5 Sep 2010 09:17:04 -0000 1.122
+++ ChangeLog 28 Sep 2010 20:06:17 -0000 1.123
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/activesupport
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.122 2010/09/05 09:17:04 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.123 2010/09/28 20:06:17 ranger Exp $
+
+ 28 Sep 2010; Brent Baude <ranger@gentoo.org>
+ activesupport-2.3.5-r4.ebuild:
+ Marking activesupport-2.3.5-r4 ~ppc for bug 319241
*activesupport-2.3.9 (05 Sep 2010)
1.3 dev-ruby/activesupport/activesupport-2.3.5-r4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.5-r4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.5-r4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.5-r4.ebuild?r1=1.2&r2=1.3
Index: activesupport-2.3.5-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.5-r4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- activesupport-2.3.5-r4.ebuild 23 May 2010 10:27:42 -0000 1.2
+++ activesupport-2.3.5-r4.ebuild 28 Sep 2010 20:06:17 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.5-r4.ebuild,v 1.2 2010/05/23 10:27:42 a3li Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.5-r4.ebuild,v 1.3 2010/09/28 20:06:17 ranger Exp $
EAPI=2
USE_RUBY="ruby18 ree18 jruby"
@@ -17,7 +17,7 @@
LICENSE="MIT"
SLOT="2.3"
-KEYWORDS="~amd64 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~ppc ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_rdepend ">=dev-ruby/builder-2.1.2 >=dev-ruby/tzinfo-0.3.12 >=dev-ruby/i18n-0.1.3:0.1"
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-09-28 20:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-23 10:27 [gentoo-commits] gentoo-x86 commit in dev-ruby/activesupport: ChangeLog activesupport-2.3.5-r4.ebuild Alex Legler (a3li)
-- strict thread matches above, loose matches on Subject: below --
2010-09-28 20:06 Brent Baude (ranger)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox