Gentoo Archives: gentoo-dev

From: Alec Warner <antarus@g.o>
To: Gentoo Dev <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 19:01:39
Message-Id: CAAr7Pr8KcfaP3p=1mmQ_nODmCV0Hsa99TQ5z5JPyAYUwbdtLrg@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 8: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 >
10 This looks great Michał, thanks for putting it together.
11
12 -A
13
14
15 > diff --git a/profiles/package.deprecated b/profiles/package.deprecated
16 > new file mode 100644
17 > index 000000000000..b4803a4ce68f
18 > --- /dev/null
19 > +++ b/profiles/package.deprecated
20 > @@ -0,0 +1,17 @@
21 > +####################################################################
22 > +#
23 > +# This file specifies packages that are considered deprecated (but not
24 > +# masked yet). It will trigger pkgcheck warnings whenever other
25 > +# packages depend on them.
26 > +#
27 > +# When you add an entry to the top of this file, add your name, the date
28 > +# in the UTC timezone, and an explanation of why something is getting
29 > +# deprecated.
30 > +#
31 > +## Example:
32 > +##
33 > +## # Dev E. Loper <developer@g.o> (2019-07-01)
34 > +## # This is no longer supported upstream, please switch to dev-foo/bar.
35 > +## dev-foo/foo
36 > +
37 > +#--- END OF EXAMPLES ---
38 > --
39 > 2.24.0
40 >
41 >
42 >