New comment by q66 on void-packages repository https://github.com/void-linux/void-packages/pull/25633#issuecomment-709496890 Comment: there is a plan; we will rename the existing packages (in batches: one batch would be all packages that start with an uppercase letter, that's 200something packages and should be relatively small scale, probably less than e.g. a single chromium build :P, the rest is mostly perl packages which would be done with the next perl related rebuild, and then the remainder would be handled individually) renaming would be done via `provides=` + `replaces=` combo for the old name + removal of the old package from the repos (this would be easy to do, since doing it in a batch means we could just clean the affected packages at once), which means no existing scripts or commands would be broken (there would be a single virtual provider of the old name, which means `xbps` can just pick it up) - the docs would then gradually be updated