commit: aa7b96921ad415a1ad15e03707d66cf566ec62a3 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Sat Aug 12 14:55:39 2023 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> 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 <mjo <AT> 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 <[email protected]> (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 <[email protected]> (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 <[email protected]> (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 <[email protected]> (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
