commit: 0250999d5a97ad0671c8ef0eeca855fb6f498b90 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Feb 24 08:01:33 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Feb 24 08:04:16 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0250999d
package.mask: Last rite sys-apps/entropy & co. Bug: https://bugs.gentoo.org/709466 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/base/package.use.mask | 4 ++++ profiles/package.mask | 9 +++++++++ 2 files changed, 13 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index dc4649c6099..f7af712f8dd 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,10 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Michał Górny <[email protected]> (2020-02-24) +# sys-apps/entropy is masked for removal. +app-admin/packagekit-base entropy + # Michał Górny <[email protected]> (2020-02-08) # The dependency is python-single-r1 while the package (and its revdeps) # are python-r1. diff --git a/profiles/package.mask b/profiles/package.mask index f08721ad3d8..15110fbaf3e 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -32,6 +32,15 @@ #--- END OF EXAMPLES --- +# Michał Górny <[email protected]> (2020-02-24) +# Effectively unmaintained in Gentoo. Multiple versions behind +# upstream. Python 2 only. +# Removal in 30 days. Bug #709466. +app-admin/equo +app-admin/matter +sys-apps/entropy +sys-apps/entropy-server + # David Seifert <[email protected]> (2020-02-23) # Last release in 2013, the scons SConstruct script uses variables # that have been removed from Scons years ago and also uses a ton of
