commit: 5b4bcecca8889fdb1562613d53aaa8ee8f495dcc Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sat Oct 22 08:05:13 2022 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sat Oct 22 10:53:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b4bcecc
metadata/qa-policy.conf: Drop deprecated-eclass section Nothing is using this and the list is outdated. Use the @DEPRECATED tag in eclasses instead. Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> metadata/qa-policy.conf | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/metadata/qa-policy.conf b/metadata/qa-policy.conf index 191ebdb4f7e8..9a8ca011ddb7 100644 --- a/metadata/qa-policy.conf +++ b/metadata/qa-policy.conf @@ -62,19 +62,6 @@ PG0901 = warning # Deprecated EAPIs PG1001 = warning - -# The deprecated-eclass section lists deprecated eclasses along with -# their suggested replacements (if any). Most of the values are -# replacement eclass names, though free-form text is permitted. -[deprecated-eclass] -cmake-utils = cmake -epatch = (eapply since EAPI 6) -eutils = (split into several eclasses) -ltprune = (inline find ... -delete) -mono = mono-env -user = (GLEP 81 acct-* packages) -versionator = eapi7-ver (built-in since EAPI 7) - # User and group IDs available for static allocation. These consist of: # - the range 101..749 available for regular use by packages, and # - the range 0..100, 65533 and 65534 reserved for important system
