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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E5CF815800A for ; Sat, 12 Aug 2023 15:45:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2940F2BC014; Sat, 12 Aug 2023 15:45:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 093062BC014 for ; Sat, 12 Aug 2023 15:45:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ACBB3335D3B for ; Sat, 12 Aug 2023 15:45:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F4164F2A for ; Sat, 12 Aug 2023 15:45:11 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1691852228.aa7b96921ad415a1ad15e03707d66cf566ec62a3.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/package.use.mask profiles/package.mask X-VCS-Directories: profiles/ profiles/base/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: aa7b96921ad415a1ad15e03707d66cf566ec62a3 X-VCS-Branch: master Date: Sat, 12 Aug 2023 15:45:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 92540897-ccfb-4fca-97aa-8d7bdb2ea472 X-Archives-Hash: d5128c5a0928ccdbf5b3ca4b843d14ec commit: aa7b96921ad415a1ad15e03707d66cf566ec62a3 Author: Michael Orlitzky gentoo org> AuthorDate: Sat Aug 12 14:55:39 2023 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Sat Aug 12 14:57:08 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa7b9692 profiles: more php:7.4 removal masks Closes: https://bugs.gentoo.org/912181 Signed-off-by: Michael Orlitzky gentoo.org> profiles/base/package.use.mask | 8 ++++++++ profiles/package.mask | 17 +++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index b71d9fbc4293..4cceebbdd213 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,14 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Michael Orlitzky (2023-08-12) +# php-7.x is End-of-Life (EOL) and masked, but these packages don't +# support any newer versions with USE=php. Bugs 912183, 912184, +# and 912185. +dev-libs/redland-bindings php +media-gfx/exact-image php +sci-geosciences/mapserver php + # Michael Orlitzky (2023-08-11) # php-7.x is End-of-Life (EOL) and masked. www-servers/nginx-unit php7-4 diff --git a/profiles/package.mask b/profiles/package.mask index 69a09b9ae9aa..4a16a1b87142 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,23 @@ #--- END OF EXAMPLES --- +# Michael Orlitzky (2023-08-12) +# More php:7.4 casualties that I missed the first time around. +# They'll be removed whenever php:7.4 is removed. +# +# * pecl-apcu_bc dead since 2019 +# * pecl-http:7 is the old slot +# * pecl-ncurses dead since 2012 +# * pecl-propro dead since 2020 +# * pecl-taint dead in 2021 +# +dev-php/pecl-apcu_bc +dev-php/pecl-http:7 +dev-php/pecl-ncurses +dev-php/pecl-propro +dev-php/pecl-taint + + # Michael Orlitzky (2023-08-11) # php-7.x is End Of Life (EOL) upstream and no longer receives security # fixes. We lose phpunit because it depends on CodeCoverage which