summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-28 06:37:27 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-28 06:37:27 +0000
commiteefcc291ca978167942397cdca4b85d606fdd4b3 (patch)
tree9aa50f590b6922ff7c030496b3e3db12ac5d5174 /dev-php5
parentReplacing einfo with elog (diff)
downloadgentoo-2-eefcc291ca978167942397cdca4b85d606fdd4b3.tar.gz
gentoo-2-eefcc291ca978167942397cdca4b85d606fdd4b3.tar.bz2
gentoo-2-eefcc291ca978167942397cdca4b85d606fdd4b3.zip
Replacing einfo with elog
(Portage version: 2.1.2-r4)
Diffstat (limited to 'dev-php5')
-rw-r--r--dev-php5/phpdbg/ChangeLog8
-rw-r--r--dev-php5/phpdbg/phpdbg-2.11.32.ebuild10
-rw-r--r--dev-php5/phpdbg/phpdbg-2.13.1.ebuild10
3 files changed, 16 insertions, 12 deletions
diff --git a/dev-php5/phpdbg/ChangeLog b/dev-php5/phpdbg/ChangeLog
index 8ec1dfd15711..b02f9378e0ce 100644
--- a/dev-php5/phpdbg/ChangeLog
+++ b/dev-php5/phpdbg/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php5/phpdbg
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpdbg/ChangeLog,v 1.5 2006/04/15 22:37:14 chtekk Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpdbg/ChangeLog,v 1.6 2007/01/28 06:37:27 genone Exp $
+
+ 28 Jan 2007; Marius Mauch <genone@gentoo.org> phpdbg-2.11.32.ebuild,
+ phpdbg-2.13.1.ebuild:
+ Replacing einfo with elog
*phpdbg-2.13.1 (15 Apr 2006)
diff --git a/dev-php5/phpdbg/phpdbg-2.11.32.ebuild b/dev-php5/phpdbg/phpdbg-2.11.32.ebuild
index 630046746b3f..07162018ac84 100644
--- a/dev-php5/phpdbg/phpdbg-2.11.32.ebuild
+++ b/dev-php5/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-php5/phpdbg/phpdbg-2.11.32.ebuild,v 1.5 2006/04/15 22:37:14 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpdbg/phpdbg-2.11.32.ebuild,v 1.6 2007/01/28 06:37:27 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-php5/phpdbg/phpdbg-2.13.1.ebuild b/dev-php5/phpdbg/phpdbg-2.13.1.ebuild
index 2bfa75b596c8..5015bba46b2e 100644
--- a/dev-php5/phpdbg/phpdbg-2.13.1.ebuild
+++ b/dev-php5/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-php5/phpdbg/phpdbg-2.13.1.ebuild,v 1.1 2006/04/15 22:37:14 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpdbg/phpdbg-2.13.1.ebuild,v 1.2 2007/01/28 06:37:27 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."
}