From 0b7146f123df352031c69862035249614b85728c Mon Sep 17 00:00:00 2001 From: Brian Shirai Date: Sat, 1 Nov 2014 20:00:33 -0500 Subject: [PATCH] blacklist: remove rubinius. Having 'rubinius' in blacklist.rb prevents taps from providing a rubinius formula. Currently, the Rubinius project is making a binary install of Rubinius 2.3.0+ available as a tap. Unfortunately, this is impossible with this blacklist and forces us to use a non-standard name for the formula. Further, it appears that Homebrew has changed its stance on binary formula, including them in the standard set of formula (ie, not requiring a separate tap). When Homebrew blacklisted Rubinius initially, I asked to allow a binary formula for Rubinius and was refused. The fact that Homebrew has changed its stance on binary formula makes this blacklist doubly unfair. Thanks. Closes Homebrew/homebrew#33809. Signed-off-by: Mike McQuaid --- Library/Homebrew/blacklist.rb | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Library/Homebrew/blacklist.rb b/Library/Homebrew/blacklist.rb index 9eeb696e58..a607ef0e63 100644 --- a/Library/Homebrew/blacklist.rb +++ b/Library/Homebrew/blacklist.rb @@ -65,12 +65,6 @@ def blacklisted? name and then follow the tutorial: https://github.com/technomancy/leiningen/blob/stable/doc/TUTORIAL.md EOS - when 'rubinius' then <<-EOS.undent - Rubinius requires an existing Ruby 2.0 to bootstrap. - Doing this through Homebrew is error-prone. Instead, consider using - `ruby-build` to build and install specific versions of Ruby: - brew install ruby-build - EOS when 'osmium' then <<-EOS.undent The creator of Osmium requests that it not be packaged and that people use the GitHub master branch instead.