brew/Library/Homebrew/tap_migrations.rb

25 lines
803 B
Ruby
Raw Normal View History

2013-10-29 17:44:12 -04:00
TAP_MIGRATIONS = {
2014-03-05 20:40:25 -08:00
"aimage" => "homebrew/boneyard",
"blackbox" => "homebrew/boneyard",
"boost149" => "homebrew/versions",
"cmucl" => "homebrew/binary",
"colormake" => "homebrew/headonly",
"comparepdf" => "homebrew/boneyard",
"denyhosts" => "homebrew/boneyard",
"drizzle" => "homebrew/boneyard",
"grads" => "homebrew/binary",
"ipopt" => "homebrew/science",
"jscoverage" => "homebrew/boneyard",
"jsl" => "homebrew/binary",
"kerl" => "homebrew/headonly",
"libgtextutils" => "homebrew/science",
"librets" => "homebrew/boneyard",
"lmutil" => "homebrew/binary",
"nlopt" => "homebrew/science",
"octave" => "homebrew/science",
"opencv" => "homebrew/science",
"qfits" => "homebrew/boneyard",
"syslog-ng" => "homebrew/boneyard",
"wkhtmltopdf" => "homebrew/boneyard",
2013-10-29 17:44:12 -04:00
}