From 6c378a69a29b3aa126d0c6f38f13b5cf7c7ac53e Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Wed, 5 Mar 2014 20:40:25 -0800 Subject: [PATCH] update migrations for style --- Library/Homebrew/tap_migrations.rb | 44 +++++++++++++++--------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb index cc6dcd38ef..f89d608678 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", }