aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorLuke Amdor2010-07-01 21:41:49 -0500
committerAdam Vandenberg2010-07-01 21:36:07 -0700
commitd02a6d2ff537d5eabd336a19db6d44bcebfcf6e3 (patch)
tree06feb7365f3b0d90b1bd567aa79163f5d5c5a5f5 /Library/Formula
parenta10115a3f49b88eb03920eb98c6393b4041dbbe8 (diff)
downloadhomebrew-d02a6d2ff537d5eabd336a19db6d44bcebfcf6e3.tar.bz2
Not including magit when building emacs
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/emacs.rb11
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