update migrations for style

This commit is contained in:
Adam Vandenberg 2014-03-05 20:40:25 -08:00
parent 7d66e0caa9
commit 6c378a69a2

View File

@ -1,24 +1,24 @@
TAP_MIGRATIONS = { TAP_MIGRATIONS = {
'octave' => 'homebrew/science', "aimage" => "homebrew/boneyard",
'opencv' => 'homebrew/science', "blackbox" => "homebrew/boneyard",
'grads' => 'homebrew/binary', "boost149" => "homebrew/versions",
'denyhosts' => 'homebrew/boneyard', "cmucl" => "homebrew/binary",
'ipopt' => 'homebrew/science', "colormake" => "homebrew/headonly",
'qfits' => 'homebrew/boneyard', "comparepdf" => "homebrew/boneyard",
'blackbox' => 'homebrew/boneyard', "denyhosts" => "homebrew/boneyard",
'libgtextutils' => 'homebrew/science', "drizzle" => "homebrew/boneyard",
'syslog-ng' => 'homebrew/boneyard', "grads" => "homebrew/binary",
'librets' => 'homebrew/boneyard', "ipopt" => "homebrew/science",
'drizzle' => 'homebrew/boneyard', "jscoverage" => "homebrew/boneyard",
'boost149' => 'homebrew/versions', "jsl" => "homebrew/binary",
'aimage' => 'homebrew/boneyard', "kerl" => "homebrew/headonly",
'cmucl' => 'homebrew/binary', "libgtextutils" => "homebrew/science",
'lmutil' => 'homebrew/binary', "librets" => "homebrew/boneyard",
'jscoverage' => 'homebrew/boneyard', "lmutil" => "homebrew/binary",
'jsl' => 'homebrew/binary', "nlopt" => "homebrew/science",
'nlopt' => 'homebrew/science', "octave" => "homebrew/science",
'comparepdf' => 'homebrew/boneyard', "opencv" => "homebrew/science",
'colormake' => 'homebrew/headonly', "qfits" => "homebrew/boneyard",
'wkhtmltopdf' => 'homebrew/boneyard', "syslog-ng" => "homebrew/boneyard",
'kerl' => 'homebrew/headonly', "wkhtmltopdf" => "homebrew/boneyard",
} }