summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-03-04 00:03:33 +0000
committerMarius Mauch <genone@gentoo.org>2007-03-04 00:03:33 +0000
commit45b140c7c869be7aa3bae6b2184812ce6cd696e0 (patch)
tree9c3dfd51189616f2df9f5871f56c4ebec7717bf1 /dev-perl/RPC-XML
parentReplacing einfo with elog (diff)
downloadhistorical-45b140c7c869be7aa3bae6b2184812ce6cd696e0.tar.gz
historical-45b140c7c869be7aa3bae6b2184812ce6cd696e0.tar.bz2
historical-45b140c7c869be7aa3bae6b2184812ce6cd696e0.zip
Replacing einfo with elog
Package-Manager: portage-2.1.2-r10
Diffstat (limited to 'dev-perl/RPC-XML')
-rw-r--r--dev-perl/RPC-XML/ChangeLog6
-rw-r--r--dev-perl/RPC-XML/RPC-XML-0.54.ebuild22
-rw-r--r--dev-perl/RPC-XML/RPC-XML-0.58.ebuild22
-rw-r--r--dev-perl/RPC-XML/RPC-XML-0.59.ebuild20
4 files changed, 37 insertions, 33 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 <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.
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 <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
}
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 <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
}
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 <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
}