From b4e246e75d1f2a380ca107301a5b30e941de1d9c Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Tue, 25 Sep 2012 12:22:43 -0500 Subject: [PATCH] Update blacklist warnings * MacRuby isn't in homebrew-alt anymore * Removed the entire npm warning since it's installed with node.js --- Library/Homebrew/blacklist.rb | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Library/Homebrew/blacklist.rb b/Library/Homebrew/blacklist.rb index e012a07fde..babca2b813 100644 --- a/Library/Homebrew/blacklist.rb +++ b/Library/Homebrew/blacklist.rb @@ -36,14 +36,6 @@ def blacklisted? name when 'macruby' then <<-EOS.undent MacRuby works better when you install their package: http://www.macruby.org/ - - Although if you prefer, there is a formula in homebrew-alt. - EOS - when 'npm' then <<-EOS.undent - Homebrew does not provide npm because it is self-updating. To install it, first - `brew install nodejs' and then: - - curl https://npmjs.org/install.sh | sh EOS when /(lib)?lzma/ "lzma is now part of the xz formula."