Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH v2 2/2] metadata/qa-policy.conf: Include deprecated eclasses
Date: Wed, 26 Feb 2020 13:20:57
Message-Id: 20200226131950.166018-2-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH v2 1/2] metadata/qa-policy.conf: Introduce QA check configuration by "Michał Górny"
1 Signed-off-by: Michał Górny <mgorny@g.o>
2 ---
3 metadata/qa-policy.conf | 13 +++++++++++++
4 1 file changed, 13 insertions(+)
5
6 diff --git a/metadata/qa-policy.conf b/metadata/qa-policy.conf
7 index b6ad90337103..f8d4fb34af08 100644
8 --- a/metadata/qa-policy.conf
9 +++ b/metadata/qa-policy.conf
10 @@ -59,3 +59,16 @@ PG0704 = warning
11 PG0803 = warning
12 # User and group account policy
13 PG0901 = warning
14 +
15 +
16 +# The deprecated-eclass section lists deprecated eclasses along with
17 +# their suggested replacements (if any). Most of the values are
18 +# replacement eclass names, though free-form text is permitted.
19 +[deprecated-eclass]
20 +base = (none)
21 +epatch = (eapply since EAPI 6)
22 +games = (none)
23 +ltprune = (inline find ... -delete)
24 +mono = mono-env
25 +user = (GLEP 81 acct-* packages)
26 +versionator = eapi7-ver (built-in since EAPI 7)
27 --
28 2.25.1

Replies