summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-26 14:19:27 +0100
committerMichał Górny <mgorny@gentoo.org>2020-03-05 06:54:51 +0100
commit910e91a33ef086ec7811a7fc6692112b4731d280 (patch)
treed97730a0517202918da019aff1d8405bc55a4da7 /metadata/qa-policy.conf
parentmetadata/qa-policy.conf: Introduce QA check configuration (diff)
downloadgentoo-910e91a33ef086ec7811a7fc6692112b4731d280.tar.gz
gentoo-910e91a33ef086ec7811a7fc6692112b4731d280.tar.bz2
gentoo-910e91a33ef086ec7811a7fc6692112b4731d280.zip
metadata/qa-policy.conf: Include deprecated eclasses
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'metadata/qa-policy.conf')
-rw-r--r--metadata/qa-policy.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/metadata/qa-policy.conf b/metadata/qa-policy.conf
index ae1e3cad2005..4ba561f4cce0 100644
--- a/metadata/qa-policy.conf
+++ b/metadata/qa-policy.conf
@@ -61,3 +61,19 @@ PG0803 = warning
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]
+autotools-multilib = multilib-minimal
+autotools-utils = (none)
+base = (none)
+epatch = (eapply since EAPI 6)
+fdo-mime = xdg-utils
+games = (none)
+ltprune = (inline find ... -delete)
+mono = mono-env
+user = (GLEP 81 acct-* packages)
+versionator = eapi7-ver (built-in since EAPI 7)