diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-01-28 12:03:15 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-01-28 12:03:15 +0000 |
commit | 34d2d88206dfbfec332b1838c6a38def015b8366 (patch) | |
tree | aed15b30732def5b633eb2311115bc70796c6bde /dev-ruby/rake-compiler/files | |
parent | Taking over maintenance from Jokey (diff) | |
download | gentoo-2-34d2d88206dfbfec332b1838c6a38def015b8366.tar.gz gentoo-2-34d2d88206dfbfec332b1838c6a38def015b8366.tar.bz2 gentoo-2-34d2d88206dfbfec332b1838c6a38def015b8366.zip |
Revision bump to enable all tests, and add proper dependencies. Tests are disabled for ruby19 and jruby for now as they need full rubygems support. Also add patch for tests to work fine with Ruby 1.8.7.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/rake-compiler/files')
-rw-r--r-- | dev-ruby/rake-compiler/files/rake-compiler-0.7.0+ruby-1.8.7.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-ruby/rake-compiler/files/rake-compiler-0.7.0+ruby-1.8.7.patch b/dev-ruby/rake-compiler/files/rake-compiler-0.7.0+ruby-1.8.7.patch new file mode 100644 index 000000000000..5e1c43184827 --- /dev/null +++ b/dev-ruby/rake-compiler/files/rake-compiler-0.7.0+ruby-1.8.7.patch @@ -0,0 +1,24 @@ +From 7b7af198545cf831c6cde2c200bc248b1ee6e78c Mon Sep 17 00:00:00 2001 +From: Luis Parravicini <lparravi@gmail.com> +Date: Sun, 27 Dec 2009 22:32:29 +0800 +Subject: [PATCH] bugfix for issue 15 + +--- + spec/lib/rake/extensiontask_spec.rb | 1 + + 1 files changed, 1 insertions(+), 0 deletions(-) + +diff --git a/spec/lib/rake/extensiontask_spec.rb b/spec/lib/rake/extensiontask_spec.rb +index c13ec88..36152e2 100644 +--- a/spec/lib/rake/extensiontask_spec.rb ++++ b/spec/lib/rake/extensiontask_spec.rb +@@ -439,6 +439,7 @@ describe Rake::ExtensionTask do + def mock_config_yml + { + 'rbconfig-1.8.6' => '/some/path/version/1.8/to/rbconfig.rb', ++ 'rbconfig-1.8.7' => '/some/path/version/1.8/to/rbconfig.rb', + 'rbconfig-1.9.1' => '/some/path/version/1.9.1/to/rbconfig.rb', + 'rbconfig-3.0.0' => '/some/fake/version/3.0.0/to/rbconfig.rb' + } +-- +1.6.6.1 + |