summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-24 04:00:44 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-24 04:00:44 +0000
commitfe94dc76e120afa563b5544a9bcd967b5ef2cb04 (patch)
treeaf700cb913026804176a2d90cdd61c5fa703f1e6 /app-shells/zsh/zsh-4.2.5.ebuild
parentcleanup old versions (diff)
downloadhistorical-fe94dc76e120afa563b5544a9bcd967b5ef2cb04.tar.gz
historical-fe94dc76e120afa563b5544a9bcd967b5ef2cb04.tar.bz2
historical-fe94dc76e120afa563b5544a9bcd967b5ef2cb04.zip
Replacing einfo with elog
Package-Manager: portage-2.1.2-r2
Diffstat (limited to 'app-shells/zsh/zsh-4.2.5.ebuild')
-rw-r--r--app-shells/zsh/zsh-4.2.5.ebuild28
1 files changed, 14 insertions, 14 deletions
diff --git a/app-shells/zsh/zsh-4.2.5.ebuild b/app-shells/zsh/zsh-4.2.5.ebuild
index d5ef51f69576..304b86958f42 100644
--- a/app-shells/zsh/zsh-4.2.5.ebuild
+++ b/app-shells/zsh/zsh-4.2.5.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/app-shells/zsh/zsh-4.2.5.ebuild,v 1.12 2006/09/03 06:04:34 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.2.5.ebuild,v 1.13 2007/01/24 03:59:25 genone Exp $
inherit eutils multilib
@@ -141,18 +141,18 @@ pkg_preinst() {
}
pkg_postinst() {
- einfo
- einfo "If you want to enable Portage completions and Gentoo prompt,"
- einfo "emerge app-shells/zsh-completion and add"
- einfo " autoload -U compinit promptinit"
- einfo " compinit"
- einfo " promptinit; prompt gentoo"
- einfo "to your ~/.zshrc"
- einfo
- einfo "Also, if you want to enable cache for the completions, add"
- einfo " zstyle ':completion::complete:*' use-cache 1"
- einfo "to your ~/.zshrc"
- einfo
+ elog
+ elog "If you want to enable Portage completions and Gentoo prompt,"
+ elog "emerge app-shells/zsh-completion and add"
+ elog " autoload -U compinit promptinit"
+ elog " compinit"
+ elog " promptinit; prompt gentoo"
+ elog "to your ~/.zshrc"
+ elog
+ elog "Also, if you want to enable cache for the completions, add"
+ elog " zstyle ':completion::complete:*' use-cache 1"
+ elog "to your ~/.zshrc"
+ elog
# see Bug 26776
ewarn
ewarn "If you are upgrading from zsh-4.0.x you may need to"