diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-02-01 16:44:37 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-02-01 16:44:37 +0000 |
commit | 2881b7a7d97a58fc5ffb4da2169af42587f3de2f (patch) | |
tree | 5e59e0a0af2f5746adfa1a678e92e26ac1ee4628 /dev-ruby | |
parent | Add support for JRuby, blacklisting tests. (diff) | |
download | historical-2881b7a7d97a58fc5ffb4da2169af42587f3de2f.tar.gz historical-2881b7a7d97a58fc5ffb4da2169af42587f3de2f.tar.bz2 historical-2881b7a7d97a58fc5ffb4da2169af42587f3de2f.zip |
Add support for JRuby.
Package-Manager: portage-2.2_rc62/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/actionmailer/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/actionpack/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/actionpack/actionpack-2.3.5-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/i18n/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/i18n/i18n-0.1.3.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/tmail/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/tmail/tmail-1.2.3.1.ebuild | 4 |
8 files changed, 27 insertions, 12 deletions
diff --git a/dev-ruby/actionmailer/ChangeLog b/dev-ruby/actionmailer/ChangeLog index f737f4c90439..9e10100eaaab 100644 --- a/dev-ruby/actionmailer/ChangeLog +++ b/dev-ruby/actionmailer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/actionmailer # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.135 2010/01/25 17:10:11 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.136 2010/02/01 16:44:13 flameeyes Exp $ + + 01 Feb 2010; Diego E. Pettenò <flameeyes@gentoo.org> + actionmailer-2.3.5-r1.ebuild: + Add support for JRuby. 25 Jan 2010; Diego E. Pettenò <flameeyes@gentoo.org> actionmailer-2.3.5-r1.ebuild: diff --git a/dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild b/dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild index 8fc448c31202..20694f148400 100644 --- a/dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild +++ b/dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild @@ -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/actionmailer/actionmailer-2.3.5-r1.ebuild,v 1.5 2010/01/25 17:10:11 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.5-r1.ebuild,v 1.6 2010/02/01 16:44:13 flameeyes Exp $ EAPI=2 -USE_RUBY="ruby18" +USE_RUBY="ruby18 jruby" RUBY_FAKEGEM_DOCDIR="doc" RUBY_FAKEGEM_EXTRADOC="CHANGELOG README" diff --git a/dev-ruby/actionpack/ChangeLog b/dev-ruby/actionpack/ChangeLog index d61fb9a9bf54..5a3f55871cc1 100644 --- a/dev-ruby/actionpack/ChangeLog +++ b/dev-ruby/actionpack/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/actionpack # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.148 2010/01/25 17:12:02 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.149 2010/02/01 16:41:04 flameeyes Exp $ + + 01 Feb 2010; Diego E. Pettenò <flameeyes@gentoo.org> + actionpack-2.3.5-r1.ebuild: + Add support for JRuby. 25 Jan 2010; Diego E. Pettenò <flameeyes@gentoo.org> actionpack-2.3.5-r1.ebuild: diff --git a/dev-ruby/actionpack/actionpack-2.3.5-r1.ebuild b/dev-ruby/actionpack/actionpack-2.3.5-r1.ebuild index 8f83dbf803f6..901c3cebd65f 100644 --- a/dev-ruby/actionpack/actionpack-2.3.5-r1.ebuild +++ b/dev-ruby/actionpack/actionpack-2.3.5-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-2.3.5-r1.ebuild,v 1.7 2010/01/25 17:12:02 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-2.3.5-r1.ebuild,v 1.8 2010/02/01 16:41:04 flameeyes Exp $ EAPI=2 -USE_RUBY="ruby18" +USE_RUBY="ruby18 jruby" # The default test task tries to test activerecord with SQLite as well. RUBY_FAKEGEM_TASK_TEST="test_action_pack" diff --git a/dev-ruby/i18n/ChangeLog b/dev-ruby/i18n/ChangeLog index 66c50fed4bb6..dc76e73ba781 100644 --- a/dev-ruby/i18n/ChangeLog +++ b/dev-ruby/i18n/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/i18n # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/ChangeLog,v 1.6 2010/01/18 20:09:04 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/ChangeLog,v 1.7 2010/02/01 16:44:37 flameeyes Exp $ + + 01 Feb 2010; Diego E. Pettenò <flameeyes@gentoo.org> i18n-0.1.3.ebuild: + Add support for JRuby. 18 Jan 2010; Brent Baude <ranger@gentoo.org> i18n-0.3.3.ebuild: Marking i18n-0.3.3 ~ppc for bug 301007 diff --git a/dev-ruby/i18n/i18n-0.1.3.ebuild b/dev-ruby/i18n/i18n-0.1.3.ebuild index 73c739c3741c..6983b74154f4 100644 --- a/dev-ruby/i18n/i18n-0.1.3.ebuild +++ b/dev-ruby/i18n/i18n-0.1.3.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/i18n-0.1.3.ebuild,v 1.1 2010/01/18 18:40:40 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/i18n-0.1.3.ebuild,v 1.2 2010/02/01 16:44:37 flameeyes Exp $ EAPI=2 -USE_RUBY="ruby18" +USE_RUBY="ruby18 jruby" RUBY_FAKEGEM_TASK_DOC="" diff --git a/dev-ruby/tmail/ChangeLog b/dev-ruby/tmail/ChangeLog index 2146a519489e..976fda8dd936 100644 --- a/dev-ruby/tmail/ChangeLog +++ b/dev-ruby/tmail/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/tmail # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tmail/ChangeLog,v 1.5 2010/01/25 17:08:08 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tmail/ChangeLog,v 1.6 2010/02/01 16:42:57 flameeyes Exp $ + + 01 Feb 2010; Diego E. Pettenò <flameeyes@gentoo.org> + tmail-1.2.3.1.ebuild: + Add support for JRuby. 25 Jan 2010; Diego E. Pettenò <flameeyes@gentoo.org> tmail-1.2.3.1.ebuild: diff --git a/dev-ruby/tmail/tmail-1.2.3.1.ebuild b/dev-ruby/tmail/tmail-1.2.3.1.ebuild index 9150b63c29bc..e7606e4aef55 100644 --- a/dev-ruby/tmail/tmail-1.2.3.1.ebuild +++ b/dev-ruby/tmail/tmail-1.2.3.1.ebuild @@ -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/tmail/tmail-1.2.3.1.ebuild,v 1.5 2010/01/25 17:08:08 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tmail/tmail-1.2.3.1.ebuild,v 1.6 2010/02/01 16:42:57 flameeyes Exp $ EAPI=2 -USE_RUBY="ruby18 ruby19" +USE_RUBY="ruby18 ruby19 jruby" RUBY_FAKEGEM_TASK_DOC="doc" RUBY_FAKEGEM_DOCDIR="doc" |