• [gentoo-dev] [PATCH 2/8] eutils.eclass: Add @DEPRECATED tag

    From =?UTF-8?q?Ulrich=20M=C3=BCller?=@21:1/5 to All on Sat Jul 23 21:30:01 2022
    Signed-off-by: Ulrich Müller <ulm@gentoo.org>
    ---
    eclass/eutils.eclass | 13 +------------
    1 file changed, 1 insertion(+), 12 deletions(-)

    diff --git a/eclass/eutils.eclass b/eclass/eutils.eclass
    index b1479d33049c..dedb5b1696c1 100644
    --- a/eclass/eutils.eclass
    +++ b/eclass/eutils.eclass
    @@ -6,18 +6,7 @@
    # base-system@gentoo.org
    # @SUPPORTED_EAPIS: 6 7
    # @BLURB: many extra (but common) functions that are used in ebuilds
    -# @DESCRIPTION:
    -# The eutils eclass contains a suite of functions that complement
    -# the ones that ebuild.sh already contain. The idea is that the functions
    -# are not required in all ebuilds but enough utilize them to have a common
    -# home rather than having multiple ebuilds implementing the same thing.
    -#
    -# Due to the nature of this eclass, some functions may have maintainers
    -# different from the overall eclass!
    -#
    -# This eclass is DEPRECATED and must not be inherited by any new ebuilds
    -# or eclasses. Use the more specific split eclasses instead, or native
    -# package manager functions when available.