aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/tap_migrations.rb
blob: 3deb3a24c8e0aefdd2c3d301f7a993176cdd588d (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
TAP_MIGRATIONS = {
  "agedu" => "homebrew/headonly",
  "aimage" => "homebrew/boneyard",
  "aplus" => "homebrew/boneyard",
  "apple-gcc42" => "homebrew/versions",
  "appledoc" => "homebrew/boneyard",
  "appswitch" => "homebrew/binary",
  "aws-iam-tools" => "homebrew/boneyard",
  "blackbox" => "homebrew/boneyard",
  "boost149" => "homebrew/versions",
  "cantera" => "homebrew/science",
  "catdoc" => "homebrew/boneyard",
  "clam" => "homebrew/boneyard",
  "cloudfoundry-cli" => "pivotal/tap",
  "cmucl" => "homebrew/binary",
  "comparepdf" => "homebrew/boneyard",
  "connect" => "homebrew/boneyard",
  "denyhosts" => "homebrew/boneyard",
  "dotwrp" => "homebrew/science",
  "drizzle" => "homebrew/boneyard",
  "dsniff" => "homebrew/boneyard",
  "grads" => "homebrew/binary",
  "gromacs" => "homebrew/science",
  "hugs98" => "homebrew/boneyard",
  "hwloc" => "homebrew/science",
  "ipopt" => "homebrew/science",
  "iulib" => "homebrew/boneyard",
  "jscoverage" => "homebrew/boneyard",
  "jsl" => "homebrew/binary",
  "jstalk" => "homebrew/boneyard",
  "justniffer" => "homebrew/boneyard",
  "kerl" => "homebrew/headonly",
  "kismet" => "homebrew/boneyard",
  "libgtextutils" => "homebrew/science",
  "librets" => "homebrew/boneyard",
  "lmutil" => "homebrew/binary",
  "mlkit" => "homebrew/boneyard",
  "mlton" => "homebrew/boneyard",
  "mpio" => "homebrew/boneyard",
  "msgpack-rpc" => "homebrew/boneyard",
  "mydumper" => "homebrew/boneyard",
  "nlopt" => "homebrew/science",
  "octave" => "homebrew/science",
  "opencv" => "homebrew/science",
  "pan" => "homebrew/boneyard",
  "pocl" => "homebrew/science",
  "qfits" => "homebrew/boneyard",
  "qrupdate" => "homebrew/science",
  "shark" => "homebrew/boneyard",
  "slicot" => "homebrew/science",
  "solfege" => "homebrew/boneyard",
  "storm" => "homebrew/boneyard",
  "sundials" => "homebrew/science",
  "syslog-ng" => "homebrew/boneyard",
  "tetgen" => "homebrew/science",
  "tmap" => "homebrew/boneyard",
  "urweb" => "homebrew/boneyard",
  "wkhtmltopdf" => "homebrew/boneyard",
}