From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 045D0138334 for ; Mon, 19 Aug 2019 13:23:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2EB74E0855; Mon, 19 Aug 2019 13:23:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0C850E0855 for ; Mon, 19 Aug 2019 13:23:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 767F1349DE6 for ; Mon, 19 Aug 2019 13:23:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 343E46FF for ; Mon, 19 Aug 2019 13:23:25 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1566220951.71d19c05b96c4e2235ea612c1d6544f261f61c53.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-apcu/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/pecl-apcu/pecl-apcu-5.1.12.ebuild dev-php/pecl-apcu/pecl-apcu-5.1.17.ebuild X-VCS-Directories: dev-php/pecl-apcu/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 71d19c05b96c4e2235ea612c1d6544f261f61c53 X-VCS-Branch: master Date: Mon, 19 Aug 2019 13:23:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: eaf489e7-ccb5-4972-b6f5-182a556fe596 X-Archives-Hash: 82a9bc4146d56ff53bd02429bd7d6d79 commit: 71d19c05b96c4e2235ea612c1d6544f261f61c53 Author: Brian Evans gentoo org> AuthorDate: Mon Aug 19 13:22:31 2019 +0000 Commit: Brian Evans gentoo org> CommitDate: Mon Aug 19 13:22:31 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71d19c05 dev-php/pecl-apcu: Fix false positives on an elog " into ${EPREFIX}" Signed-off-by: Brian Evans gentoo.org> dev-php/pecl-apcu/pecl-apcu-5.1.12.ebuild | 2 +- dev-php/pecl-apcu/pecl-apcu-5.1.17.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-php/pecl-apcu/pecl-apcu-5.1.12.ebuild b/dev-php/pecl-apcu/pecl-apcu-5.1.12.ebuild index 907e9265b6b..675490a1e85 100644 --- a/dev-php/pecl-apcu/pecl-apcu-5.1.12.ebuild +++ b/dev-php/pecl-apcu/pecl-apcu-5.1.12.ebuild @@ -71,7 +71,7 @@ src_install() { pkg_postinst() { if use php_targets_php7-0 || use php_targets_php7-1 || use php_targets_php7-2 || use php_targets_php7-3 ; then elog "The apc.php file shipped with this release of pecl-apcu was" - elog "installed into ${EPREFIX}/usr/share/php7/apcu/." + 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" diff --git a/dev-php/pecl-apcu/pecl-apcu-5.1.17.ebuild b/dev-php/pecl-apcu/pecl-apcu-5.1.17.ebuild index 7da2fb1c712..39a64219bf7 100644 --- a/dev-php/pecl-apcu/pecl-apcu-5.1.17.ebuild +++ b/dev-php/pecl-apcu/pecl-apcu-5.1.17.ebuild @@ -71,7 +71,7 @@ src_install() { pkg_postinst() { if use php_targets_php7-0 || use php_targets_php7-1 || use php_targets_php7-2 || use php_targets_php7-3 ; then elog "The apc.php file shipped with this release of pecl-apcu was" - elog "installed into ${EPREFIX}/usr/share/php7/apcu/." + 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"