# 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:
-# 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"
# 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
}
# 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:
-# 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"
}
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/."
}