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 v3 2/2] metadata/qa-policy.conf: Include deprecated eclasses
Date: Wed, 26 Feb 2020 14:38:52
Message-Id: 20200226143652.168850-2-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH v3 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 | 16 ++++++++++++++++
4 1 file changed, 16 insertions(+)
5
6 diff --git a/metadata/qa-policy.conf b/metadata/qa-policy.conf
7 index b6ad90337103..4e822fa2b8ab 100644
8 --- a/metadata/qa-policy.conf
9 +++ b/metadata/qa-policy.conf
10 @@ -59,3 +59,19 @@ 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 +autotools-multilib = multilib-minimal
21 +autotools-utils = (none)
22 +base = (none)
23 +epatch = (eapply since EAPI 6)
24 +fdo-mime = xdg-utils
25 +games = (none)
26 +ltprune = (inline find ... -delete)
27 +mono = mono-env
28 +user = (GLEP 81 acct-* packages)
29 +versionator = eapi7-ver (built-in since EAPI 7)
30 --
31 2.25.1

Replies