
This software compiles against now-private APIs: https://github.com/Homebrew/homebrew/issues/24748 http://bugs.mysql.com/bug.php?id=70672 https://answers.launchpad.net/mydumper/+question/239895 Closes Homebrew/homebrew#24748.
34 lines
1.1 KiB
Ruby
34 lines
1.1 KiB
Ruby
TAP_MIGRATIONS = {
|
|
"aimage" => "homebrew/boneyard",
|
|
"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",
|
|
}
|