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
commit501387be07243e8c05d48450978fc35b86b0ad24 (patch)
tree92f1ec9a73426522b3343a682758659d193b3509 /dev-php5/eaccelerator
parentReplacing einfo with elog (diff)
downloadhistorical-501387be07243e8c05d48450978fc35b86b0ad24.tar.gz
historical-501387be07243e8c05d48450978fc35b86b0ad24.tar.bz2
historical-501387be07243e8c05d48450978fc35b86b0ad24.zip
Replacing einfo with elog
Package-Manager: portage-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
}