commit: ff3bedf2ed5daa2b054a66c4380a4aaf1e3418d6 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Feb 24 08:36:07 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Feb 24 08:43:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff3bedf2
package.mask: Last rite app-admin/packagekit-base & revdeps Bug: https://bugs.gentoo.org/708398 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/base/package.use.mask | 4 ++++ profiles/package.mask | 16 ++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index f7af712f8dd..7f0a0bd116f 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) +# app-admin/packagekit* are masked for removal. +kde-frameworks/frameworkintegration appstream + # Michał Górny <[email protected]> (2020-02-24) # sys-apps/entropy is masked for removal. app-admin/packagekit-base entropy diff --git a/profiles/package.mask b/profiles/package.mask index 15110fbaf3e..e1ebf9124d0 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -32,6 +32,22 @@ #--- END OF EXAMPLES --- +# Michał Górny <[email protected]> (2020-02-24) +# app-admin/packagekit-base is Python 2 only and behind upstream. +# The Portage backend is unmaintained. Other packages are its reverse +# dependencies. +# +# It is unclear why app-backup/deja-dup needs it unconditionally. +# However, it has not been bumped since 2016. +# +# Removal in 30 days. Bug #708398. +app-admin/packagekit +app-admin/packagekit-base +app-admin/packagekit-gtk +app-admin/packagekit-qt +app-backup/deja-dup +gnome-extra/gnome-packagekit + # Michał Górny <[email protected]> (2020-02-24) # Effectively unmaintained in Gentoo. Multiple versions behind # upstream. Python 2 only.
