Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-apcu/
Date: Tue, 05 Apr 2022 13:58:54
Message-Id: 1649167085.81c878ea45e7bd55efd5ec947679e7a83fb26a2c.grknight@gentoo
1 commit: 81c878ea45e7bd55efd5ec947679e7a83fb26a2c
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 5 13:58:05 2022 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 5 13:58:05 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81c878ea
7
8 dev-php/pecl-apcu: Drop elog message about apcu_bc
9
10 The _bc functions are deprecated and will be dropped in the future
11
12 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
13
14 dev-php/pecl-apcu/pecl-apcu-5.1.19.ebuild | 4 ----
15 dev-php/pecl-apcu/pecl-apcu-5.1.20.ebuild | 4 ----
16 dev-php/pecl-apcu/pecl-apcu-5.1.21.ebuild | 4 ----
17 3 files changed, 12 deletions(-)
18
19 diff --git a/dev-php/pecl-apcu/pecl-apcu-5.1.19.ebuild b/dev-php/pecl-apcu/pecl-apcu-5.1.19.ebuild
20 index 777b8df0cd0c..c7fb42739132 100644
21 --- a/dev-php/pecl-apcu/pecl-apcu-5.1.19.ebuild
22 +++ b/dev-php/pecl-apcu/pecl-apcu-5.1.19.ebuild
23 @@ -60,8 +60,4 @@ src_install() {
24 pkg_postinst() {
25 elog "The apc.php file shipped with this release of pecl-apcu was"
26 elog "installed to ${EPREFIX}/usr/share/php7/apcu/."
27 - elog
28 - elog "If you depend on the apc_* functions,"
29 - elog "please install dev-php/pecl-apcu_bc as this extension no longer"
30 - elog "provides backwards compatibility."
31 }
32
33 diff --git a/dev-php/pecl-apcu/pecl-apcu-5.1.20.ebuild b/dev-php/pecl-apcu/pecl-apcu-5.1.20.ebuild
34 index 210505694b1c..ab9a31c49a50 100644
35 --- a/dev-php/pecl-apcu/pecl-apcu-5.1.20.ebuild
36 +++ b/dev-php/pecl-apcu/pecl-apcu-5.1.20.ebuild
37 @@ -60,8 +60,4 @@ src_install() {
38 pkg_postinst() {
39 elog "The apc.php file shipped with this release of pecl-apcu was"
40 elog "installed to ${EPREFIX}/usr/share/php7/apcu/."
41 - elog
42 - elog "If you depend on the apc_* functions,"
43 - elog "please install dev-php/pecl-apcu_bc as this extension no longer"
44 - elog "provides backwards compatibility."
45 }
46
47 diff --git a/dev-php/pecl-apcu/pecl-apcu-5.1.21.ebuild b/dev-php/pecl-apcu/pecl-apcu-5.1.21.ebuild
48 index 525f58c9e981..76efe265be57 100644
49 --- a/dev-php/pecl-apcu/pecl-apcu-5.1.21.ebuild
50 +++ b/dev-php/pecl-apcu/pecl-apcu-5.1.21.ebuild
51 @@ -60,8 +60,4 @@ src_install() {
52 pkg_postinst() {
53 elog "The apc.php file shipped with this release of pecl-apcu was"
54 elog "installed to ${EPREFIX}/usr/share/php7/apcu/."
55 - elog
56 - elog "If you depend on the apc_* functions,"
57 - elog "please install dev-php/pecl-apcu_bc as this extension no longer"
58 - elog "provides backwards compatibility."
59 }