commit: 910e91a33ef086ec7811a7fc6692112b4731d280 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Feb 26 13:19:27 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Mar 5 05:54:51 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=910e91a3
metadata/qa-policy.conf: Include deprecated eclasses Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> metadata/qa-policy.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/metadata/qa-policy.conf b/metadata/qa-policy.conf index ae1e3cad200..4ba561f4cce 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)
