Gentoo Archives: gentoo-dev

From: Matt Turner <mattst88@g.o>
To: gentoo development <gentoo-dev@l.g.o>
Cc: "Michał Górny" <mgorny@g.o>
Subject: Re: [gentoo-dev] [PATCH] package.deprecated: Create initial template
Date: Thu, 05 Dec 2019 16:46:42
Message-Id: CAEdQ38FCSY9PdPz9FS64AuEYhaZuUOBB7DH4YZnDKSuzXZKz7g@mail.gmail.com
In Reply to: [gentoo-dev] [PATCH] package.deprecated: Create initial template by "Michał Górny"
1 On Thu, Dec 5, 2019 at 11:10 AM Michał Górny <mgorny@g.o> wrote:
2 >
3 > Signed-off-by: Michał Górny <mgorny@g.o>
4 > ---
5 > profiles/package.deprecated | 17 +++++++++++++++++
6 > 1 file changed, 17 insertions(+)
7 > create mode 100644 profiles/package.deprecated
8 >
9 > diff --git a/profiles/package.deprecated b/profiles/package.deprecated
10 > new file mode 100644
11 > index 000000000000..b4803a4ce68f
12 > --- /dev/null
13 > +++ b/profiles/package.deprecated
14 > @@ -0,0 +1,17 @@
15 > +####################################################################
16 > +#
17 > +# This file specifies packages that are considered deprecated (but not
18 > +# masked yet). It will trigger pkgcheck warnings whenever other
19 > +# packages depend on them.
20 > +#
21 > +# When you add an entry to the top of this file, add your name, the date
22 > +# in the UTC timezone, and an explanation of why something is getting
23 > +# deprecated.
24 > +#
25 > +## Example:
26 > +##
27 > +## # Dev E. Loper <developer@g.o> (2019-07-01)
28 > +## # This is no longer supported upstream, please switch to dev-foo/bar.
29 > +## dev-foo/foo
30 > +
31 > +#--- END OF EXAMPLES ---
32 > --
33 > 2.24.0
34
35 Yes, please!