diff options
author | Ulrich Müller <ulm@gentoo.org> | 2022-10-22 10:05:13 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-10-22 12:53:45 +0200 |
commit | 5b4bcecca8889fdb1562613d53aaa8ee8f495dcc (patch) | |
tree | b1a49b8bd14836d8c2af780c44863700455e06aa /metadata | |
parent | metadata/qa-policy.conf: Add user-group-ids section (diff) | |
download | gentoo-5b4bcecca8889fdb1562613d53aaa8ee8f495dcc.tar.gz gentoo-5b4bcecca8889fdb1562613d53aaa8ee8f495dcc.tar.bz2 gentoo-5b4bcecca8889fdb1562613d53aaa8ee8f495dcc.zip |
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@gentoo.org>
Diffstat (limited to 'metadata')
-rw-r--r-- | metadata/qa-policy.conf | 13 |
1 files changed, 0 insertions, 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 |