From c5cbfa0e6db6844f3b9640aa99e8806e2f640a07 Mon Sep 17 00:00:00 2001 From: Michael Cummings Date: Thu, 28 Jun 2007 11:24:34 +0000 Subject: Changed postint from einfo to elog so new portage can display (Portage version: 2.1.3_rc5) --- www-misc/libapreq2/ChangeLog | 6 +++++- www-misc/libapreq2/libapreq2-2.08-r1.ebuild | 16 ++++++++-------- 2 files changed, 13 insertions(+), 9 deletions(-) (limited to 'www-misc') diff --git a/www-misc/libapreq2/ChangeLog b/www-misc/libapreq2/ChangeLog index 43ab687830b2..9a0dffcc7f92 100644 --- a/www-misc/libapreq2/ChangeLog +++ b/www-misc/libapreq2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-misc/libapreq2 # Copyright 2003-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-misc/libapreq2/ChangeLog,v 1.9 2007/05/31 11:15:50 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-misc/libapreq2/ChangeLog,v 1.10 2007/06/28 11:24:34 mcummings Exp $ + + 28 Jun 2007; Michael Cummings + libapreq2-2.08-r1.ebuild: + Changed postint from einfo to elog so new portage can display *libapreq2-2.08-r1 (31 May 2007) diff --git a/www-misc/libapreq2/libapreq2-2.08-r1.ebuild b/www-misc/libapreq2/libapreq2-2.08-r1.ebuild index a2e05bed23d7..43dc95144d2d 100644 --- a/www-misc/libapreq2/libapreq2-2.08-r1.ebuild +++ b/www-misc/libapreq2/libapreq2-2.08-r1.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/www-misc/libapreq2/libapreq2-2.08-r1.ebuild,v 1.1 2007/05/31 11:15:50 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-misc/libapreq2/libapreq2-2.08-r1.ebuild,v 1.2 2007/06/28 11:24:34 mcummings Exp $ inherit perl-module depend.apache multilib @@ -85,12 +85,12 @@ src_install() { } pkg_postinst() { - einfo - einfo "To enable ${PN}, you need to edit your /etc/conf.d/apache2 file and" - einfo "add '-D APREQ' to APACHE2_OPTS." - einfo "Configuration file installed as" - einfo " ${APACHE2_MODULES_CONFDIR}/76_mod_apreq.conf" - einfo "You may want to edit it before turning the module on in /etc/conf.d/apache2" - einfo + elog + elog "To enable ${PN}, you need to edit your /etc/conf.d/apache2 file and" + elog "add '-D APREQ' to APACHE2_OPTS." + elog "Configuration file installed as" + elog " ${APACHE2_MODULES_CONFDIR}/76_mod_apreq.conf" + elog "You may want to edit it before turning the module on in /etc/conf.d/apache2" + elog } -- cgit v1.2.3-65-gdbad