diff options
author | Brian Evans <grknight@gentoo.org> | 2022-04-05 09:58:05 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2022-04-05 09:58:05 -0400 |
commit | 81c878ea45e7bd55efd5ec947679e7a83fb26a2c (patch) | |
tree | 7526b6e93598e1b931076ae44da676cca5816aba /dev-php | |
parent | app-misc/broot: bump to 1.11.1 (diff) | |
download | gentoo-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.ebuild | 4 | ||||
-rw-r--r-- | dev-php/pecl-apcu/pecl-apcu-5.1.20.ebuild | 4 | ||||
-rw-r--r-- | dev-php/pecl-apcu/pecl-apcu-5.1.21.ebuild | 4 |
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." } |