aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorBrian Shirai2014-11-01 20:00:33 -0500
committerMike McQuaid2014-11-03 19:29:25 +0000
commit0b7146f123df352031c69862035249614b85728c (patch)
tree96a4dbfb26610674ebb19efe8bfc054eb0e51a89 /Library/Homebrew
parent2d67c5ee8f7bfe1ac68bde638af852c67816cb7f (diff)
downloadbrew-0b7146f123df352031c69862035249614b85728c.tar.bz2
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 <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/blacklist.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/Library/Homebrew/blacklist.rb b/Library/Homebrew/blacklist.rb
index 9eeb696e5..a607ef0e6 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.