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: Mon, 19 Aug 2019 13:23:30
Message-Id: 1566220951.71d19c05b96c4e2235ea612c1d6544f261f61c53.grknight@gentoo
1 commit: 71d19c05b96c4e2235ea612c1d6544f261f61c53
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 19 13:22:31 2019 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 19 13:22:31 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71d19c05
7
8 dev-php/pecl-apcu: Fix false positives on an elog " into ${EPREFIX}"
9
10 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
11
12 dev-php/pecl-apcu/pecl-apcu-5.1.12.ebuild | 2 +-
13 dev-php/pecl-apcu/pecl-apcu-5.1.17.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-php/pecl-apcu/pecl-apcu-5.1.12.ebuild b/dev-php/pecl-apcu/pecl-apcu-5.1.12.ebuild
17 index 907e9265b6b..675490a1e85 100644
18 --- a/dev-php/pecl-apcu/pecl-apcu-5.1.12.ebuild
19 +++ b/dev-php/pecl-apcu/pecl-apcu-5.1.12.ebuild
20 @@ -71,7 +71,7 @@ src_install() {
21 pkg_postinst() {
22 if use php_targets_php7-0 || use php_targets_php7-1 || use php_targets_php7-2 || use php_targets_php7-3 ; then
23 elog "The apc.php file shipped with this release of pecl-apcu was"
24 - elog "installed into ${EPREFIX}/usr/share/php7/apcu/."
25 + elog "installed to ${EPREFIX}/usr/share/php7/apcu/."
26 elog
27 elog "If you depend on the apc_* functions,"
28 elog "please install dev-php/pecl-apcu_bc as this extension no longer"
29
30 diff --git a/dev-php/pecl-apcu/pecl-apcu-5.1.17.ebuild b/dev-php/pecl-apcu/pecl-apcu-5.1.17.ebuild
31 index 7da2fb1c712..39a64219bf7 100644
32 --- a/dev-php/pecl-apcu/pecl-apcu-5.1.17.ebuild
33 +++ b/dev-php/pecl-apcu/pecl-apcu-5.1.17.ebuild
34 @@ -71,7 +71,7 @@ src_install() {
35 pkg_postinst() {
36 if use php_targets_php7-0 || use php_targets_php7-1 || use php_targets_php7-2 || use php_targets_php7-3 ; then
37 elog "The apc.php file shipped with this release of pecl-apcu was"
38 - elog "installed into ${EPREFIX}/usr/share/php7/apcu/."
39 + elog "installed to ${EPREFIX}/usr/share/php7/apcu/."
40 elog
41 elog "If you depend on the apc_* functions,"
42 elog "please install dev-php/pecl-apcu_bc as this extension no longer"