From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F204413933E for ; Fri, 23 Jul 2021 06:57:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72E4DE0BC1; Fri, 23 Jul 2021 06:57:27 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 01F3FE0A45 for ; Fri, 23 Jul 2021 06:57:27 +0000 (UTC) From: Andreas Sturmlechner To: gentoo-dev@lists.gentoo.org Subject: [gentoo-dev] [PATCH v2 3/5] check-reqs.eclass: Drop obsolete check_reqs(), errored out for >3yrs Date: Fri, 23 Jul 2021 08:57:20 +0200 Message-ID: <9194842.eNJFYEL58v@tuxbook> In-Reply-To: <5285163.rdbgypaU67@tuxbook> References: <2544843.lGaqSPkdTl@tuxbook> <5285163.rdbgypaU67@tuxbook> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart20597853.4csPzL39Zc"; micalg="pgp-sha512"; protocol="application/pgp-signature" X-Archives-Salt: e37e2c1e-8d1f-47cc-b617-f2177b72796f X-Archives-Hash: 775ed8e84d2caf69434f5d336b8c7630 --nextPart20597853.4csPzL39Zc Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii"; protected-headers="v1" From: Andreas Sturmlechner To: gentoo-dev@lists.gentoo.org Subject: [PATCH v2 3/5] check-reqs.eclass: Drop obsolete check_reqs(), errored out for >3yrs Date: Fri, 23 Jul 2021 08:57:20 +0200 Message-ID: <9194842.eNJFYEL58v@tuxbook> In-Reply-To: <5285163.rdbgypaU67@tuxbook> References: <2544843.lGaqSPkdTl@tuxbook> <5285163.rdbgypaU67@tuxbook> Signed-off-by: Andreas Sturmlechner --- eclass/check-reqs.eclass | 7 ------- 1 file changed, 7 deletions(-) diff --git a/eclass/check-reqs.eclass b/eclass/check-reqs.eclass index c95ee0192c5..6b11794fbb2 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. -- 2.32.0 --nextPart20597853.4csPzL39Zc Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part. Content-Transfer-Encoding: 7Bit -----BEGIN PGP SIGNATURE----- iQGTBAABCgB9FiEEexlipVqzuLtTjHMOREsPlv/SLMsFAmD6aFBfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDdC MTk2MkE1NUFCM0I4QkI1MzhDNzMwRTQ0NEIwRjk2RkZEMjJDQ0IACgkQREsPlv/S LMsC9AgAk2DtMo0h/gcR5ik6b7r+/8CiMQBvoDk/tn+WuVFl22+MEX977zu2YhB/ d2bGC5B2/bzLnO07nYKXBh3WGbUXFPu2jk2wr5ohScqzlKAnc5zdc+sNxa9CPBaO AaWdWv997E7YxQ+f6dyGrxApbUQd0cobitfARflxtYDUVxIIz1zssNPeDA7qyv5v xAUsHTD3unhLgEUuH3qhrH1U2Rnc1cU/UZkMsvxnXi9rRdVNwSEfr6J5jdTa+DOG BP0OUgJxD2d/E+bVb3IBYef6iLSVSXOYzU6/ZlkjE2DhrgvMRnvQoT2lARf4e8YB WE1YetvBQNGdbjSRO72MYcxVSXzYOQ== =DoVU -----END PGP SIGNATURE----- --nextPart20597853.4csPzL39Zc--