aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/tap_migrations.rb
blob: b2fca92b39f553264f16d88e82165c88d8a7f46c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
TAP_MIGRATIONS = {
  'octave' => 'homebrew/science',
  'opencv' => 'homebrew/science',
  'grads' => 'homebrew/binary',
  'denyhosts' => 'homebrew/boneyard',
  'ipopt' => 'homebrew/science',
  'qfits' => 'homebrew/boneyard',
  'blackbox' => 'homebrew/boneyard',
  'libgtextutils' => 'homebrew/science',
  'syslog-ng' => 'homebrew/boneyard',
  'librets' => 'homebrew/boneyard',
  'drizzle' => 'homebrew/boneyard',
  'boost149' => 'homebrew/versions',
  'aimage' => 'homebrew/boneyard',
  'cmucl' => 'homebrew/binary',
  'lmutil' => 'homebrew/binary',
  'jscoverage' => 'homebrew/boneyard',
  'jsl' => 'homebrew/binary',
  'nlopt' => 'homebrew/science',
  'comparepdf' => 'homebrew/boneyard',
  'colormake' => 'homebrew/headonly',
}