commit: 2da936f63f3c45097f23ef1f3eafbb1bfc8896f7 Author: Julien Roy <julien <AT> jroy <DOT> ca> AuthorDate: Mon May 13 22:02:06 2024 +0000 Commit: Julien Roy <julien <AT> jroy <DOT> ca> CommitDate: Mon May 13 22:18:19 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2da936f6
profiles: mask stale packages Signed-off-by: Julien Roy <julien <AT> jroy.ca> profiles/package.mask | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 2a4230c617..5da14f7748 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -14,6 +14,26 @@ # New entries go on top. +# Julien Roy <[email protected]> (2024-05-13) +# Mask stale packages +# These packages are abandoned by their maintainers and/or outdated +# In addition, they have open (and also abandoned) bugs +# If anyone is interested in maintaining them: +# - add yourself as maintainer +# - bump revisions if needed +# - bump python compat version (at least to 11, try 12) +# - try and fix open bugs for these packages +# Otherwise, they will be removed by 2024-06-13 +dev-python/hypothesmith # Bugs 931377, 921823, 921821 +dev-python/pymorphy2-dicts-uk # Bugs 931405, 921863 +dev-python/pymorphy2-dicts-ru # Bug 921862 +dev-python/pymorphy2-dicts # Bugs 921861 +dev-python/pymorphy2 # Bugs 921860, 931404 +media-video/tartube # Bugs 931465, 922019 +dev-python/python-skywater-pdk # Bugs 931417, 921867 +sys-apps/fchroot # Bugs 931477, 922048 +x11-misc/caffeine-ng # Bugs 931487, 922088 + # Julien Roy <[email protected]> (2024-05-13) # Libraries with no reverse dependencies # Removal in 30 days
