aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2012-03-07 20:14:50 -0800
committerAdam Vandenberg2012-03-07 20:14:50 -0800
commitf36ed9aace26e7945eda94dede3d5bcec2dfbc07 (patch)
tree52283fcd885388837a1cfc8915a208ff16566916 /Library/Formula
parentc9a3c2d3b5690ea4be42d27f80abba6b5ba3bd13 (diff)
downloadhomebrew-f36ed9aace26e7945eda94dede3d5bcec2dfbc07.tar.bz2
Moved maatkit to homebrew-alt.
Closes #10733.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/maatkit.rb14
1 files changed, 0 insertions, 14 deletions
diff --git a/Library/Formula/maatkit.rb b/Library/Formula/maatkit.rb
deleted file mode 100644
index 70baafd1d..000000000
--- a/Library/Formula/maatkit.rb
+++ /dev/null
@@ -1,14 +0,0 @@
-require 'formula'
-
-class Maatkit < Formula
- url 'http://maatkit.googlecode.com/files/maatkit-7540.tar.gz'
- homepage 'http://code.google.com/p/maatkit/'
- sha1 '206f50a29ad7bf6a37e24b8e72a12331895b60aa'
-
- depends_on 'DBD::mysql' => :perl
-
- def install
- system "perl Makefile.PL PREFIX=#{prefix}"
- system "make install"
- end
-end