aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2015-01-31 23:57:34 -0500
committerJack Nagel2015-01-31 23:58:04 -0500
commit3b1b3ebfe93d1bb8c684638553bc100c74aeb6f2 (patch)
treede736f02105ed79de44d4ed3be958c9a95513da3 /Library/Formula
parent0548e9a77e0d5f6d1f72853484131f0f2af10a6b (diff)
downloadhomebrew-3b1b3ebfe93d1bb8c684638553bc100c74aeb6f2.tar.bz2
Move mysqlreport to the boneyard
The project was deprecated in favor of percona-toolkit: http://blog.codenode.com/2015/01/hack-mysql-has-been-retired.html Closes #36342.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/mysqlreport.rb12
1 files changed, 0 insertions, 12 deletions
diff --git a/Library/Formula/mysqlreport.rb b/Library/Formula/mysqlreport.rb
deleted file mode 100644
index 9191c773d..000000000
--- a/Library/Formula/mysqlreport.rb
+++ /dev/null
@@ -1,12 +0,0 @@
-require 'formula'
-
-class Mysqlreport < Formula
- homepage 'http://hackmysql.com/mysqlreport'
- url 'http://hackmysql.com/scripts/mysqlreport-3.5.tgz'
- sha1 '00d2790a9b76422a936f96a622567aa03437b9a3'
-
- def install
- bin.install "mysqlreport"
- doc.install Dir["*.html"]
- end
-end