summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2022-07-23 21:19:39 +0200
committerUlrich Müller <ulm@gentoo.org>2022-07-24 19:49:43 +0200
commit4719870f74e600e2bb9aceb718e267e409edf22d (patch)
treed5fdeb661033abe8829688990467cb7e8ecd5a6d /eclass/eutils.eclass
parenteqawarn.eclass: New eclass, split off from eutils (diff)
downloadgentoo-4719870f74e600e2bb9aceb718e267e409edf22d.tar.gz
gentoo-4719870f74e600e2bb9aceb718e267e409edf22d.tar.bz2
gentoo-4719870f74e600e2bb9aceb718e267e409edf22d.zip
eutils.eclass: Add @DEPRECATED tag
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'eclass/eutils.eclass')
-rw-r--r--eclass/eutils.eclass13
1 files changed, 1 insertions, 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.
+# @DEPRECATED native package manager functions, more specific eclasses
if [[ -z ${_EUTILS_ECLASS} ]]; then
_EUTILS_ECLASS=1