brew/Library/Homebrew/tap_migrations.rb
Adam Vandenberg b94d0e5f8d Move aws-iam-tools to the boneyard
This has been deprecated upstream in favor of AWS CLI.

Closes Homebrew/homebrew#28930.
2014-05-03 09:28:10 -07:00

36 lines
1.2 KiB
Ruby

TAP_MIGRATIONS = {
"aimage" => "homebrew/boneyard",
"aws-iam-tools" => "homebrew/boneyard",
"apple-gcc42" => "homebrew/versions",
"blackbox" => "homebrew/boneyard",
"boost149" => "homebrew/versions",
"cmucl" => "homebrew/binary",
"comparepdf" => "homebrew/boneyard",
"denyhosts" => "homebrew/boneyard",
"dotwrp" => "homebrew/science",
"drizzle" => "homebrew/boneyard",
"dsniff" => "homebrew/boneyard",
"grads" => "homebrew/binary",
"hwloc" => "homebrew/science",
"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",
"mydumper" => "homebrew/boneyard",
"nlopt" => "homebrew/science",
"octave" => "homebrew/science",
"opencv" => "homebrew/science",
"pocl" => "homebrew/science",
"qfits" => "homebrew/boneyard",
"qrupdate" => "homebrew/science",
"slicot" => "homebrew/science",
"syslog-ng" => "homebrew/boneyard",
"urweb" => "homebrew/boneyard",
"wkhtmltopdf" => "homebrew/boneyard",
}