Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH] metadata/qa-policy.conf: Remove obsolete deprecated-eclass section
Date: Mon, 16 Aug 2021 20:48:07
Message-Id: 20210815065623.253542-1-mgorny@gentoo.org
1 The eclass deprecations are now indicated via @DEPRECATED eclassdoc tag.
2 The qa-policy.conf list is not used by any tools right now, so just
3 remove it.
4
5 Signed-off-by: Michał Górny <mgorny@g.o>
6 ---
7 metadata/qa-policy.conf | 13 -------------
8 1 file changed, 13 deletions(-)
9
10 diff --git a/metadata/qa-policy.conf b/metadata/qa-policy.conf
11 index db9050f2ba7b..a93c62126247 100644
12 --- a/metadata/qa-policy.conf
13 +++ b/metadata/qa-policy.conf
14 @@ -61,16 +61,3 @@ PG0803 = warning
15 PG0901 = warning
16 # Deprecated EAPIs
17 PG1001 = warning
18 -
19 -
20 -# The deprecated-eclass section lists deprecated eclasses along with
21 -# their suggested replacements (if any). Most of the values are
22 -# replacement eclass names, though free-form text is permitted.
23 -[deprecated-eclass]
24 -cmake-utils = cmake
25 -epatch = (eapply since EAPI 6)
26 -eutils = (split into several eclasses)
27 -ltprune = (inline find ... -delete)
28 -mono = mono-env
29 -user = (GLEP 81 acct-* packages)
30 -versionator = eapi7-ver (built-in since EAPI 7)
31 --
32 2.32.0