summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-03-04 00:02:04 +0000
committerMarius Mauch <genone@gentoo.org>2007-03-04 00:02:04 +0000
commitc64f3f0c71b30ecccc9dde51cb5d8ead611bab58 (patch)
treeddf96861f707f10a4a9ccfbf01d19bcb4860da28 /dev-perl/RPC-XML/RPC-XML-0.59.ebuild
parentReplacing einfo with elog (diff)
downloadgentoo-2-c64f3f0c71b30ecccc9dde51cb5d8ead611bab58.tar.gz
gentoo-2-c64f3f0c71b30ecccc9dde51cb5d8ead611bab58.tar.bz2
gentoo-2-c64f3f0c71b30ecccc9dde51cb5d8ead611bab58.zip
Replacing einfo with elog
(Portage version: 2.1.2-r10)
Diffstat (limited to 'dev-perl/RPC-XML/RPC-XML-0.59.ebuild')
-rw-r--r--dev-perl/RPC-XML/RPC-XML-0.59.ebuild20
1 files changed, 10 insertions, 10 deletions
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
}