summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-php4')
-rw-r--r--dev-php4/eaccelerator/ChangeLog7
-rw-r--r--dev-php4/eaccelerator/eaccelerator-0.9.5.ebuild20
2 files changed, 15 insertions, 12 deletions
diff --git a/dev-php4/eaccelerator/ChangeLog b/dev-php4/eaccelerator/ChangeLog
index db69c8f9f945..0155ace48d26 100644
--- a/dev-php4/eaccelerator/ChangeLog
+++ b/dev-php4/eaccelerator/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-php4/eaccelerator
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php4/eaccelerator/ChangeLog,v 1.18 2006/11/10 14:15:29 gustavoz Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php4/eaccelerator/ChangeLog,v 1.19 2007/01/28 06:28:49 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-php4/eaccelerator/eaccelerator-0.9.5.ebuild b/dev-php4/eaccelerator/eaccelerator-0.9.5.ebuild
index 02b7b9fb7955..a6e9c5191c40 100644
--- a/dev-php4/eaccelerator/eaccelerator-0.9.5.ebuild
+++ b/dev-php4/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-php4/eaccelerator/eaccelerator-0.9.5.ebuild,v 1.6 2006/11/10 14:15:29 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php4/eaccelerator/eaccelerator-0.9.5.ebuild,v 1.7 2007/01/28 06:28:49 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}-php4/ 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}-php4/ for some examples"
+ elog "and information on how to use the functions that"
+ elog "eAccelerator adds to PHP."
+ elog
}