summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-28 06:32:23 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-28 06:32:23 +0000
commit46075382efdde29854e37947be7302f5c7b2e884 (patch)
tree7a16469dfe46bb47b10b8467daf76adaae1d658b /dev-php5/pecl-apc
parentReplacing einfo with elog (diff)
downloadgentoo-2-46075382efdde29854e37947be7302f5c7b2e884.tar.gz
gentoo-2-46075382efdde29854e37947be7302f5c7b2e884.tar.bz2
gentoo-2-46075382efdde29854e37947be7302f5c7b2e884.zip
Replacing einfo with elog
(Portage version: 2.1.2-r4)
Diffstat (limited to 'dev-php5/pecl-apc')
-rw-r--r--dev-php5/pecl-apc/ChangeLog7
-rw-r--r--dev-php5/pecl-apc/pecl-apc-3.0.12_p2.ebuild8
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-php5/pecl-apc/ChangeLog b/dev-php5/pecl-apc/ChangeLog
index 73f214d29849..30406c77780f 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-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-apc/ChangeLog,v 1.20 2006/10/15 11:44:06 chtekk Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-apc/ChangeLog,v 1.21 2007/01/28 06:32:23 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-php5/pecl-apc/pecl-apc-3.0.12_p2.ebuild b/dev-php5/pecl-apc/pecl-apc-3.0.12_p2.ebuild
index 5066758f440d..21551a1421d4 100644
--- a/dev-php5/pecl-apc/pecl-apc-3.0.12_p2.ebuild
+++ b/dev-php5/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-php5/pecl-apc/pecl-apc-3.0.12_p2.ebuild,v 1.7 2006/10/15 11:44:06 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-apc/pecl-apc-3.0.12_p2.ebuild,v 1.8 2007/01/28 06:32:23 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/php5/apc/."
+ elog "The apc.php file shipped with this release of PECL-APC was"
+ elog "installed into /usr/share/php5/apc/."
}