diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-07-18 15:36:47 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-08-03 13:13:52 +0200 |
commit | 4d7fe0203c3f42ac2691b3f1487b5f0d24dc5cdc (patch) | |
tree | 10b21102529ca4fe3ec9bedbe2312d94c6774c22 /eclass/check-reqs.eclass | |
parent | check-reqs.eclass: Drop EAPI-4 and EAPI-5 support (diff) | |
download | gentoo-4d7fe0203c3f42ac2691b3f1487b5f0d24dc5cdc.tar.gz gentoo-4d7fe0203c3f42ac2691b3f1487b5f0d24dc5cdc.tar.bz2 gentoo-4d7fe0203c3f42ac2691b3f1487b5f0d24dc5cdc.zip |
check-reqs.eclass: Drop obsolete check_reqs(), errored out for >3yrs
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'eclass/check-reqs.eclass')
-rw-r--r-- | eclass/check-reqs.eclass | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/eclass/check-reqs.eclass b/eclass/check-reqs.eclass index c95ee0192c5c..6b11794fbb21 100644 --- a/eclass/check-reqs.eclass +++ b/eclass/check-reqs.eclass @@ -68,13 +68,6 @@ _CHECK_REQS_ECLASS=1 # @DESCRIPTION: # How much space is needed in /var? Eg.: CHECKREQS_DISK_VAR=3000M -# Obsolete function executing all the checks and printing out results -check_reqs() { - eerror "Package calling old ${FUNCNAME} function." - eerror "It should call check-reqs_pkg_pretend and check-reqs_pkg_setup." - die "${FUNCNAME} is banned" -} - # @FUNCTION: check-reqs_pkg_setup # @DESCRIPTION: # Exported function running the resources checks in pkg_setup phase. |