Replacing einfo with elog
authorMarius Mauch <genone@gentoo.org>
Sun, 28 Jan 2007 06:31:28 +0000 (06:31 +0000)
committerMarius Mauch <genone@gentoo.org>
Sun, 28 Jan 2007 06:31:28 +0000 (06:31 +0000)
Package-Manager: portage-2.1.2-r4

dev-php4/eaccelerator/ChangeLog
dev-php4/eaccelerator/eaccelerator-0.9.5.ebuild
dev-php4/pecl-apc/ChangeLog
dev-php4/pecl-apc/pecl-apc-3.0.12_p2.ebuild

index db69c8f9f945362fddbbc184af7d270698b68c82..0155ace48d26a3706ebf38a3b466fb7f20762db3 100644 (file)
@@ -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:
index 02b7b9fb795581ce397ebc6e30a4eebfde5c12a5..a6e9c5191c40bbb1004c205cab1976aefa22b916 100644 (file)
@@ -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
 }
index ebbd4713d68d33dd642549399841fb6f6a98c307..c9b514325893e947bb1452e82bdd24f1cb364068 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php4/pecl-apc
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-apc/ChangeLog,v 1.18 2006/10/15 11:46:01 chtekk Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-apc/ChangeLog,v 1.19 2007/01/28 06:31:28 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:
index bf8ccfe2f90a24be8573d989e866971609f4c71e..f06891dc92f1e3877b4eacb5d678375bb7e85f71 100644 (file)
@@ -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/pecl-apc/pecl-apc-3.0.12_p2.ebuild,v 1.7 2006/10/15 11:46:01 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-apc/pecl-apc-3.0.12_p2.ebuild,v 1.8 2007/01/28 06:31:28 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/php4/apc/."
+       elog "The apc.php file shipped with this release of PECL-APC was"
+       elog "installed into /usr/share/php4/apc/."
 }