There's a closed pull request on the void-packages repository Unindex packages when they are removed https://github.com/void-linux/void-packages/pull/10791 Description: This prevents installing packages not delivered anymore by removing them from index rather than providing empty packages. Removing current installations is covered by #9745. Proposed workflow is to set `removed=yes` in template additionally to modifying template in way currently described in manual. Template can be removed just after builders do the job, not months later. If two phase process is not convenient enough, builders could unindex packages when templates are removed. Requires https://github.com/void-linux/xbps/pull/76.