Gentoo Archives: gentoo-dev

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-dev@l.g.o
Cc: "Ulrich Müller" <ulm@g.o>
Subject: [gentoo-dev] [PATCH 2/8] eutils.eclass: Add @DEPRECATED tag
Date: Sat, 23 Jul 2022 19:20:58
Message-Id: 20220723191945.29962-3-ulm@gentoo.org
In Reply to: [gentoo-dev] [PATCH 0/8] Deprecate eutils.eclass by "Ulrich Müller"
1 Signed-off-by: Ulrich Müller <ulm@g.o>
2 ---
3 eclass/eutils.eclass | 13 +------------
4 1 file changed, 1 insertion(+), 12 deletions(-)
5
6 diff --git a/eclass/eutils.eclass b/eclass/eutils.eclass
7 index b1479d33049c..dedb5b1696c1 100644
8 --- a/eclass/eutils.eclass
9 +++ b/eclass/eutils.eclass
10 @@ -6,18 +6,7 @@
11 # base-system@g.o
12 # @SUPPORTED_EAPIS: 6 7
13 # @BLURB: many extra (but common) functions that are used in ebuilds
14 -# @DESCRIPTION:
15 -# The eutils eclass contains a suite of functions that complement
16 -# the ones that ebuild.sh already contain. The idea is that the functions
17 -# are not required in all ebuilds but enough utilize them to have a common
18 -# home rather than having multiple ebuilds implementing the same thing.
19 -#
20 -# Due to the nature of this eclass, some functions may have maintainers
21 -# different from the overall eclass!
22 -#
23 -# This eclass is DEPRECATED and must not be inherited by any new ebuilds
24 -# or eclasses. Use the more specific split eclasses instead, or native
25 -# package manager functions when available.
26 +# @DEPRECATED native package manager functions, more specific eclasses
27
28 if [[ -z ${_EUTILS_ECLASS} ]]; then
29 _EUTILS_ECLASS=1
30 --
31 2.35.1