From 655295a41ff7c2269febd72bf1dab217cd4ab1ff Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sun, 4 May 2014 11:14:40 -0700 Subject: [PATCH] Move hugs98 to the boneyard. Last update was in 2006 and this software does not build with modern compilers. Closes Homebrew/homebrew#28939. --- Library/Homebrew/tap_migrations.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb index 70d831095e..70e8b9886f 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -11,6 +11,7 @@ TAP_MIGRATIONS = { "drizzle" => "homebrew/boneyard", "dsniff" => "homebrew/boneyard", "grads" => "homebrew/binary", + "hugs98" => "homebrew/boneyard", "hwloc" => "homebrew/science", "ipopt" => "homebrew/science", "jscoverage" => "homebrew/boneyard",