From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 422BC138350 for ; Thu, 5 Mar 2020 05:57:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 711B0E08FA; Thu, 5 Mar 2020 05:57:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 54A33E08FA for ; Thu, 5 Mar 2020 05:57:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 61DF234EB73 for ; Thu, 5 Mar 2020 05:57:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16825165 for ; Thu, 5 Mar 2020 05:57:29 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1583387691.910e91a33ef086ec7811a7fc6692112b4731d280.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: metadata/ X-VCS-Repository: repo/gentoo X-VCS-Files: metadata/qa-policy.conf X-VCS-Directories: metadata/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 910e91a33ef086ec7811a7fc6692112b4731d280 X-VCS-Branch: master Date: Thu, 5 Mar 2020 05:57:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5b46471f-b779-4d61-8e3f-26c121733b24 X-Archives-Hash: 323e2ee0e40c274eb96bcec8b40da619 commit: 910e91a33ef086ec7811a7fc6692112b4731d280 Author: Michał Górny gentoo org> AuthorDate: Wed Feb 26 13:19:27 2020 +0000 Commit: Michał Górny gentoo 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 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)