metadata/qa-policy.conf: Include deprecated eclasses
authorMichał Górny <mgorny@gentoo.org>
Wed, 26 Feb 2020 13:19:27 +0000 (14:19 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 5 Mar 2020 05:54:51 +0000 (06:54 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
metadata/qa-policy.conf

index ae1e3cad200529f9fb738e4c743a9b6c7a63a066..4ba561f4cce0ed5816bf160be453ff4864e9c0f7 100644 (file)
@@ -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)