brew/Library/Homebrew/tap_migrations.rb

52 lines
1.7 KiB
Ruby
Raw Normal View History

2013-10-29 17:44:12 -04:00
TAP_MIGRATIONS = {
"agedu" => "homebrew/headonly",
2014-03-05 20:40:25 -08:00
"aimage" => "homebrew/boneyard",
"apple-gcc42" => "homebrew/versions",
"appledoc" => "homebrew/boneyard",
2014-05-20 11:42:04 -05:00
"appswitch" => "homebrew/binary",
"aws-iam-tools" => "homebrew/boneyard",
2014-03-05 20:40:25 -08:00
"blackbox" => "homebrew/boneyard",
"boost149" => "homebrew/versions",
"catdoc" => "homebrew/boneyard",
"clam" => "homebrew/boneyard",
2014-03-05 20:40:25 -08:00
"cmucl" => "homebrew/binary",
"comparepdf" => "homebrew/boneyard",
"denyhosts" => "homebrew/boneyard",
"dotwrp" => "homebrew/science",
2014-03-05 20:40:25 -08:00
"drizzle" => "homebrew/boneyard",
"dsniff" => "homebrew/boneyard",
2014-03-05 20:40:25 -08:00
"grads" => "homebrew/binary",
"hugs98" => "homebrew/boneyard",
"hwloc" => "homebrew/science",
2014-03-05 20:40:25 -08:00
"ipopt" => "homebrew/science",
"iulib" => "homebrew/boneyard",
2014-03-05 20:40:25 -08:00
"jscoverage" => "homebrew/boneyard",
"jsl" => "homebrew/binary",
"justniffer" => "homebrew/boneyard",
2014-03-05 20:40:25 -08:00
"kerl" => "homebrew/headonly",
"kismet" => "homebrew/boneyard",
2014-03-05 20:40:25 -08:00
"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",
2014-03-05 20:40:25 -08:00
"nlopt" => "homebrew/science",
"octave" => "homebrew/science",
"opencv" => "homebrew/science",
"pan" => "homebrew/boneyard",
2014-03-31 11:54:58 -05:00
"pocl" => "homebrew/science",
2014-03-05 20:40:25 -08:00
"qfits" => "homebrew/boneyard",
"qrupdate" => "homebrew/science",
"shark" => "homebrew/boneyard",
2014-05-20 11:46:54 -05:00
"slicot" => "homebrew/science",
"solfege" => "homebrew/boneyard",
"storm" => "homebrew/boneyard",
2014-03-05 20:40:25 -08:00
"syslog-ng" => "homebrew/boneyard",
"tetgen" => "homebrew/science",
"urweb" => "homebrew/boneyard",
2014-03-05 20:40:25 -08:00
"wkhtmltopdf" => "homebrew/boneyard",
2013-10-29 17:44:12 -04:00
}