brew/Library/Homebrew/tap_migrations.rb
Adam Vandenberg 15ad296cfd Move mlton, mlkit, urweb to the boneyard.
mlton is a binary-only formula that only works when installed
to /usr/local. Moving it, and things that depend on it to the
boneyard.

Closes Homebrew/homebrew#21780.
2014-03-09 19:22:29 -07:00

28 lines
905 B
Ruby

TAP_MIGRATIONS = {
"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",
"mlkit" => "homebrew/boneyard",
"mlton" => "homebrew/boneyard",
"nlopt" => "homebrew/science",
"octave" => "homebrew/science",
"opencv" => "homebrew/science",
"qfits" => "homebrew/boneyard",
"syslog-ng" => "homebrew/boneyard",
"urweb" => "homebrew/boneyard",
"wkhtmltopdf" => "homebrew/boneyard",
}