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 2D36A13933E for ; Fri, 23 Jul 2021 06:57:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9E34E09CE; Fri, 23 Jul 2021 06:56:43 +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 7471FE09C3 for ; Fri, 23 Jul 2021 06:56:43 +0000 (UTC) From: Andreas Sturmlechner To: gentoo-dev@lists.gentoo.org Subject: [gentoo-dev] [PATCH v2 2/5] check-reqs.eclass: Drop EAPI-4 and EAPI-5 support Date: Fri, 23 Jul 2021 08:56:36 +0200 Message-ID: <5285163.rdbgypaU67@tuxbook> In-Reply-To: <2544843.lGaqSPkdTl@tuxbook> References: <2544843.lGaqSPkdTl@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="nextPart3282909.LZWGnKmheA"; micalg="pgp-sha512"; protocol="application/pgp-signature" X-Archives-Salt: 86b7ee15-5c2c-459a-b4c1-86b8664cc87a X-Archives-Hash: 7587395ed7420c7c53b2f9e58450450b --nextPart3282909.LZWGnKmheA Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1"; protected-headers="v1" From: Andreas Sturmlechner To: gentoo-dev@lists.gentoo.org Subject: [PATCH v2 2/5] check-reqs.eclass: Drop EAPI-4 and EAPI-5 support Date: Fri, 23 Jul 2021 08:56:36 +0200 Message-ID: <5285163.rdbgypaU67@tuxbook> In-Reply-To: <2544843.lGaqSPkdTl@tuxbook> References: <2544843.lGaqSPkdTl@tuxbook> Signed-off-by: Andreas Sturmlechner =2D-- eclass/check-reqs.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/check-reqs.eclass b/eclass/check-reqs.eclass index 27ab1513aab..c95ee0192c5 100644 =2D-- a/eclass/check-reqs.eclass +++ b/eclass/check-reqs.eclass @@ -7,7 +7,7 @@ # @AUTHOR: # Bo =D8rsted Andresen # Original Author: Ciaran McCreesh =2D# @SUPPORTED_EAPIS: 4 5 6 7 8 +# @SUPPORTED_EAPIS: 6 7 8 # @BLURB: Provides a uniform way of handling ebuilds with very high build= =20 requirements # @DESCRIPTION: # This eclass provides a uniform way of handling ebuilds which have very h= igh @@ -39,7 +39,7 @@ # probably degrade gracefully if they don't. Probably. =20 case ${EAPI} in =2D 4|5|6|7|8) ;; + 6|7|8) ;; *) die "${ECLASS}: EAPI=3D${EAPI:-0} is not supported" ;; esac =20 =2D-=20 2.32.0 --nextPart3282909.LZWGnKmheA 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/SLMsFAmD6aCRfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDdC MTk2MkE1NUFCM0I4QkI1MzhDNzMwRTQ0NEIwRjk2RkZEMjJDQ0IACgkQREsPlv/S LMutlgf/Un/qhidT4BWxdmPMyNobT4b8nf/xn7bvkaKM6wNcCmcrHkD3N7bS7HU0 6a85UuZpfaK1wu204VQeSjIHvpfZHMCLvWP5/AUUaekhgCAiBPVIYJr5yO49xOS7 CBuj6Gyn8aezyU20DN33OiJzU370nZl3FIfXIHJprnxY1LlkbPB4CcImwpjB711D nxUQxXH/KWT+jF8YcrAAX3culcx0bOnvTzGIykpI3s6VpaoX2587HcttWA8/Q//E oMsh5BTzr4HHneXvs5JZhX4WjgWGdG1UN/xAK4djkQaMl6pCgUGBB09QLer7onSE 6A6ZUSIy8nVK4Gl6x6vMY+K14HxwLA== =Qhzl -----END PGP SIGNATURE----- --nextPart3282909.LZWGnKmheA--