summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2022-04-05 09:58:05 -0400
committerBrian Evans <grknight@gentoo.org>2022-04-05 09:58:05 -0400
commit81c878ea45e7bd55efd5ec947679e7a83fb26a2c (patch)
tree7526b6e93598e1b931076ae44da676cca5816aba /dev-php
parentapp-misc/broot: bump to 1.11.1 (diff)
downloadgentoo-81c878ea45e7bd55efd5ec947679e7a83fb26a2c.tar.gz
gentoo-81c878ea45e7bd55efd5ec947679e7a83fb26a2c.tar.bz2
gentoo-81c878ea45e7bd55efd5ec947679e7a83fb26a2c.zip
dev-php/pecl-apcu: Drop elog message about apcu_bc
The _bc functions are deprecated and will be dropped in the future Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/pecl-apcu/pecl-apcu-5.1.19.ebuild4
-rw-r--r--dev-php/pecl-apcu/pecl-apcu-5.1.20.ebuild4
-rw-r--r--dev-php/pecl-apcu/pecl-apcu-5.1.21.ebuild4
3 files changed, 0 insertions, 12 deletions
diff --git a/dev-php/pecl-apcu/pecl-apcu-5.1.19.ebuild b/dev-php/pecl-apcu/pecl-apcu-5.1.19.ebuild
index 777b8df0cd0c..c7fb42739132 100644
--- a/dev-php/pecl-apcu/pecl-apcu-5.1.19.ebuild
+++ b/dev-php/pecl-apcu/pecl-apcu-5.1.19.ebuild
@@ -60,8 +60,4 @@ src_install() {
pkg_postinst() {
elog "The apc.php file shipped with this release of pecl-apcu was"
elog "installed to ${EPREFIX}/usr/share/php7/apcu/."
- elog
- elog "If you depend on the apc_* functions,"
- elog "please install dev-php/pecl-apcu_bc as this extension no longer"
- elog "provides backwards compatibility."
}
diff --git a/dev-php/pecl-apcu/pecl-apcu-5.1.20.ebuild b/dev-php/pecl-apcu/pecl-apcu-5.1.20.ebuild
index 210505694b1c..ab9a31c49a50 100644
--- a/dev-php/pecl-apcu/pecl-apcu-5.1.20.ebuild
+++ b/dev-php/pecl-apcu/pecl-apcu-5.1.20.ebuild
@@ -60,8 +60,4 @@ src_install() {
pkg_postinst() {
elog "The apc.php file shipped with this release of pecl-apcu was"
elog "installed to ${EPREFIX}/usr/share/php7/apcu/."
- elog
- elog "If you depend on the apc_* functions,"
- elog "please install dev-php/pecl-apcu_bc as this extension no longer"
- elog "provides backwards compatibility."
}
diff --git a/dev-php/pecl-apcu/pecl-apcu-5.1.21.ebuild b/dev-php/pecl-apcu/pecl-apcu-5.1.21.ebuild
index 525f58c9e981..76efe265be57 100644
--- a/dev-php/pecl-apcu/pecl-apcu-5.1.21.ebuild
+++ b/dev-php/pecl-apcu/pecl-apcu-5.1.21.ebuild
@@ -60,8 +60,4 @@ src_install() {
pkg_postinst() {
elog "The apc.php file shipped with this release of pecl-apcu was"
elog "installed to ${EPREFIX}/usr/share/php7/apcu/."
- elog
- elog "If you depend on the apc_* functions,"
- elog "please install dev-php/pecl-apcu_bc as this extension no longer"
- elog "provides backwards compatibility."
}