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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 35EFE158041 for ; Tue, 9 Apr 2024 20:17:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77BBEE2A21; Tue, 9 Apr 2024 20:17:28 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 305CDE2A0B; Tue, 9 Apr 2024 20:17:28 +0000 (UTC) From: Ulrich Mueller To: gentoo-dev-announce@lists.gentoo.org, gentoo-dev@lists.gentoo.org Subject: [gentoo-dev] Last rites: eutils.eclass Date: Tue, 09 Apr 2024 22:17:21 +0200 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) 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="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Archives-Salt: d2b72daa-d960-42cb-b672-2c05344f3107 X-Archives-Hash: 62fac0fa609f8da4890e8af4a4ef7aaa --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable eutils.eclass is no longer used by any ebuild in the Gentoo repository. Removal in 60 days, i.e. on 2024-06-08, so overlays will have enough time to update. From=20a1f28063e0ba2192a120d15fd82a2d59ae10c892 Mon Sep 17 00:00:00 2001 From: =3D?UTF-8?q?Ulrich=3D20M=3DC3=3DBCller?=3D Date: Mon, 8 Jan 2024 15:11:17 +0100 Subject: [PATCH] eutils.eclass: Mark as DEAD MIME-Version: 1.0 Content-Type: text/plain; charset=3DUTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ulrich M=C3=BCller =2D-- eclass/eutils.eclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eclass/eutils.eclass b/eclass/eutils.eclass index b48c18f97904..bdcc7e110fd5 100644 =2D-- a/eclass/eutils.eclass +++ b/eclass/eutils.eclass @@ -1,4 +1,4 @@ =2D# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 =20 # @ECLASS: eutils.eclass @@ -7,6 +7,7 @@ # @SUPPORTED_EAPIS: 6 # @BLURB: many extra (but common) functions that are used in ebuilds # @DEPRECATED: native package manager functions, more specific eclasses +# @DEAD =20 if [[ -z ${_EUTILS_ECLASS} ]]; then _EUTILS_ECLASS=3D1 =2D-=20 2.44.0 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQFDBAEBCAAtFiEEtDnZ1O9xIP68rzDbUYgzUIhBXi4FAmYVolEPHHVsbUBnZW50 b28ub3JnAAoJEFGIM1CIQV4uWaoIAMDChMD4m7fLrqD5oa46FQ+eBKFiOTMCbgcz nWhjCdKUuf4B2obRPp64JLlEN0fiep6DFCLbgb5zXNzLq+hB2kfpaX+3uB1QW2sI FTizfwv48TfkhjhLeEeXsgDDKaz4rnTnrDz+QKW6mBraVBTiweYiasmfCUCmyZOd ULZXlQIjk4dwbQCrNAQjAge4pB3Y2TvD8s1lfFUyFmc3hkMzx8x0zWb3ESG99T9W PMkJKYEOXKn66NJdA+btkceTo/u8lbB/X28bwnt/9rBOK4G/OHSdk0JXAlU9f5DD v8HvRp6661cAOR1z2kCw8O6Z07VtC7P7G24WNxH3NP0sLhnT1eM= =7ELF -----END PGP SIGNATURE----- --=-=-=--