summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Markus With <olemarkus@gentoo.org>2011-04-19 17:42:38 +0000
committerOle Markus With <olemarkus@gentoo.org>2011-04-19 17:42:38 +0000
commita463526ace128805d4520caa92564a5502739993 (patch)
tree1c86adc986376cdd4395400a5fde2320030ab2e6 /dev-php5
parentRemove package mask of PEAR-File_XSPF and PEAR-XML_Tree now that they have be... (diff)
downloadgentoo-2-a463526ace128805d4520caa92564a5502739993.tar.gz
gentoo-2-a463526ace128805d4520caa92564a5502739993.tar.bz2
gentoo-2-a463526ace128805d4520caa92564a5502739993.zip
Fixed postinst log message. Thanks to Michael Gisbers for patch. Bug 362413
(Portage version: 2.1.9.45/cvs/Linux x86_64)
Diffstat (limited to 'dev-php5')
-rw-r--r--dev-php5/pecl-apc/ChangeLog5
-rw-r--r--dev-php5/pecl-apc/pecl-apc-3.1.7.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php5/pecl-apc/ChangeLog b/dev-php5/pecl-apc/ChangeLog
index 6e18963a502e..1cda6abc930f 100644
--- a/dev-php5/pecl-apc/ChangeLog
+++ b/dev-php5/pecl-apc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-php5/pecl-apc
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-apc/ChangeLog,v 1.80 2011/03/24 17:49:38 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-apc/ChangeLog,v 1.81 2011/04/19 17:42:38 olemarkus Exp $
+
+ 19 Apr 2011; <olemarkus@gentoo.org> pecl-apc-3.1.7.ebuild:
+ Fixed postinst log message. Thanks to Michael Gisbers for patch. Bug 362413
24 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> pecl-apc-3.1.7.ebuild:
ppc/ppc64 stable wrt #355611
diff --git a/dev-php5/pecl-apc/pecl-apc-3.1.7.ebuild b/dev-php5/pecl-apc/pecl-apc-3.1.7.ebuild
index 134118ff9fd9..ed2ecd432bc1 100644
--- a/dev-php5/pecl-apc/pecl-apc-3.1.7.ebuild
+++ b/dev-php5/pecl-apc/pecl-apc-3.1.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-apc/pecl-apc-3.1.7.ebuild,v 1.6 2011/04/10 17:34:14 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-apc/pecl-apc-3.1.7.ebuild,v 1.7 2011/04/19 17:42:38 olemarkus Exp $
EAPI=2
@@ -65,5 +65,5 @@ src_install() {
pkg_postinst() {
elog "The apc.php file shipped with this release of PECL-APC was"
- elog "installed into ${PHP_EXT_SHARED_DIR}/apc/."
+ elog "installed into ${PHP_EXT_SHARED_DIR}/."
}