Package moves break all external links (Gentoo Wiki, forums, reddits, google, etc.) are sometimes are untrivial. Example from https://github.com/gentoo/gentoo/blob/master/profiles/updates/4Q-2024: move dev-python/clang-python dev-python/clang move sys-libs/libomp llvm-runtimes/openmp move dev-ml/llvm-ocaml dev-ml/llvm Instead of returning 404 on https://packages.gentoo.org/packages/sys-libs/libomp, could you parse profiles/updates files and return 301 Moved Permanently to a new package? Thanks! Reproducible: Always Steps to Reproduce: 1. Move a package 2. Search for package name in Google 3. Open the first link Actual Results: 404 Expected Results: 301 -> 200