Gentoo Archives: gentoo-dev

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

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies