Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
Date: Tue, 01 Sep 2020 09:07:21
Message-Id: 1598951225.d92d79e1a33f014d70674b5eaf35b73d67bd373e.mgorny@gentoo
1 commit: d92d79e1a33f014d70674b5eaf35b73d67bd373e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 1 08:49:17 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 1 09:07:05 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d92d79e1
7
8 package.mask: Last rite more py2 packages
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 profiles/base/package.use.force | 5 +++++
13 profiles/package.mask | 13 +++++++++++++
14 2 files changed, 18 insertions(+)
15
16 diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force
17 index 182b6b292bf..08dc0688a53 100644
18 --- a/profiles/base/package.use.force
19 +++ b/profiles/base/package.use.force
20 @@ -1,6 +1,11 @@
21 # Copyright 1999-2020 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 +# Michał Górny <mgorny@g.o> (2020-09-01)
25 +# sys-boot/udk is being removed, and newest revision of refind does not
26 +# support it already.
27 +sys-boot/refind gnuefi
28 +
29 # Mikle Kolyada <zlogene@g.o> (2020-08-08)
30 # Ensure tools flag is enabled for @system set
31 sys-apps/kmod tools
32
33 diff --git a/profiles/package.mask b/profiles/package.mask
34 index 5d978c18eff..c8ca9cc5c51 100644
35 --- a/profiles/package.mask
36 +++ b/profiles/package.mask
37 @@ -32,6 +32,19 @@
38
39 #--- END OF EXAMPLES ---
40
41 +# Michał Górny <mgorny@g.o> (2020-09-01)
42 +# The following packages are Python 2 only. All but sys-boot/udk have
43 +# no reverse dependencies; sys-boot/udk's only revdep is sys-boot/refind
44 +# and it removed support for udk in its newest version. Their
45 +# maintainers have either not replied or requested removing the package.
46 +# Please do not remove the mask unless you port the package to py3.7+.
47 +# Removal in 30 days. Package bugs found blocking tracker bug #694800.
48 +dev-cpp/icnc
49 +dev-db/tokumx
50 +net-fs/nfstest
51 +sys-boot/udk
52 +sys-cluster/pbs-python
53 +
54 # Michał Górny <mgorny@g.o> (2020-09-01)
55 # The GitHub repository is gone and upstream's homepage lists only old
56 # versions. Python 2 only. Debian has a py3 patch but it is incomplete