brew/Library/Homebrew/tap_migrations.rb
Adam Vandenberg 8a2464bf25 Move comparepdf to boneyard
Upstream is no longer maintaining this software, and it does not
build with Xcode 5.

Closes Homebrew/homebrew#24911.
2013-12-17 19:16:03 -08:00

22 lines
692 B
Ruby

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