summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-11-12 16:49:02 +0000
committerV3n3RiX <venerix@redcorelinux.org>2017-11-12 16:49:02 +0000
commit519e4d5d99fc43d5c9a038098c029dc4ef9d6792 (patch)
tree7e99d88a777fe8c9d3ec6310bf7eea639b0e66b4 /eclass
parenta5332b59346f7cbf0fdbd148b54aa8a84aaf8190 (diff)
gentoo resync : 12.11.2017
Diffstat (limited to 'eclass')
-rw-r--r--eclass/mozextension.eclass2
-rw-r--r--eclass/php-ext-pecl-r2.eclass3
2 files changed, 2 insertions, 3 deletions
diff --git a/eclass/mozextension.eclass b/eclass/mozextension.eclass
index 58d04b224200..9d22166e9d73 100644
--- a/eclass/mozextension.eclass
+++ b/eclass/mozextension.eclass
@@ -22,7 +22,7 @@ DEPEND="app-arch/unzip"
mozversion_extension_location() {
case ${PN} in
- firefox|firefox-bin)
+ firefox|firefox-bin|palemoon)
if [[ $(get_version_component_range 1) -ge 21 ]] ; then
return 0
fi
diff --git a/eclass/php-ext-pecl-r2.eclass b/eclass/php-ext-pecl-r2.eclass
index 84627b06f9db..5fd3658e0f63 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.