summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-28 06:31:28 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-28 06:31:28 +0000
commitae1e1f18e25525b6d86b1d19fb0223c52abc279a (patch)
treeec652f401459007978b9c841aabe2d8a5bf2ed78 /dev-php4/pecl-apc
parentReplacing einfo with elog (diff)
downloadgentoo-2-ae1e1f18e25525b6d86b1d19fb0223c52abc279a.tar.gz
gentoo-2-ae1e1f18e25525b6d86b1d19fb0223c52abc279a.tar.bz2
gentoo-2-ae1e1f18e25525b6d86b1d19fb0223c52abc279a.zip
Replacing einfo with elog
(Portage version: 2.1.2-r4)
Diffstat (limited to 'dev-php4/pecl-apc')
-rw-r--r--dev-php4/pecl-apc/ChangeLog7
-rw-r--r--dev-php4/pecl-apc/pecl-apc-3.0.12_p2.ebuild8
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-php4/pecl-apc/ChangeLog b/dev-php4/pecl-apc/ChangeLog
index ebbd4713d68d..c9b514325893 100644
--- a/dev-php4/pecl-apc/ChangeLog
+++ b/dev-php4/pecl-apc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-php4/pecl-apc
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-apc/ChangeLog,v 1.18 2006/10/15 11:46:01 chtekk Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-apc/ChangeLog,v 1.19 2007/01/28 06:31:28 genone Exp $
+
+ 28 Jan 2007; Marius Mauch <genone@gentoo.org> pecl-apc-3.0.12_p2.ebuild:
+ Replacing einfo with elog
15 Oct 2006; Luca Longinotti <chtekk@gentoo.org>
pecl-apc-3.0.12_p2.ebuild:
diff --git a/dev-php4/pecl-apc/pecl-apc-3.0.12_p2.ebuild b/dev-php4/pecl-apc/pecl-apc-3.0.12_p2.ebuild
index bf8ccfe2f90a..f06891dc92f1 100644
--- a/dev-php4/pecl-apc/pecl-apc-3.0.12_p2.ebuild
+++ b/dev-php4/pecl-apc/pecl-apc-3.0.12_p2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-apc/pecl-apc-3.0.12_p2.ebuild,v 1.7 2006/10/15 11:46:01 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-apc/pecl-apc-3.0.12_p2.ebuild,v 1.8 2007/01/28 06:31:28 genone Exp $
PHP_EXT_NAME="apc"
PHP_EXT_PECL_PKG="APC"
@@ -72,6 +72,6 @@ src_install() {
}
pkg_postinst() {
- einfo "The apc.php file shipped with this release of PECL-APC was"
- einfo "installed into /usr/share/php4/apc/."
+ elog "The apc.php file shipped with this release of PECL-APC was"
+ elog "installed into /usr/share/php4/apc/."
}