Replacing einfo with elog
authorMarius Mauch <genone@gentoo.org>
Sun, 4 Mar 2007 00:03:33 +0000 (00:03 +0000)
committerMarius Mauch <genone@gentoo.org>
Sun, 4 Mar 2007 00:03:33 +0000 (00:03 +0000)
Package-Manager: portage-2.1.2-r10

dev-perl/RPC-XML/ChangeLog
dev-perl/RPC-XML/RPC-XML-0.54.ebuild
dev-perl/RPC-XML/RPC-XML-0.58.ebuild
dev-perl/RPC-XML/RPC-XML-0.59.ebuild
dev-perl/perltidy/ChangeLog
dev-perl/perltidy/perltidy-20060719.ebuild

index 339863b50a6c1d98b83605b220e973742f6f4d4f..fdc9b4895115671e56354717ed659d972b2058e9 100644 (file)
@@ -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 <genone@gentoo.org> RPC-XML-0.54.ebuild,
+  RPC-XML-0.58.ebuild, RPC-XML-0.59.ebuild:
+  Replacing einfo with elog
 
   22 Jan 2007; Bryan Ã˜stergaard <kloeri@gentoo.org> RPC-XML-0.59.ebuild:
   Stable on Alpha + IA64.
index 6abed8bf93e4d826e5bde7ba2d1b705d69d2dde7..944954b8e8e5820b0fc1997039fe73028aa7f88a 100644 (file)
@@ -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 <Perl> 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 <Perl> sections, which"
+       ewarn "are the real strength of the Apache::RPC::Server class."
        fi
 }
 
index bbfb243a69b0d1412e2f2f0c1b2ee890db647ad2..40ce0701fb539c09dd02ffac263c2f8a2b1f0da5 100644 (file)
@@ -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 <Perl> 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 <Perl> sections, which"
+       ewarn "are the real strength of the Apache::RPC::Server class."
        fi
 }
 
index 68a3978ef54ee0de33fa1402d0a0dffa3f639b79..5029fd343b18c9d7e8136e721b18631e6a0e07cd 100644 (file)
@@ -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 <Perl> 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 <Perl> sections, which"
+       ewarn "are the real strength of the Apache::RPC::Server class."
        fi
 }
 
index de0277cccbbfb7898e1df584cfdc4c2c3332bad0..93c3c2ff506b1a49af6d2611514733a5d1dfc372 100644 (file)
@@ -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 <genone@gentoo.org> perltidy-20060719.ebuild:
+  Replacing einfo with elog
 
   21 Oct 2006; Tobias Scherbaum <dertobi123@gentoo.org>
   perltidy-20060719.ebuild:
index f90ea3414080cf282f2ac1013b99619483173048..c7bf668f132bae552fed15b526adaa532f8a7bf6 100644 (file)
@@ -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}"
 }