diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/emacs.rb | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Library/Formula/emacs.rb b/Library/Formula/emacs.rb index 1be3c7b12..962045eed 100644 --- a/Library/Formula/emacs.rb +++ b/Library/Formula/emacs.rb @@ -1,11 +1,5 @@ require 'formula' -class Magit <Formula - url 'http://zagadka.vm.bytemark.co.uk/magit/magit-0.7.tar.gz' - md5 '1ea442bd6f83f7ac82967059754c8c87' - homepage 'http://zagadka.vm.bytemark.co.uk/magit/' -end - class Emacs <Formula url 'http://ftp.gnu.org/pub/gnu/emacs/emacs-23.2.tar.bz2' md5 '057a0379f2f6b85fb114d8c723c79ce2' @@ -85,10 +79,5 @@ class Emacs <Formula system "make" system "make install" end - - Magit.new.brew do - system "./configure", "--prefix=#{prefix}" - system "make install" - end end end |
