diff options
| author | Mike McQuaid | 2016-07-15 22:05:03 +0100 |
|---|---|---|
| committer | GitHub | 2016-07-15 22:05:03 +0100 |
| commit | 91d32e77adf743510f0873e9195b3fe0dc065efd (patch) | |
| tree | 80bd0194dba6d4e59513133b6c4ab4b7dd3befc8 /Library/Homebrew | |
| parent | 3d06f883b9dd3cf0f3e5a431551206d77a8d46e7 (diff) | |
| download | brew-91d32e77adf743510f0873e9195b3fe0dc065efd.tar.bz2 | |
Deprecate homebrew/binary. (#512)
We're moving more stuff to Homebrew Cask which is better maintained and run.
Diffstat (limited to 'Library/Homebrew')
| -rw-r--r-- | Library/Homebrew/blacklist.rb | 17 | ||||
| -rw-r--r-- | Library/Homebrew/official_taps.rb | 1 |
2 files changed, 5 insertions, 13 deletions
diff --git a/Library/Homebrew/blacklist.rb b/Library/Homebrew/blacklist.rb index 65a6dc136..e9e67cb75 100644 --- a/Library/Homebrew/blacklist.rb +++ b/Library/Homebrew/blacklist.rb @@ -5,13 +5,12 @@ def blacklisted?(name) EOS when "tex", "tex-live", "texlive", "latex" then <<-EOS.undent Installing TeX from source is weird and gross, requires a lot of patches, - and only builds 32-bit (and thus can't use Homebrew deps on Snow Leopard.) + and only builds 32-bit (and thus can't use Homebrew dependencies) We recommend using a MacTeX distribution: https://www.tug.org/mactex/ - You can install it using Cask: - - brew cask install mactex + You can install it with Homebrew Cask: + brew cask install mactex EOS when "pip" then <<-EOS.undent Homebrew provides pip via: `brew install python`. However you will then @@ -84,9 +83,7 @@ def blacklisted?(name) and cabal-install instead: brew install ghc cabal-install - A binary installer is available: - https://www.haskell.org/platform/mac.html - Or via the cask: + You can install with Homebrew Cask: brew cask install haskell-platform EOS when "mysqldump-secure" then <<-EOS.undent @@ -95,11 +92,7 @@ def blacklisted?(name) when "ngrok" then <<-EOS.undent Upstream sunsetted 1.x in March 2016 and 2.x is not open-source. - If you wish to use the 2.x release you can install it - either via Homebrew: - brew install homebrew/binary/ngrok2 - - Or via the Cask: + If you wish to use the 2.x release you can install with Homebrew Cask: brew cask install ngrok EOS end diff --git a/Library/Homebrew/official_taps.rb b/Library/Homebrew/official_taps.rb index aedb0809e..55e726102 100644 --- a/Library/Homebrew/official_taps.rb +++ b/Library/Homebrew/official_taps.rb @@ -1,6 +1,5 @@ OFFICIAL_TAPS = %w[ apache - binary completions devel-only dupes |
