summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-28 06:31:28 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-28 06:31:28 +0000
commite1c943447685b3d399bdce730dd6e43fd9b84c52 (patch)
tree75e57293136719f4a6919dd3b49cb96f0ae661bd /dev-php4
parentReplacing einfo with elog (diff)
downloadhistorical-e1c943447685b3d399bdce730dd6e43fd9b84c52.tar.gz
historical-e1c943447685b3d399bdce730dd6e43fd9b84c52.tar.bz2
historical-e1c943447685b3d399bdce730dd6e43fd9b84c52.zip
Replacing einfo with elog
Package-Manager: portage-2.1.2-r4
Diffstat (limited to 'dev-php4')
-rw-r--r--dev-php4/eaccelerator/ChangeLog7
-rw-r--r--dev-php4/eaccelerator/eaccelerator-0.9.5.ebuild20
-rw-r--r--dev-php4/pecl-apc/ChangeLog7
-rw-r--r--dev-php4/pecl-apc/pecl-apc-3.0.12_p2.ebuild8
4 files changed, 24 insertions, 18 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
}
diff --git a/dev-php4/pecl-apc/ChangeLog b/dev-php4/pecl-apc/ChangeLog
index ebbd4713d68d..c9b514325893 100644
--- a/dev-php4/pecl-apc/ChangeLog
+++ b/dev-php4/pecl-apc/ChangeLog
@@ -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:
diff --git a/dev-php4/pecl-apc/pecl-apc-3.0.12_p2.ebuild b/dev-php4/pecl-apc/pecl-apc-3.0.12_p2.ebuild
index bf8ccfe2f90a..f06891dc92f1 100644
--- a/dev-php4/pecl-apc/pecl-apc-3.0.12_p2.ebuild
+++ b/dev-php4/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-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/."
}