summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-28 06:36:35 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-28 06:36:35 +0000
commiteda61a31611f82a7d09421048f7dac9ff9f6d45c (patch)
treec682dbe7d5307d74f20d96587bf0ed01fc396645 /dev-php4
parentReplacing einfo with elog (diff)
downloadgentoo-2-eda61a31611f82a7d09421048f7dac9ff9f6d45c.tar.gz
gentoo-2-eda61a31611f82a7d09421048f7dac9ff9f6d45c.tar.bz2
gentoo-2-eda61a31611f82a7d09421048f7dac9ff9f6d45c.zip
Replacing einfo with elog
(Portage version: 2.1.2-r4)
Diffstat (limited to 'dev-php4')
-rw-r--r--dev-php4/phpdbg/ChangeLog8
-rw-r--r--dev-php4/phpdbg/phpdbg-2.11.32.ebuild10
-rw-r--r--dev-php4/phpdbg/phpdbg-2.13.1.ebuild10
3 files changed, 16 insertions, 12 deletions
diff --git a/dev-php4/phpdbg/ChangeLog b/dev-php4/phpdbg/ChangeLog
index 6d6d51b084ae..6057ea2c4e60 100644
--- a/dev-php4/phpdbg/ChangeLog
+++ b/dev-php4/phpdbg/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php4/phpdbg
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php4/phpdbg/ChangeLog,v 1.6 2006/05/27 00:53:45 chtekk Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php4/phpdbg/ChangeLog,v 1.7 2007/01/28 06:36:35 genone Exp $
+
+ 28 Jan 2007; Marius Mauch <genone@gentoo.org> phpdbg-2.11.32.ebuild,
+ phpdbg-2.13.1.ebuild:
+ Replacing einfo with elog
27 May 2006; Luca Longinotti <chtekk@gentoo.org> phpdbg-2.13.1.ebuild:
Added to ~amd64.
diff --git a/dev-php4/phpdbg/phpdbg-2.11.32.ebuild b/dev-php4/phpdbg/phpdbg-2.11.32.ebuild
index 358ca765cd6b..3dffdf8add1d 100644
--- a/dev-php4/phpdbg/phpdbg-2.11.32.ebuild
+++ b/dev-php4/phpdbg/phpdbg-2.11.32.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/phpdbg/phpdbg-2.11.32.ebuild,v 1.5 2006/04/15 22:26:55 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php4/phpdbg/phpdbg-2.11.32.ebuild,v 1.6 2007/01/28 06:36:35 genone Exp $
PHP_EXT_NAME="dbg"
PHP_EXT_INI="yes"
@@ -49,10 +49,10 @@ src_install() {
}
pkg_postinst() {
- einfo "Please reload Apache to activate the changes."
+ elog "Please reload Apache to activate the changes."
}
pkg_postrm() {
- einfo "You need to remove all lines referring to the debugger, and"
- einfo "extension=dbg.so. Please reload Apache to activate the changes."
+ elog "You need to remove all lines referring to the debugger, and"
+ elog "extension=dbg.so. Please reload Apache to activate the changes."
}
diff --git a/dev-php4/phpdbg/phpdbg-2.13.1.ebuild b/dev-php4/phpdbg/phpdbg-2.13.1.ebuild
index a0e1264e8a7a..78db5b47ea27 100644
--- a/dev-php4/phpdbg/phpdbg-2.13.1.ebuild
+++ b/dev-php4/phpdbg/phpdbg-2.13.1.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/phpdbg/phpdbg-2.13.1.ebuild,v 1.2 2006/05/27 00:53:45 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php4/phpdbg/phpdbg-2.13.1.ebuild,v 1.3 2007/01/28 06:36:35 genone Exp $
PHP_EXT_NAME="dbg"
PHP_EXT_INI="yes"
@@ -49,10 +49,10 @@ src_install() {
}
pkg_postinst() {
- einfo "Please reload Apache to activate the changes."
+ elog "Please reload Apache to activate the changes."
}
pkg_postrm() {
- einfo "You need to remove all lines referring to the debugger, and"
- einfo "extension=dbg.so. Please reload Apache to activate the changes."
+ elog "You need to remove all lines referring to the debugger, and"
+ elog "extension=dbg.so. Please reload Apache to activate the changes."
}