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 869B21396D9 for ; Fri, 10 Nov 2017 21:08:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE9F3E0DD3; Fri, 10 Nov 2017 21:08:11 +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 9B7C1E0DD3 for ; Fri, 10 Nov 2017 21:08:11 +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 703F733BEAC for ; Fri, 10 Nov 2017 21:08:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 30D1D9898 for ; Fri, 10 Nov 2017 21:08:09 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1510348043.2b717549e4f92cd162e8a1a3cc792256d5e64f46.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/php-ext-pecl-r2.eclass X-VCS-Directories: eclass/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 2b717549e4f92cd162e8a1a3cc792256d5e64f46 X-VCS-Branch: master Date: Fri, 10 Nov 2017 21:08:09 +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-Archives-Salt: 7dc24b83-178d-4458-903a-e1cb4c2bbe58 X-Archives-Hash: 312aa765c9c108cb92aa727b1e8093db commit: 2b717549e4f92cd162e8a1a3cc792256d5e64f46 Author: Zac Medico gentoo org> AuthorDate: Fri Nov 10 21:06:39 2017 +0000 Commit: Zac Medico gentoo org> CommitDate: Fri Nov 10 21:07:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b717549 php-ext-pecl-r2.eclass: die earlier, and link to migration guide eclass/php-ext-pecl-r2.eclass | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/eclass/php-ext-pecl-r2.eclass b/eclass/php-ext-pecl-r2.eclass index 84627b06f9d..5fd3658e0f6 100644 --- a/eclass/php-ext-pecl-r2.eclass +++ b/eclass/php-ext-pecl-r2.eclass @@ -34,6 +34,7 @@ # Unlike PHP_EXT_PECL_PKG, setting this variable does not affect # HOMEPAGE, PHP_EXT_NAME or ${S}. +die "Please upgrade to php-ext-pecl-r3 (see https://wiki.gentoo.org/wiki/Project:PHP/Php-ext-source-r3_migration_guide). This eclass is due to be removed." [[ -z "${PHP_EXT_PECL_PKG}" ]] && PHP_EXT_PECL_PKG="${PN/pecl-/}" @@ -61,8 +62,6 @@ fi SRC_URI="http://pecl.php.net/get/${FILENAME}" HOMEPAGE="http://pecl.php.net/${PECL_PKG}" -die "Please upgrade to php-ext-pecl-r3. This eclass is due to be removed." - # @FUNCTION: php-ext-pecl-r2_src_compile # @DESCRIPTION: # Takes care of standard compile for PECL packages.