brew/Library/Homebrew/tap_migrations.rb
David Xia df38a5f202 helios: move to Spotify's tap.
Helios will be provided by github.com/spotify/homebrew-public.
Addresses https://github.com/Homebrew/homebrew/pull/34002

Closes Homebrew/homebrew#34071.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-14 15:11:32 +00:00

74 lines
2.5 KiB
Ruby

TAP_MIGRATIONS = {
"agedu" => "homebrew/headonly",
"aimage" => "homebrew/boneyard",
"aplus" => "homebrew/boneyard",
"apple-gcc42" => "homebrew/dupes",
"appledoc" => "homebrew/boneyard",
"appswitch" => "homebrew/binary",
"aws-iam-tools" => "homebrew/boneyard",
"blackbox" => "homebrew/boneyard",
"boost149" => "homebrew/versions",
"cantera" => "homebrew/science",
"catdoc" => "homebrew/boneyard",
"clam" => "homebrew/boneyard",
"cloudfoundry-cli" => "pivotal/tap",
"cmucl" => "homebrew/binary",
"comparepdf" => "homebrew/boneyard",
"connect" => "homebrew/boneyard",
"dart" => "dart-lang/dart",
"denyhosts" => "homebrew/boneyard",
"dotwrp" => "homebrew/science",
"drizzle" => "homebrew/boneyard",
"drush" => "homebrew/php",
"dsniff" => "homebrew/boneyard",
"electric-fence" => "homebrew/boneyard",
"fceux" => "homebrew/games",
"gnunet" => "homebrew/boneyard",
"grads" => "homebrew/binary",
"gromacs" => "homebrew/science",
"helios" => "spotify/public",
"hllib" => "homebrew/boneyard",
"hugs98" => "homebrew/boneyard",
"hwloc" => "homebrew/science",
"ipopt" => "homebrew/science",
"iulib" => "homebrew/boneyard",
"jscoverage" => "homebrew/boneyard",
"jsl" => "homebrew/binary",
"jstalk" => "homebrew/boneyard",
"justniffer" => "homebrew/boneyard",
"kerl" => "homebrew/headonly",
"kismet" => "homebrew/boneyard",
"libdlna" => "homebrew/boneyard",
"libgtextutils" => "homebrew/science",
"librets" => "homebrew/boneyard",
"libspotify" => "homebrew/binary",
"lmutil" => "homebrew/binary",
"metalua" => "homebrew/boneyard",
"mlkit" => "homebrew/boneyard",
"mlton" => "homebrew/boneyard",
"mpio" => "homebrew/boneyard",
"msgpack-rpc" => "homebrew/boneyard",
"mydumper" => "homebrew/boneyard",
"nlopt" => "homebrew/science",
"octave" => "homebrew/science",
"opencv" => "homebrew/science",
"openfst" => "homebrew/science",
"opengrm-ngram" => "homebrew/science",
"pan" => "homebrew/boneyard",
"pjsip" => "homebrew/boneyard",
"pocl" => "homebrew/science",
"qfits" => "homebrew/boneyard",
"qrupdate" => "homebrew/science",
"shark" => "homebrew/boneyard",
"slicot" => "homebrew/science",
"solfege" => "homebrew/boneyard",
"sundials" => "homebrew/science",
"syslog-ng" => "homebrew/boneyard",
"tetgen" => "homebrew/science",
"texmacs" => "homebrew/boneyard",
"tmap" => "homebrew/boneyard",
"urweb" => "homebrew/boneyard",
"ushare" => "homebrew/boneyard",
"wkhtmltopdf" => "homebrew/boneyard",
}