From: Marius Mauch Date: Sun, 28 Jan 2007 06:32:23 +0000 (+0000) Subject: Replacing einfo with elog X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=501387be07243e8c05d48450978fc35b86b0ad24;p=gentoo.git Replacing einfo with elog Package-Manager: portage-2.1.2-r4 --- 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 eaccelerator-0.9.5.ebuild: + Replacing einfo with elog 10 Nov 2006; Gustavo Zacarias 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 } 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 pecl-apc-3.0.12_p2.ebuild: + Replacing einfo with elog 15 Oct 2006; Luca Longinotti 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/." }