diff options
| author | Dominyk Tiller | 2015-04-20 14:49:30 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2015-04-24 18:35:06 +0100 |
| commit | 470998a41f1833d48a536f759e0fa187a4014bc7 (patch) | |
| tree | 5624d0c489312407ce9253a6a65487e0c35516e2 | |
| parent | 270b65d62c384b9e5d27378e861d7bbf535b8d0c (diff) | |
| download | homebrew-470998a41f1833d48a536f759e0fa187a4014bc7.tar.bz2 | |
tap_migrations: migrate tex formulae to homebrew/tex
| -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", |
