aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2014-03-05 20:40:25 -0800
committerAdam Vandenberg2014-03-05 20:40:25 -0800
commitdca28cd25c5b3c12dc79d93103c33840980acc81 (patch)
treefe21b695ca643918152e9a9b172c8283e4786614 /Library
parenta90d7d688deef84100df4677a3f381af30b9928f (diff)
downloadhomebrew-dca28cd25c5b3c12dc79d93103c33840980acc81.tar.bz2
update migrations for style
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/tap_migrations.rb44
1 files changed, 22 insertions, 22 deletions
diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb
index cc6dcd38e..f89d60867 100644
--- a/Library/Homebrew/tap_migrations.rb
+++ b/Library/Homebrew/tap_migrations.rb
@@ -1,24 +1,24 @@
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',
- 'wkhtmltopdf' => 'homebrew/boneyard',
- 'kerl' => 'homebrew/headonly',
+ "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",
}