sous-chefs / homebrew

Development repository for the homebrew cookbook
https://supermarket.chef.io/cookbooks/homebrew
Apache License 2.0
151 stars 136 forks source link

Do not manage old Caskroom location #102

Closed wendorf closed 8 years ago

wendorf commented 8 years ago

Description

Homebrew-Cask has changed the default Caskroom location (see caskroom/homebrew-cask#21857). This cookbook should no longer attempt to manage the legacy location (/opt/homebrew-cask/Caskroom).

Check List

wendorf commented 8 years ago

Addresses #100

In the vein of #70, this PR might be better done as just removing the entire recipe, or having it just be a stub. The three directories it manages are only valuable if your cask installation is using the outdated directories, and today's homebrew auto-taps caskroom/cask whenever brew cask * is run.

This PR tries to do the least-disruptive thing, though that doesn't make it the right approach. Thoughts?

wendorf commented 8 years ago

103 (already merged) addresses this same issue. No need for this.