* [gentoo-commits] gentoo-x86 commit in dev-ruby/ohai/files: ohai-6.14.0-multiple-ruby.patch
@ 2012-08-11 14:14 Benedikt Boehm (hollow)
0 siblings, 0 replies; 2+ messages in thread
From: Benedikt Boehm (hollow) @ 2012-08-11 14:14 UTC (permalink / raw
To: gentoo-commits
hollow 12/08/11 14:14:44
Modified: ohai-6.14.0-multiple-ruby.patch
Log:
update patch to prevent warning about RbConfig
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Revision Changes Path
1.2 dev-ruby/ohai/files/ohai-6.14.0-multiple-ruby.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ohai/files/ohai-6.14.0-multiple-ruby.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ohai/files/ohai-6.14.0-multiple-ruby.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ohai/files/ohai-6.14.0-multiple-ruby.patch?r1=1.1&r2=1.2
Index: ohai-6.14.0-multiple-ruby.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ohai/files/ohai-6.14.0-multiple-ruby.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ohai-6.14.0-multiple-ruby.patch 11 Aug 2012 09:14:47 -0000 1.1
+++ ohai-6.14.0-multiple-ruby.patch 11 Aug 2012 14:14:43 -0000 1.2
@@ -10,7 +10,7 @@
def run_ruby(command)
- cmd = "ruby -e \"require 'rbconfig'; #{command}\""
-+ ruby = ::File.join(::Config::CONFIG['bindir'], ::Config::CONFIG['ruby_install_name'])
++ ruby = ::File.join(::RbConfig::CONFIG['bindir'], ::RbConfig::CONFIG['ruby_install_name'])
+ cmd = %{#{ruby} -e "require 'rbconfig'; #{command}"}
status, stdout, stderr = run_command(:no_status_check => true, :command => cmd)
stdout.strip
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/ohai/files: ohai-6.14.0-multiple-ruby.patch
@ 2012-08-13 21:33 Diego Petteno (flameeyes)
0 siblings, 0 replies; 2+ messages in thread
From: Diego Petteno (flameeyes) @ 2012-08-13 21:33 UTC (permalink / raw
To: gentoo-commits
flameeyes 12/08/13 21:33:55
Removed: ohai-6.14.0-multiple-ruby.patch
Log:
Revision bump to remove the patch that does not work; drop ruby19 support as tests blatantly fail expecting Ruby 1.8 instead.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-08-13 21:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-11 14:14 [gentoo-commits] gentoo-x86 commit in dev-ruby/ohai/files: ohai-6.14.0-multiple-ruby.patch Benedikt Boehm (hollow)
-- strict thread matches above, loose matches on Subject: below --
2012-08-13 21:33 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