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 = {
'octave' => 'homebrew/science',
'opencv' => 'homebrew/science',
'grads' => 'homebrew/binary',
'denyhosts' => 'homebrew/boneyard',
'ipopt' => 'homebrew/science',
'qfits' => 'homebrew/boneyard',
'blackbox' => 'homebrew/boneyard',
'libgtextutils' => 'homebrew/science',
'syslog-ng' => 'homebrew/boneyard',
'librets' => 'homebrew/boneyard',
'drizzle' => 'homebrew/boneyard',
'boost149' => 'homebrew/versions',
'aimage' => 'homebrew/boneyard',
'cmucl' => 'homebrew/binary',
'lmutil' => 'homebrew/binary',
'jscoverage' => 'homebrew/boneyard',
'jsl' => 'homebrew/binary',
'nlopt' => 'homebrew/science',
'comparepdf' => 'homebrew/boneyard',
'colormake' => 'homebrew/headonly',
'wkhtmltopdf' => 'homebrew/boneyard',
'kerl' => 'homebrew/headonly',
"aimage" => "homebrew/boneyard",
"blackbox" => "homebrew/boneyard",
"boost149" => "homebrew/versions",
"cmucl" => "homebrew/binary",
"colormake" => "homebrew/headonly",
"comparepdf" => "homebrew/boneyard",
"denyhosts" => "homebrew/boneyard",
"drizzle" => "homebrew/boneyard",
"grads" => "homebrew/binary",
"ipopt" => "homebrew/science",
"jscoverage" => "homebrew/boneyard",
"jsl" => "homebrew/binary",
"kerl" => "homebrew/headonly",
"libgtextutils" => "homebrew/science",
"librets" => "homebrew/boneyard",
"lmutil" => "homebrew/binary",
"nlopt" => "homebrew/science",
"octave" => "homebrew/science",
"opencv" => "homebrew/science",
"qfits" => "homebrew/boneyard",
"syslog-ng" => "homebrew/boneyard",
"wkhtmltopdf" => "homebrew/boneyard",
}