diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-01-04 03:56:22 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-01-04 03:56:22 +0000 |
commit | 5fe1b7303582021e4f2d793cc4ac1bda362fa810 (patch) | |
tree | e8c0d2cd5154ecfb583b39047c10f2cb0f2a5e05 /dev-ruby/hoe | |
parent | Add support for JRuby (although it has a possibly cyclic dependency over jrub... (diff) | |
download | gentoo-2-5fe1b7303582021e4f2d793cc4ac1bda362fa810.tar.gz gentoo-2-5fe1b7303582021e4f2d793cc4ac1bda362fa810.tar.bz2 gentoo-2-5fe1b7303582021e4f2d793cc4ac1bda362fa810.zip |
Add support for JRuby (although it has a possibly cyclic dependency over jruby-openssl).
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/hoe')
-rw-r--r-- | dev-ruby/hoe/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/hoe/hoe-2.4.0.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-ruby/hoe/ChangeLog b/dev-ruby/hoe/ChangeLog index 9e6e01a1f179..79a76c0642aa 100644 --- a/dev-ruby/hoe/ChangeLog +++ b/dev-ruby/hoe/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/hoe -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.64 2009/12/25 16:42:02 flameeyes Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.65 2010/01/04 03:56:22 flameeyes Exp $ + + 04 Jan 2010; Diego E. Pettenò <flameeyes@gentoo.org> hoe-2.4.0.ebuild: + Add support for JRuby (although it has a possibly cyclic dependency over + jruby-openssl). 25 Dec 2009; Diego E. Pettenò <flameeyes@gentoo.org> hoe-2.4.0.ebuild: Depend on the minitest virtual, add ruby19 to the list of supported diff --git a/dev-ruby/hoe/hoe-2.4.0.ebuild b/dev-ruby/hoe/hoe-2.4.0.ebuild index fa1fdd29a62f..f1806bb03c86 100644 --- a/dev-ruby/hoe/hoe-2.4.0.ebuild +++ b/dev-ruby/hoe/hoe-2.4.0.ebuild @@ -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/hoe/hoe-2.4.0.ebuild,v 1.4 2009/12/25 16:42:02 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.4.0.ebuild,v 1.5 2010/01/04 03:56:22 flameeyes Exp $ EAPI=2 -USE_RUBY="ruby18 ruby19" +USE_RUBY="ruby18 ruby19 jruby" RUBY_FAKEGEM_TASK_DOC="docs" |