* [gentoo-commits] gentoo-x86 commit in dev-ruby/activesupport: ChangeLog activesupport-2.3.5-r1.ebuild
@ 2009-12-15 19:37 Diego Petteno (flameeyes)
0 siblings, 0 replies; 4+ messages in thread
From: Diego Petteno (flameeyes) @ 2009-12-15 19:37 UTC (permalink / raw
To: gentoo-commits
flameeyes 09/12/15 19:37:14
Modified: ChangeLog
Added: activesupport-2.3.5-r1.ebuild
Log:
Bump to ruby-fakegem, unbundle builder and tzinfo.
(Portage version: 2.2_rc59/cvs/Linux x86_64)
Revision Changes Path
1.109 dev-ruby/activesupport/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activesupport/ChangeLog?rev=1.109&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activesupport/ChangeLog?rev=1.109&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activesupport/ChangeLog?r1=1.108&r2=1.109
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- ChangeLog 30 Nov 2009 18:06:30 -0000 1.108
+++ ChangeLog 15 Dec 2009 19:37:14 -0000 1.109
@@ -1,6 +1,12 @@
# ChangeLog for dev-ruby/activesupport
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.108 2009/11/30 18:06:30 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.109 2009/12/15 19:37:14 flameeyes Exp $
+
+*activesupport-2.3.5-r1 (15 Dec 2009)
+
+ 15 Dec 2009; Diego E. Pettenò <flameeyes@gentoo.org>
+ +activesupport-2.3.5-r1.ebuild:
+ Bump to ruby-fakegem, unbundle builder and tzinfo.
30 Nov 2009; Raúl Porcel <armin76@gentoo.org> activesupport-2.3.5.ebuild:
ia64/sparc stable wrt #294797
1.1 dev-ruby/activesupport/activesupport-2.3.5-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.5-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.5-r1.ebuild?rev=1.1&content-type=text/plain
Index: activesupport-2.3.5-r1.ebuild
===================================================================
# Copyright 1999-2009 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-r1.ebuild,v 1.1 2009/12/15 19:37:14 flameeyes Exp $
EAPI=2
USE_RUBY="ruby18 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 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd"
IUSE=""
ruby_add_rdepend ">=dev-ruby/builder-2.1.2 >=dev-ruby/tzinfo-0.3.12"
all_ruby_prepare() {
# Remove the bundled packages!
rm -r lib/active_support/vendor/{tzinfo,builder}-* \
|| die "failed to remove vendor packages"
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/activesupport: ChangeLog activesupport-2.3.5-r1.ebuild
@ 2009-12-16 19:19 Jeroen Roovers (jer)
0 siblings, 0 replies; 4+ messages in thread
From: Jeroen Roovers (jer) @ 2009-12-16 19:19 UTC (permalink / raw
To: gentoo-commits
jer 09/12/16 19:19:59
Modified: ChangeLog activesupport-2.3.5-r1.ebuild
Log:
Marked ~hppa (bug #297086).
(Portage version: 2.2_rc59/cvs/Linux i686)
Revision Changes Path
1.110 dev-ruby/activesupport/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activesupport/ChangeLog?rev=1.110&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activesupport/ChangeLog?rev=1.110&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activesupport/ChangeLog?r1=1.109&r2=1.110
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- ChangeLog 15 Dec 2009 19:37:14 -0000 1.109
+++ ChangeLog 16 Dec 2009 19:19:59 -0000 1.110
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/activesupport
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.109 2009/12/15 19:37:14 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.110 2009/12/16 19:19:59 jer Exp $
+
+ 16 Dec 2009; Jeroen Roovers <jer@gentoo.org>
+ activesupport-2.3.5-r1.ebuild:
+ Marked ~hppa (bug #297086).
*activesupport-2.3.5-r1 (15 Dec 2009)
1.2 dev-ruby/activesupport/activesupport-2.3.5-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.5-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.5-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.5-r1.ebuild?r1=1.1&r2=1.2
Index: activesupport-2.3.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.5-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- activesupport-2.3.5-r1.ebuild 15 Dec 2009 19:37:14 -0000 1.1
+++ activesupport-2.3.5-r1.ebuild 16 Dec 2009 19:19:59 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2009 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-r1.ebuild,v 1.1 2009/12/15 19:37:14 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.5-r1.ebuild,v 1.2 2009/12/16 19:19:59 jer Exp $
EAPI=2
USE_RUBY="ruby18 jruby"
@@ -17,7 +17,7 @@
LICENSE="MIT"
SLOT="2.3"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd"
IUSE=""
ruby_add_rdepend ">=dev-ruby/builder-2.1.2 >=dev-ruby/tzinfo-0.3.12"
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/activesupport: ChangeLog activesupport-2.3.5-r1.ebuild
@ 2009-12-21 0:10 Diego Petteno (flameeyes)
0 siblings, 0 replies; 4+ messages in thread
From: Diego Petteno (flameeyes) @ 2009-12-21 0:10 UTC (permalink / raw
To: gentoo-commits
flameeyes 09/12/21 00:10:42
Modified: ChangeLog activesupport-2.3.5-r1.ebuild
Log:
Restore keywords (test-unit recursion).
(Portage version: 2.2_rc60/cvs/Linux x86_64)
Revision Changes Path
1.113 dev-ruby/activesupport/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activesupport/ChangeLog?rev=1.113&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activesupport/ChangeLog?rev=1.113&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activesupport/ChangeLog?r1=1.112&r2=1.113
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- ChangeLog 20 Dec 2009 11:19:05 -0000 1.112
+++ ChangeLog 21 Dec 2009 00:10:42 -0000 1.113
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/activesupport
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.112 2009/12/20 11:19:05 a3li Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.113 2009/12/21 00:10:42 flameeyes Exp $
+
+ 21 Dec 2009; Diego E. Pettenò <flameeyes@gentoo.org>
+ activesupport-2.3.5-r1.ebuild:
+ Restore keywords (test-unit recursion).
20 Dec 2009; Alex Legler <a3li@gentoo.org> -activesupport-2.3.4.ebuild:
Removing vulnerable version
1.3 dev-ruby/activesupport/activesupport-2.3.5-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.5-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.5-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.5-r1.ebuild?r1=1.2&r2=1.3
Index: activesupport-2.3.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.5-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- activesupport-2.3.5-r1.ebuild 16 Dec 2009 19:19:59 -0000 1.2
+++ activesupport-2.3.5-r1.ebuild 21 Dec 2009 00:10:42 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2009 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-r1.ebuild,v 1.2 2009/12/16 19:19:59 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.5-r1.ebuild,v 1.3 2009/12/21 00:10:42 flameeyes Exp $
EAPI=2
USE_RUBY="ruby18 jruby"
@@ -17,7 +17,7 @@
LICENSE="MIT"
SLOT="2.3"
-KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE=""
ruby_add_rdepend ">=dev-ruby/builder-2.1.2 >=dev-ruby/tzinfo-0.3.12"
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/activesupport: ChangeLog activesupport-2.3.5-r1.ebuild
@ 2010-05-23 10:36 Alex Legler (a3li)
0 siblings, 0 replies; 4+ messages in thread
From: Alex Legler (a3li) @ 2010-05-23 10:36 UTC (permalink / raw
To: gentoo-commits
a3li 10/05/23 10:36:02
Modified: ChangeLog activesupport-2.3.5-r1.ebuild
Log:
Add REE18 support
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.120 dev-ruby/activesupport/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/ChangeLog?rev=1.120&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/ChangeLog?rev=1.120&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/ChangeLog?r1=1.119&r2=1.120
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- ChangeLog 23 May 2010 10:27:42 -0000 1.119
+++ ChangeLog 23 May 2010 10:36:02 -0000 1.120
@@ -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.119 2010/05/23 10:27:42 a3li Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.120 2010/05/23 10:36:02 a3li Exp $
+
+ 23 May 2010; Alex Legler <a3li@gentoo.org> activesupport-2.3.5-r1.ebuild:
+ Add REE18 support
23 May 2010; Alex Legler <a3li@gentoo.org> activesupport-2.3.5-r4.ebuild:
Add REE18 support
1.4 dev-ruby/activesupport/activesupport-2.3.5-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.5-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.5-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.5-r1.ebuild?r1=1.3&r2=1.4
Index: activesupport-2.3.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.5-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- activesupport-2.3.5-r1.ebuild 21 Dec 2009 00:10:42 -0000 1.3
+++ activesupport-2.3.5-r1.ebuild 23 May 2010 10:36:02 -0000 1.4
@@ -1,9 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# 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-r1.ebuild,v 1.3 2009/12/21 00:10:42 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.5-r1.ebuild,v 1.4 2010/05/23 10:36:02 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] 4+ messages in thread
end of thread, other threads:[~2010-05-23 10:36 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-23 10:36 [gentoo-commits] gentoo-x86 commit in dev-ruby/activesupport: ChangeLog activesupport-2.3.5-r1.ebuild Alex Legler (a3li)
-- strict thread matches above, loose matches on Subject: below --
2009-12-21 0:10 Diego Petteno (flameeyes)
2009-12-16 19:19 Jeroen Roovers (jer)
2009-12-15 19:37 Diego Petteno (flameeyes)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox