• [gentoo-dev] [PATCH 02/22] cron.eclass: add EAPI 8

    From David Seifert@21:1/5 to All on Tue Mar 14 21:00:01 2023
    Signed-off-by: David Seifert <soap@gentoo.org>
    ---
    eclass/cron.eclass | 85 ++++++++++++++++++++++------------------------
    1 file changed, 41 insertions(+), 44 deletions(-)

    diff --git a/eclass/cron.eclass b/eclass/cron.eclass
    index 3198c181f21b..ebf8ea1e824a 100644
    --- a/eclass/cron.eclass
    +++ b/eclass/cron.eclass
    @@ -1,4 +1,4 @@
    -# Copyright 1999-2022 Gentoo Authors
    +# Copyright 1999-2023 Gentoo Authors
    # Distributed under the terms of the GNU General Public License v2

    # @ECLASS: cron.eclass
    @@ -6,11 +6,11 @@
    # maintainer-needed@gentoo.org
    # @AUTHOR:
    # Original Author: Aaron Walker <ka0ttic@gentoo.org>
    -# @SUPPORTED_EAPIS: 6 7
    +# @SUPPORTED_EAPIS: 6 7 8
    # @BLURB: Some functions for cron
    # @DESCRIPTION:
    # Purpose: The main motivation for this eclass was to simplify
    -# the jungle known as src_install() in cron ebuilds. Using these
    +# the jungle known as src_install() in cron ebuilds. Using these
    # functions also ensures that permissions are *always* reset,
    # preventing the accidental installation of files with wrong
  • From Emily@21:1/5 to David Seifert on Wed Mar 15 12:10:01 2023
    Hi David,

    On 14/03/2023 19:58, David Seifert wrote:
    Signed-off-by: David Seifert <soap@gentoo.org>
    ---
    eclass/cron.eclass | 85 ++++++++++++++++++++++------------------------
    1 file changed, 41 insertions(+), 44 deletions(-)

    diff --git a/eclass/cron.eclass b/eclass/cron.eclass
    index 3198c181f21b..ebf8ea1e824a 100644
    --- a/eclass/cron.eclass
    +++ b/eclass/cron.eclass
    @@ -1,4 +1,4 @@
    -# Copyright 1999-2022 Gentoo Authors
    +# Copyright 1999-2023 Gentoo Authors
    # Distributed under the terms of the GNU General Public License v2

    # @ECLASS: cron.eclass
    @@ -6,11 +6,11 @@
    # maintainer-needed@gentoo.org
    # @AUTHOR:
    # Original Author: Aaron Walker <ka0ttic@gentoo.org>
    -# @SUPPORTED_EAPIS: 6 7
    +# @SUPPORTED_EAPIS: 6 7 8
    # @BLURB: Some functions for cron
    # @DESCRIPTION:
    # Purpose: The main motivation for this eclass was to simplify
    -# the jungle known as src_install() in cron ebuilds. Using these
    +# the jungle known as src_install() in cron ebuilds. Using these
    Is this extra space added here intentionally, or is that a typo?

    Best,
    Emily

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ulrich Mueller@21:1/5 to All on Wed Mar 15 12:20:01 2023
    On Wed, 15 Mar 2023, Emily wrote:

    -# the jungle known as src_install() in cron ebuilds. Using these
    +# the jungle known as src_install() in cron ebuilds. Using these

    Is this extra space added here intentionally, or is that a typo?

    https://devmanual.gentoo.org/eclass-writing/index.html#documenting-eclasses says:

    | Note: In eclass documentation, two spaces should be used after the end
    | of each sentence (unless it is followed by a newline). This will help
    | groff to properly break lines when generating eclass manpages.

    -----BEGIN PGP SIGNATURE-----

    iQFDBAEBCAAtFiEEtDnZ1O9xIP68rzDbUYgzUIhBXi4FAmQRqAIPHHVsbUBnZW50 b28ub3JnAAoJEFGIM1CIQV4ueA8IANe5uJIoC1YmN0oYKB+NRjDAswkGS7QP/01i YEJ2g2ybV4H4iv98DdpdIajYjzP8IH9zkxrlo+MAppHdQCgwHqJaTgHv/EkAYnpL tDJF5P4z8y1S5MMAjJFzUfjXrNibFb91R0NdVagpOP8seTJIw99qV/jI0VxBKNt2 ShWHa6CcQIHRVEiHdNmk4pG/TGrjFw7drvtqEDrpigaNYuMOGL3F1x8kHlOJ/Ocb fYUPyWBWGs4/RKIAFPccryi3vvCHT/WN457QeI4GSKJZ3RwrY8ebSFKsAe6kiz0F iEdYDVGU1mZzfYuc54ljdxv0lynMDTMUyn8Q9RDLVJOiLVZVmBQ=
    =3+fS
    -----END PGP SIGNATURE-----

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)