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 1F560138334 for ; Mon, 30 Sep 2019 20:39:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4BDE5E0809; Mon, 30 Sep 2019 20:39:12 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 248B8E0809 for ; Mon, 30 Sep 2019 20:39:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1C7DA34B712 for ; Mon, 30 Sep 2019 20:39:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 89AC77F8 for ; Mon, 30 Sep 2019 20:39:08 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1569875938.77ab0e12c0485d63cea19d06145218f5a1d17436.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/package.use.mask profiles/base/use.mask profiles/package.mask X-VCS-Directories: profiles/base/ profiles/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 77ab0e12c0485d63cea19d06145218f5a1d17436 X-VCS-Branch: master Date: Mon, 30 Sep 2019 20:39:08 +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: 37b7361d-87d8-4793-b0eb-f0cbf50b142c X-Archives-Hash: 3da74586ce9bc3450b0c40cd8a0c714e commit: 77ab0e12c0485d63cea19d06145218f5a1d17436 Author: Brian Evans gentoo org> AuthorDate: Mon Sep 30 18:55:42 2019 +0000 Commit: Brian Evans gentoo org> CommitDate: Mon Sep 30 20:38:58 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77ab0e12 profiles: Mask PHP 5.6 and dependencies PHP 5.6 is End of life and we've kept it around long enough Bug: https://bugs.gentoo.org/651094 Signed-off-by: Brian Evans gentoo.org> profiles/base/package.use.mask | 8 +++++++ profiles/base/use.mask | 4 ++++ profiles/package.mask | 48 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 60 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index b16275bd071..1cb868f67d7 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -7,6 +7,14 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Brian Evans (2019-10-01) +# PHP support is broken with current version +# Mask USE until they are fixed +=dev-libs/xapian-bindings-1.2.25 php +media-gfx/exact-image php +sci-geosciences/mapserver php +www-servers/nginx-unit php56 + # Michał Górny (2019-09-28) # media-fonts/hkscs-ming is slated for removal. app-i18n/xcin unicode diff --git a/profiles/base/use.mask b/profiles/base/use.mask index fe8254ba5b7..38d493d6edc 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -4,6 +4,10 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Brian Evans (2019-10-01) +# Mask PHP 5.6 target for EOL +php_targets_php5-6 + # Matt Turner (2019-03-03) # Mask for testing. Bug 606924 libglvnd diff --git a/profiles/package.mask b/profiles/package.mask index f017445f2ad..98723cd4d13 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -29,6 +29,54 @@ #--- END OF EXAMPLES --- +# Brian Evans (2019-10-01) +# End of life. Please upgrade. +# Removal in 90 days. Bug 651784 +dev-lang/php:5.6 + +# Brian Evans (2019-10-01) +# Old slots for support of PHP <7 +# Removal in 90 days. Bug 651784 +dev-php/pecl-apcu:0 +dev-php/pecl-dbase:0 +dev-php/pecl-http:2 +dev-php/pecl-mailparse:0 +dev-php/pecl-memcached:0 +dev-php/pecl-oauth:0 +dev-php/pecl-propro:0 +dev-php/pecl-ps:0 +dev-php/pecl-raphf:0 +dev-php/pecl-rrd:0 +dev-php/pecl-ssh2:0 +dev-php/pecl-stomp:0 +dev-php/pecl-xdiff:0 +dev-php/pecl-yaml:0 + +# Brian Evans (2019-10-01) +# Old extensions which only work with PHP <7 +# pecl-memcache is replaced by pecl-memcachd (with code changes) +# pecl-mongo is replaced by pecl-monogodb +# Removal in 90 days. Bug 651784 +dev-php/PEAR-MDB2_Driver_mysql +dev-php/magickwand +dev-php/pecl-bbcode +dev-php/pecl-cairo +dev-php/pecl-dbx +dev-php/haru +dev-php/pecl-htscanner +dev-php/pecl-libevent +dev-php/pecl-memcache +dev-php/pecl-mongo +dev-php/pecl-mysqlnd_ms +dev-php/pecl-mysqlnd_qc +dev-php/pecl-sphinx +dev-php/pecl-spl_types +dev-php/pecl-svn +dev-php/pecl-xrange +dev-php/suhosin +dev-php/xcache +dev-php/xhprof + # Matt Turner (2019-09-28) # Merged into Mesa. No reverse dependencies. Bug #654464 # Removal in 30 days