summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2007-06-28 11:24:34 +0000
committerMichael Cummings <mcummings@gentoo.org>2007-06-28 11:24:34 +0000
commitc5cbfa0e6db6844f3b9640aa99e8806e2f640a07 (patch)
treec5c28cffeacc5b3ee189e9ac1496310dd355e356 /www-misc
parentAdding nptl to the amd64 make.defaults. (diff)
downloadgentoo-2-c5cbfa0e6db6844f3b9640aa99e8806e2f640a07.tar.gz
gentoo-2-c5cbfa0e6db6844f3b9640aa99e8806e2f640a07.tar.bz2
gentoo-2-c5cbfa0e6db6844f3b9640aa99e8806e2f640a07.zip
Changed postint from einfo to elog so new portage can display
(Portage version: 2.1.3_rc5)
Diffstat (limited to 'www-misc')
-rw-r--r--www-misc/libapreq2/ChangeLog6
-rw-r--r--www-misc/libapreq2/libapreq2-2.08-r1.ebuild16
2 files changed, 13 insertions, 9 deletions
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 <mcummings@gentoo.org>
+ 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
}