Revert "macvim: add 7.4-77 bottle."

This reverts commit 02613339c344638ed2f532a274c8e08935ec9a11.

We tend not to add bottles to the Vim formulae because one of the dependencies
is Python, and when Homebrew pours from bottles it always drags in the default
formula of the special dependency, in this case, Homebrew's Python.

Keeping it from-source for everyone permits people to use whatever is in their
path locally, rather than us enforcing heavy deps on them that they may not want
or need.

Closes Homebrew/homebrew#41588.
This commit is contained in:
Dominyk Tiller 2015-07-11 01:53:04 +01:00
parent ae250e03cf
commit ba7bde47b0

View file

@ -8,12 +8,6 @@ class Macvim < Formula
head 'https://github.com/macvim-dev/macvim.git'
bottle do
sha256 "e5542c19c17428b2168c09e855496e3afb596b43cdc6a0b11eccb13ab8fcd705" => :yosemite
sha256 "c3437ff4a0e9efcf02f7f250d1c1ec99d869f5d71049c219ac5c5a60820c499f" => :mavericks
sha256 "46d98dddb5507bbec5e2c4b1afb973831e7b776b14cca55ddc108610a3840f14" => :mountain_lion
end
option "custom-icons", "Try to generate custom document icons"
option "override-system-vim", "Override system vim"