From 45b140c7c869be7aa3bae6b2184812ce6cd696e0 Mon Sep 17 00:00:00 2001 From: Marius Mauch Date: Sun, 4 Mar 2007 00:03:33 +0000 Subject: [PATCH] Replacing einfo with elog Package-Manager: portage-2.1.2-r10 --- dev-perl/RPC-XML/ChangeLog | 6 +++++- dev-perl/RPC-XML/RPC-XML-0.54.ebuild | 22 +++++++++++----------- dev-perl/RPC-XML/RPC-XML-0.58.ebuild | 22 +++++++++++----------- dev-perl/RPC-XML/RPC-XML-0.59.ebuild | 20 ++++++++++---------- dev-perl/perltidy/ChangeLog | 7 +++++-- dev-perl/perltidy/perltidy-20060719.ebuild | 6 +++--- 6 files changed, 45 insertions(+), 38 deletions(-) diff --git a/dev-perl/RPC-XML/ChangeLog b/dev-perl/RPC-XML/ChangeLog index 339863b50a6c..fdc9b4895115 100644 --- a/dev-perl/RPC-XML/ChangeLog +++ b/dev-perl/RPC-XML/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/RPC-XML # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/ChangeLog,v 1.34 2007/01/22 14:18:30 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/ChangeLog,v 1.35 2007/03/04 00:02:04 genone Exp $ + + 04 Mar 2007; Marius Mauch RPC-XML-0.54.ebuild, + RPC-XML-0.58.ebuild, RPC-XML-0.59.ebuild: + Replacing einfo with elog 22 Jan 2007; Bryan Østergaard RPC-XML-0.59.ebuild: Stable on Alpha + IA64. diff --git a/dev-perl/RPC-XML/RPC-XML-0.54.ebuild b/dev-perl/RPC-XML/RPC-XML-0.54.ebuild index 6abed8bf93e4..944954b8e8e5 100644 --- a/dev-perl/RPC-XML/RPC-XML-0.54.ebuild +++ b/dev-perl/RPC-XML/RPC-XML-0.54.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-perl/RPC-XML/RPC-XML-0.54.ebuild,v 1.9 2006/11/24 18:19:12 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/RPC-XML-0.54.ebuild,v 1.10 2007/03/04 00:02:04 genone Exp $ inherit perl-module @@ -31,15 +31,15 @@ pkg_postinst() { [ -n "${HAVE_MP2}" ] && SETWARN=1 if [ "$SETWARN" == "1" ]; then - einfo "Apache2 or mod-perl-1.99 (mod_perl2) were detected." - einfo "" - einfo "NOTE FROM THE AUTHOR OF RPC-XML" - einfo "" - einfo "At present, this package does not work with Apache2 and the soon-to-be" - einfo "mod_perl2. The changes to the API for location handlers are too drastic to" - einfo "try and support both within the same class (I tried, using the compatibility" - einfo "layer). Also, mp2 does not currently provide support for sections, which" - einfo "are the real strength of the Apache::RPC::Server class." + ewarn "Apache2 or mod-perl-1.99 (mod_perl2) were detected." + ewarn "" + ewarn "NOTE FROM THE AUTHOR OF RPC-XML" + ewarn "" + ewarn "At present, this package does not work with Apache2 and the soon-to-be" + ewarn "mod_perl2. The changes to the API for location handlers are too drastic to" + ewarn "try and support both within the same class (I tried, using the compatibility" + ewarn "layer). Also, mp2 does not currently provide support for sections, which" + ewarn "are the real strength of the Apache::RPC::Server class." fi } diff --git a/dev-perl/RPC-XML/RPC-XML-0.58.ebuild b/dev-perl/RPC-XML/RPC-XML-0.58.ebuild index bbfb243a69b0..40ce0701fb53 100644 --- a/dev-perl/RPC-XML/RPC-XML-0.58.ebuild +++ b/dev-perl/RPC-XML/RPC-XML-0.58.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-perl/RPC-XML/RPC-XML-0.58.ebuild,v 1.11 2006/11/24 18:19:12 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/RPC-XML-0.58.ebuild,v 1.12 2007/03/04 00:02:04 genone Exp $ inherit perl-module @@ -33,15 +33,15 @@ pkg_postinst() { [ -n "${HAVE_MP2}" ] && SETWARN=1 if [ "$SETWARN" == "1" ]; then - einfo "Apache2 or mod-perl-1.99 (mod_perl2) were detected." - einfo "" - einfo "NOTE FROM THE AUTHOR OF RPC-XML" - einfo "" - einfo "At present, this package does not work with Apache2 and the soon-to-be" - einfo "mod_perl2. The changes to the API for location handlers are too drastic to" - einfo "try and support both within the same class (I tried, using the compatibility" - einfo "layer). Also, mp2 does not currently provide support for sections, which" - einfo "are the real strength of the Apache::RPC::Server class." + ewarn "Apache2 or mod-perl-1.99 (mod_perl2) were detected." + ewarn "" + ewarn "NOTE FROM THE AUTHOR OF RPC-XML" + ewarn "" + ewarn "At present, this package does not work with Apache2 and the soon-to-be" + ewarn "mod_perl2. The changes to the API for location handlers are too drastic to" + ewarn "try and support both within the same class (I tried, using the compatibility" + ewarn "layer). Also, mp2 does not currently provide support for sections, which" + ewarn "are the real strength of the Apache::RPC::Server class." fi } diff --git a/dev-perl/RPC-XML/RPC-XML-0.59.ebuild b/dev-perl/RPC-XML/RPC-XML-0.59.ebuild index 68a3978ef54e..5029fd343b18 100644 --- a/dev-perl/RPC-XML/RPC-XML-0.59.ebuild +++ b/dev-perl/RPC-XML/RPC-XML-0.59.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/RPC-XML-0.59.ebuild,v 1.6 2007/01/22 14:18:30 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/RPC-XML-0.59.ebuild,v 1.7 2007/03/04 00:02:04 genone Exp $ inherit perl-module @@ -33,15 +33,15 @@ pkg_postinst() { [ -n "${HAVE_MP2}" ] && SETWARN=1 if [ "$SETWARN" == "1" ]; then - einfo "Apache2 or mod-perl-1.99 (mod_perl2) were detected." - einfo "" - einfo "NOTE FROM THE AUTHOR OF RPC-XML" - einfo "" - einfo "At present, this package does not work with Apache2 and the soon-to-be" - einfo "mod_perl2. The changes to the API for location handlers are too drastic to" - einfo "try and support both within the same class (I tried, using the compatibility" - einfo "layer). Also, mp2 does not currently provide support for sections, which" - einfo "are the real strength of the Apache::RPC::Server class." + ewarn "Apache2 or mod-perl-1.99 (mod_perl2) were detected." + ewarn "" + ewarn "NOTE FROM THE AUTHOR OF RPC-XML" + ewarn "" + ewarn "At present, this package does not work with Apache2 and the soon-to-be" + ewarn "mod_perl2. The changes to the API for location handlers are too drastic to" + ewarn "try and support both within the same class (I tried, using the compatibility" + ewarn "layer). Also, mp2 does not currently provide support for sections, which" + ewarn "are the real strength of the Apache::RPC::Server class." fi } diff --git a/dev-perl/perltidy/ChangeLog b/dev-perl/perltidy/ChangeLog index de0277cccbbf..93c3c2ff506b 100644 --- a/dev-perl/perltidy/ChangeLog +++ b/dev-perl/perltidy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/perltidy -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/perltidy/ChangeLog,v 1.25 2006/10/21 14:50:58 dertobi123 Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/perltidy/ChangeLog,v 1.26 2007/03/04 00:03:33 genone Exp $ + + 04 Mar 2007; Marius Mauch perltidy-20060719.ebuild: + Replacing einfo with elog 21 Oct 2006; Tobias Scherbaum perltidy-20060719.ebuild: diff --git a/dev-perl/perltidy/perltidy-20060719.ebuild b/dev-perl/perltidy/perltidy-20060719.ebuild index f90ea3414080..c7bf668f132b 100644 --- a/dev-perl/perltidy/perltidy-20060719.ebuild +++ b/dev-perl/perltidy/perltidy-20060719.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-perl/perltidy/perltidy-20060719.ebuild,v 1.5 2006/10/21 14:50:58 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/perltidy/perltidy-20060719.ebuild,v 1.6 2007/03/04 00:03:33 genone Exp $ inherit perl-module @@ -21,7 +21,7 @@ mydoc="examples/*" mymake="/usr" pkg_postinst() { - einfo "Example scripts can be found in /usr/share/doc/${P}" + elog "Example scripts can be found in /usr/share/doc/${P}" } -- 2.26.2