aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/tap_migrations.rb
blob: e01e3988d1bce6980e03a75fd79c8e70130752a2 (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
28
29
30
31
TAP_MIGRATIONS = {
  "aimage" => "homebrew/boneyard",
  "blackbox" => "homebrew/boneyard",
  "boost149" => "homebrew/versions",
  "cmucl" => "homebrew/binary",
  "colormake" => "homebrew/headonly",
  "comparepdf" => "homebrew/boneyard",
  "denyhosts" => "homebrew/boneyard",
  "dotwrp" => "homebrew/science",
  "drizzle" => "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",
  "nlopt" => "homebrew/science",
  "octave" => "homebrew/science",
  "opencv" => "homebrew/science",
  "qfits" => "homebrew/boneyard",
  "qrupdate" => "homebrew/science",
  "slicot" => "homebrew/science",
  "syslog-ng" => "homebrew/boneyard",
  "urweb" => "homebrew/boneyard",
  "wkhtmltopdf" => "homebrew/boneyard",
}