Eclass was last-rited here: https://archives.gentoo.org/gentoo-dev/message/852bc3f3985db1f9e6f1795ecfc3ee39 I had updated gpxsee-9.0 and 9.1 to plocale.eclass but my change was reverted in 9.2.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e66d4589f18bb96fabba1a45faceec56e3f7cae commit 1e66d4589f18bb96fabba1a45faceec56e3f7cae Author: Andrey Grozin <grozin@gentoo.org> AuthorDate: 2021-07-20 11:53:57 +0000 Commit: Andrey Grozin <grozin@gentoo.org> CommitDate: 2021-07-20 11:53:57 +0000 sci-geosciences/gpxsee: l10n -> plocale Closes: https://bugs.gentoo.org/802996 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andrey Grozin <grozin@gentoo.org> sci-geosciences/gpxsee/gpxsee-9.2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
Hi grozin, I'm assuming what happened here is you forgot to 'git pull' before copying the old ebuild? You may want to add it to a cron job or similar to avoid forgetting in future as I think this has happened in the past. Cheers!
(In reply to Sam James from comment #2) > You may want to add it to a cron job or similar to avoid forgetting in > future as I think this has happened in the past. Not quite. I used the latest gpxsee-9.1 and copied it to gpxsee-9.2. But then I could not push my local commit to the tree during 2 or 3 days. Some time before this I extended the expiration date of my key and its subkeys (it was going to expire). I did all the required steps (https://wiki.gentoo.org/wiki/Project:Infrastructure/Generating_GLEP_63_based_OpenPGP_keys), but got the "expire:short Expiration date is too close" error message when trying to push to the tree. I contacted infra, but they could not understand such a long delay. Finally, 2 or 3 days later than I locally committed my version bump, I found that I can push it. And I happily did so. I suppose, during this interval after my local commit and before the possibility to push it, gpxsee-9.0 and gpxsee-9.1 were changed to use plocale.
Thanks for the explanation.