From: Brian Evans Date: Wed, 8 Nov 2017 18:48:48 +0000 (-0500) Subject: php-ext-pecl-r2.eclass: add die statement to prepare for removal X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=2d3d6b12bceb0dad859f4fb8686314965f7ab176;p=gentoo.git php-ext-pecl-r2.eclass: add die statement to prepare for removal This will alert any 3rd-party repositories to update before it really breaks. Signed-off-by: Brian Evans --- diff --git a/eclass/php-ext-pecl-r2.eclass b/eclass/php-ext-pecl-r2.eclass index ca712c800525..84627b06f9db 100644 --- a/eclass/php-ext-pecl-r2.eclass +++ b/eclass/php-ext-pecl-r2.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # @DEAD @@ -61,6 +61,7 @@ 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: