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
commit6c378a69a29b3aa126d0c6f38f13b5cf7c7ac53e (patch)
treee6441f91dc4203471afa1173775f152659f31bc8 /Library
parent7d66e0caa995fadf58066cbaeaa27c7a9175a209 (diff)
downloadbrew-6c378a69a29b3aa126d0c6f38f13b5cf7c7ac53e.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",
}