aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/tap_migrations.rb
blob: 04b904c5d7972738a3e3d3df38bf4efd4ea9de2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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",
}