aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2011-02-17 19:35:57 -0800
committerAdam Vandenberg2011-02-17 19:35:59 -0800
commit5ce66d31e48da62ceeeaf1423da2dc8505398618 (patch)
tree295563ddc901a0a887b365f235a76ddc4e115262 /Library
parent2f9f3235787e25d73388f9fa9af3ae2513b37589 (diff)
downloadhomebrew-5ce66d31e48da62ceeeaf1423da2dc8505398618.tar.bz2
Remove manto formula - no longer exists.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/manto.rb13
1 files changed, 0 insertions, 13 deletions
diff --git a/Library/Formula/manto.rb b/Library/Formula/manto.rb
deleted file mode 100644
index c2f96f6bf..000000000
--- a/Library/Formula/manto.rb
+++ /dev/null
@@ -1,13 +0,0 @@
-require 'formula'
-
-class Manto <Formula
- url 'http://manto.googlecode.com/files/manto-1.0.0.tar.gz'
- homepage 'http://code.google.com/p/manto/'
- md5 '59be0b24d13b9ac68ed15958ac7d169a'
-
- def install
- system "make"
- bin.install "manto"
- man1.install gzip("manto.1")
- end
-end