commit: 4b4fa279543cf7e710d0a8ce0cbede83d610fc9c
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 16 20:47:24 2020 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Dec 16 20:56:58 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b4fa279
eclass/eutils: fixup documentation
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
eclass/eutils.eclass | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/eclass/eutils.eclass b/eclass/eutils.eclass
index 20ebe31c10a..0750da6019e 100644
--- a/eclass/eutils.eclass
+++ b/eclass/eutils.eclass
@@ -19,6 +19,11 @@
# or eclasses. Use the more specific split eclasses instead, or native
# package manager functions when available.
+# @ECLASS-VARIABLE: _EUTILS_ECLASS
+# @INTERNAL
+# @DESCRIPTION:
+# Please document me
+
if [[ -z ${_EUTILS_ECLASS} ]]; then
_EUTILS_ECLASS=1
@@ -69,6 +74,10 @@ emktemp() {
fi
}
+# @FUNCTION: path_exists
+# @DESCRIPTION:
+# Warn that function has been removed
+
path_exists() {
eerror "path_exists has been removed. Please see the following post"
eerror "for a replacement snippet:"