summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2017-11-08 13:48:48 -0500
committerBrian Evans <grknight@gentoo.org>2017-11-08 13:48:48 -0500
commit2d3d6b12bceb0dad859f4fb8686314965f7ab176 (patch)
tree28f50ec1876d7cbbf95b23d6ccd5151e61cb3d96 /eclass
parentnet-misc/iperf: Old. (diff)
downloadgentoo-2d3d6b12bceb0dad859f4fb8686314965f7ab176.tar.gz
gentoo-2d3d6b12bceb0dad859f4fb8686314965f7ab176.tar.bz2
gentoo-2d3d6b12bceb0dad859f4fb8686314965f7ab176.zip
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@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/php-ext-pecl-r2.eclass3
1 files changed, 2 insertions, 1 deletions
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: