diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-24 03:59:25 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-24 03:59:25 +0000 |
commit | b5597c2dcb290e5199232ad26a80f4b9f744c20e (patch) | |
tree | 2bbc4f2f94730b867ac748b10ecda681979d2c4a /app-shells/zsh/zsh-4.2.6-r1.ebuild | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-b5597c2dcb290e5199232ad26a80f4b9f744c20e.tar.gz gentoo-2-b5597c2dcb290e5199232ad26a80f4b9f744c20e.tar.bz2 gentoo-2-b5597c2dcb290e5199232ad26a80f4b9f744c20e.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r2)
Diffstat (limited to 'app-shells/zsh/zsh-4.2.6-r1.ebuild')
-rw-r--r-- | app-shells/zsh/zsh-4.2.6-r1.ebuild | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/app-shells/zsh/zsh-4.2.6-r1.ebuild b/app-shells/zsh/zsh-4.2.6-r1.ebuild index 0dbefdb7709d..ebbdf6e44e90 100644 --- a/app-shells/zsh/zsh-4.2.6-r1.ebuild +++ b/app-shells/zsh/zsh-4.2.6-r1.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.6-r1.ebuild,v 1.3 2006/09/03 06:04:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.2.6-r1.ebuild,v 1.4 2007/01/24 03:59:25 genone Exp $ inherit eutils multilib @@ -133,18 +133,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" |