summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-28 06:29:40 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-28 06:29:40 +0000
commiteb18acb87b2ee4ac281913aa1bbf64a0a74819b2 (patch)
tree0239efac36a2fa054ed9c4c7b2d90ebd52ea19c1 /dev-php5/eaccelerator
parentReplacing einfo with elog (diff)
downloadgentoo-2-eb18acb87b2ee4ac281913aa1bbf64a0a74819b2.tar.gz
gentoo-2-eb18acb87b2ee4ac281913aa1bbf64a0a74819b2.tar.bz2
gentoo-2-eb18acb87b2ee4ac281913aa1bbf64a0a74819b2.zip
Replacing einfo with elog
(Portage version: 2.1.2-r4)
Diffstat (limited to 'dev-php5/eaccelerator')
-rw-r--r--dev-php5/eaccelerator/ChangeLog7
-rw-r--r--dev-php5/eaccelerator/eaccelerator-0.9.5.ebuild20
2 files changed, 15 insertions, 12 deletions
diff --git a/dev-php5/eaccelerator/ChangeLog b/dev-php5/eaccelerator/ChangeLog
index 80a6ee92db66..d43ffdf0ba78 100644
--- a/dev-php5/eaccelerator/ChangeLog
+++ b/dev-php5/eaccelerator/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-php5/eaccelerator
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/eaccelerator/ChangeLog,v 1.13 2006/11/10 14:24:14 gustavoz Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/eaccelerator/ChangeLog,v 1.14 2007/01/28 06:29:40 genone Exp $
+
+ 28 Jan 2007; Marius Mauch <genone@gentoo.org> eaccelerator-0.9.5.ebuild:
+ Replacing einfo with elog
10 Nov 2006; Gustavo Zacarias <gustavoz@gentoo.org>
eaccelerator-0.9.5.ebuild:
diff --git a/dev-php5/eaccelerator/eaccelerator-0.9.5.ebuild b/dev-php5/eaccelerator/eaccelerator-0.9.5.ebuild
index c5597e47b421..8d367290065b 100644
--- a/dev-php5/eaccelerator/eaccelerator-0.9.5.ebuild
+++ b/dev-php5/eaccelerator/eaccelerator-0.9.5.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/eaccelerator/eaccelerator-0.9.5.ebuild,v 1.7 2006/11/10 14:24:14 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/eaccelerator/eaccelerator-0.9.5.ebuild,v 1.8 2007/01/28 06:29:40 genone Exp $
PHP_EXT_NAME="eaccelerator"
PHP_EXT_INI="yes"
@@ -89,14 +89,14 @@ pkg_postinst() {
# You only need to restart the webserver if you're using mod_php.
if built_with_use =${PHP_PKG} apache || built_with_use =${PHP_PKG} apache2 ; then
- einfo
- einfo "You need to restart your Apache webserver to activate eAccelerator."
- einfo
+ elog
+ elog "You need to restart your Apache webserver to activate eAccelerator."
+ elog
fi
- einfo
- einfo "Please see the files in ${ROOT}/usr/share/${PN}-php5/ for some examples"
- einfo "and information on how to use the functions that"
- einfo "eAccelerator adds to PHP."
- einfo
+ elog
+ elog "Please see the files in ${ROOT}/usr/share/${PN}-php5/ for some examples"
+ elog "and information on how to use the functions that"
+ elog "eAccelerator adds to PHP."
+ elog
}