From e298f09ab6a50929a61880c3649779ceab98b4bb Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 31 Jan 2015 23:57:34 -0500 Subject: [PATCH] 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 Homebrew/homebrew#36342. --- Library/Homebrew/tap_migrations.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb index ef6be3e0f0..2710e679bb 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -104,6 +104,7 @@ TAP_MIGRATIONS = { "msgpack-rpc" => "homebrew/boneyard", "mupdf" => "homebrew/x11", "mydumper" => "homebrew/boneyard", + "mysqlreport" => "homebrew/boneyard", "newick-utils" => "homebrew/science", "nlopt" => "homebrew/science", "octave" => "homebrew/science",