From dca28cd25c5b3c12dc79d93103c33840980acc81 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Wed, 5 Mar 2014 20:40:25 -0800 Subject: update migrations for style --- Library/Homebrew/tap_migrations.rb | 44 +++++++++++++++++++------------------- 1 file changed, 22 insertions(+), 22 deletions(-) (limited to 'Library') 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", } -- cgit v1.2.3