From eefcc291ca978167942397cdca4b85d606fdd4b3 Mon Sep 17 00:00:00 2001 From: Marius Mauch Date: Sun, 28 Jan 2007 06:37:27 +0000 Subject: Replacing einfo with elog (Portage version: 2.1.2-r4) --- dev-php5/phpdbg/ChangeLog | 8 ++++++-- dev-php5/phpdbg/phpdbg-2.11.32.ebuild | 10 +++++----- dev-php5/phpdbg/phpdbg-2.13.1.ebuild | 10 +++++----- 3 files changed, 16 insertions(+), 12 deletions(-) (limited to 'dev-php5/phpdbg') 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 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." } -- cgit v1.2.3-65-gdbad