From 1280d0fcc7025adec7b32e4b3e0a4d033cc685a0 Mon Sep 17 00:00:00 2001 From: Alex Dunn Date: Tue, 28 Jul 2015 08:32:39 -0700 Subject: [PATCH] blacklist: remove screen, libpcap, libiconv Each has a formula in homebrew/dupes now Closes Homebrew/homebrew#42212. --- Library/Homebrew/blacklist.rb | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/Library/Homebrew/blacklist.rb b/Library/Homebrew/blacklist.rb index 3f29319315..cbbe976df8 100644 --- a/Library/Homebrew/blacklist.rb +++ b/Library/Homebrew/blacklist.rb @@ -1,15 +1,7 @@ def blacklisted? name case name.downcase - when 'screen', /^rubygems?$/ then <<-EOS.undent - Apple distributes #{name} with OS X, you can find it in /usr/bin. - EOS - when 'libpcap' then <<-EOS.undent - Apple distributes #{name} with OS X, you can find it in /usr/lib. - EOS - when 'libiconv' then <<-EOS.undent - Apple distributes #{name} with OS X, you can find it in /usr/lib. - Some build scripts fail to detect it correctly, please check existing - formulae for solutions. + when 'gem', /^rubygems?$/ then <<-EOS.undent + Homebrew provides gem via: `brew install ruby`. EOS when 'tex', 'tex-live', 'texlive', 'latex' then <<-EOS.undent Installing TeX from source is weird and gross, requires a lot of patches,