diff options
| -rw-r--r-- | Library/Homebrew/tap_migrations.rb | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb index 9cbc49075..f945258dc 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -7,6 +7,7 @@ TAP_MIGRATIONS = {    "appledoc" => "homebrew/boneyard",    "appswitch" => "homebrew/binary",    "atari++" => "homebrew/x11", +  "auctex" => "homebrew/tex",    "authexec" => "homebrew/boneyard",    "aws-iam-tools" => "homebrew/boneyard",    "bbcp" => "homebrew/head-only", @@ -19,6 +20,7 @@ TAP_MIGRATIONS = {    "catdoc" => "homebrew/boneyard",    "cdf" => "homebrew/boneyard",    "celt" => "homebrew/boneyard", +  "chktex" => "homebrew/tex",    "clam" => "homebrew/boneyard",    "cloudfoundry-cli" => "pivotal/tap",    "clusterit" => "homebrew/x11", @@ -97,6 +99,7 @@ TAP_MIGRATIONS = {    "kernagic" => "homebrew/x11",    "kismet" => "homebrew/boneyard",    "klavaro" => "homebrew/x11", +  "latex-mk" => "homebrew/tex",    "libdlna" => "homebrew/boneyard",    "libgtextutils" => "homebrew/science",    "librets" => "homebrew/boneyard", @@ -126,6 +129,7 @@ TAP_MIGRATIONS = {    "pari" => "homebrew/x11",    "pathfinder" => "homebrew/boneyard",    "pcb" => "homebrew/x11", +  "pdfjam" => "homebrew/tex",    "pdf2image" => "homebrew/x11",    "pdf2svg" => "homebrew/x11",    "pebble-sdk" => "pebble/pebble-sdk", @@ -133,6 +137,7 @@ TAP_MIGRATIONS = {    "pixie" => "homebrew/x11",    "pjsip" => "homebrew/boneyard",    "pocl" => "homebrew/science", +  "pplatex" => "homebrew/tex",    "prooftree" => "homebrew/x11",    "pulse" => "homebrew/boneyard",    "pyenv-pip-rehash" => "homebrew/boneyard", | 
