commit: 2d3d6b12bceb0dad859f4fb8686314965f7ab176 Author: Brian Evans <grknight <AT> gentoo <DOT> org> AuthorDate: Wed Nov 8 18:48:48 2017 +0000 Commit: Brian Evans <grknight <AT> gentoo <DOT> org> CommitDate: Wed Nov 8 18:48:48 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d3d6b12
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 <grknight <AT> gentoo.org> eclass/php-ext-pecl-r2.eclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eclass/php-ext-pecl-r2.eclass b/eclass/php-ext-pecl-r2.eclass index ca712c80052..84627b06f9d 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:
