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',
}
|