Gentoo Archives: gentoo-dev

From: Emily <emily.rowlands+gentoo@×××××××.org>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [PATCH 02/22] cron.eclass: add EAPI 8
Date: Wed, 15 Mar 2023 11:01:21
Message-Id: cdab676a-8519-80a4-0856-ac88dc1714a4@mailbox.org
In Reply to: [gentoo-dev] [PATCH 02/22] cron.eclass: add EAPI 8 by David Seifert
1 Hi David,
2
3 On 14/03/2023 19:58, David Seifert wrote:
4 > Signed-off-by: David Seifert <soap@g.o>
5 > ---
6 > eclass/cron.eclass | 85 ++++++++++++++++++++++------------------------
7 > 1 file changed, 41 insertions(+), 44 deletions(-)
8 >
9 > diff --git a/eclass/cron.eclass b/eclass/cron.eclass
10 > index 3198c181f21b..ebf8ea1e824a 100644
11 > --- a/eclass/cron.eclass
12 > +++ b/eclass/cron.eclass
13 > @@ -1,4 +1,4 @@
14 > -# Copyright 1999-2022 Gentoo Authors
15 > +# Copyright 1999-2023 Gentoo Authors
16 > # Distributed under the terms of the GNU General Public License v2
17 >
18 > # @ECLASS: cron.eclass
19 > @@ -6,11 +6,11 @@
20 > # maintainer-needed@g.o
21 > # @AUTHOR:
22 > # Original Author: Aaron Walker <ka0ttic@g.o>
23 > -# @SUPPORTED_EAPIS: 6 7
24 > +# @SUPPORTED_EAPIS: 6 7 8
25 > # @BLURB: Some functions for cron
26 > # @DESCRIPTION:
27 > # Purpose: The main motivation for this eclass was to simplify
28 > -# the jungle known as src_install() in cron ebuilds. Using these
29 > +# the jungle known as src_install() in cron ebuilds. Using these
30 Is this extra space added here intentionally, or is that a typo?
31
32 Best,
33 Emily

Replies

Subject Author
Re: [gentoo-dev] [PATCH 02/22] cron.eclass: add EAPI 8 Ulrich Mueller <ulm@g.o>