summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-shells/zsh-completion')
-rw-r--r--app-shells/zsh-completion/ChangeLog9
-rw-r--r--app-shells/zsh-completion/zsh-completion-20040730.ebuild14
-rw-r--r--app-shells/zsh-completion/zsh-completion-20050120.ebuild14
-rw-r--r--app-shells/zsh-completion/zsh-completion-20050503.ebuild14
-rw-r--r--app-shells/zsh-completion/zsh-completion-20060618.ebuild14
5 files changed, 35 insertions, 30 deletions
diff --git a/app-shells/zsh-completion/ChangeLog b/app-shells/zsh-completion/ChangeLog
index 0e2c2a2fd144..7d9b8b3dfcf2 100644
--- a/app-shells/zsh-completion/ChangeLog
+++ b/app-shells/zsh-completion/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-shells/zsh-completion
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh-completion/ChangeLog,v 1.16 2006/11/17 15:11:40 flameeyes Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh-completion/ChangeLog,v 1.17 2007/01/24 04:00:44 genone Exp $
+
+ 24 Jan 2007; Marius Mauch <genone@gentoo.org>
+ zsh-completion-20040730.ebuild, zsh-completion-20050120.ebuild,
+ zsh-completion-20050503.ebuild, zsh-completion-20060618.ebuild:
+ Replacing einfo with elog
17 Nov 2006; Diego Pettenò <flameeyes@gentoo.org>
zsh-completion-20060618.ebuild:
diff --git a/app-shells/zsh-completion/zsh-completion-20040730.ebuild b/app-shells/zsh-completion/zsh-completion-20040730.ebuild
index ce855e6f3458..46d29889bec5 100644
--- a/app-shells/zsh-completion/zsh-completion-20040730.ebuild
+++ b/app-shells/zsh-completion/zsh-completion-20040730.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 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-completion/zsh-completion-20040730.ebuild,v 1.5 2005/04/06 04:49:56 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh-completion/zsh-completion-20040730.ebuild,v 1.6 2007/01/24 04:00:44 genone Exp $
DESCRIPTION="Programmable Completion for zsh (includes emerge and ebuild commands)"
HOMEPAGE="http://www.zsh.org/"
@@ -22,9 +22,9 @@ src_install() {
}
pkg_postinst() {
- einfo
- einfo "If you happen to compile your functions, you may need to delete"
- einfo "~/.zcompdump{,.zwc} and recompile to make zsh-completion available"
- einfo "to your shell."
- einfo
+ elog
+ elog "If you happen to compile your functions, you may need to delete"
+ elog "~/.zcompdump{,.zwc} and recompile to make zsh-completion available"
+ elog "to your shell."
+ elog
}
diff --git a/app-shells/zsh-completion/zsh-completion-20050120.ebuild b/app-shells/zsh-completion/zsh-completion-20050120.ebuild
index 1d35011b32af..2b770cabdf6b 100644
--- a/app-shells/zsh-completion/zsh-completion-20050120.ebuild
+++ b/app-shells/zsh-completion/zsh-completion-20050120.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-completion/zsh-completion-20050120.ebuild,v 1.9 2006/09/03 06:04:37 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh-completion/zsh-completion-20050120.ebuild,v 1.10 2007/01/24 04:00:44 genone Exp $
DESCRIPTION="Programmable Completion for zsh (includes emerge and ebuild commands)"
HOMEPAGE="http://www.zsh.org/"
@@ -24,9 +24,9 @@ src_install() {
}
pkg_postinst() {
- einfo
- einfo "If you happen to compile your functions, you may need to delete"
- einfo "~/.zcompdump{,.zwc} and recompile to make zsh-completion available"
- einfo "to your shell."
- einfo
+ elog
+ elog "If you happen to compile your functions, you may need to delete"
+ elog "~/.zcompdump{,.zwc} and recompile to make zsh-completion available"
+ elog "to your shell."
+ elog
}
diff --git a/app-shells/zsh-completion/zsh-completion-20050503.ebuild b/app-shells/zsh-completion/zsh-completion-20050503.ebuild
index 92a7632ca2f4..cda61931760c 100644
--- a/app-shells/zsh-completion/zsh-completion-20050503.ebuild
+++ b/app-shells/zsh-completion/zsh-completion-20050503.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 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-completion/zsh-completion-20050503.ebuild,v 1.2 2006/09/03 06:04:37 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh-completion/zsh-completion-20050503.ebuild,v 1.3 2007/01/24 04:00:44 genone Exp $
DESCRIPTION="Programmable Completion for zsh (includes emerge and ebuild commands)"
HOMEPAGE="http://www.zsh.org/"
@@ -24,9 +24,9 @@ src_install() {
}
pkg_postinst() {
- einfo
- einfo "If you happen to compile your functions, you may need to delete"
- einfo "~/.zcompdump{,.zwc} and recompile to make zsh-completion available"
- einfo "to your shell."
- einfo
+ elog
+ elog "If you happen to compile your functions, you may need to delete"
+ elog "~/.zcompdump{,.zwc} and recompile to make zsh-completion available"
+ elog "to your shell."
+ elog
}
diff --git a/app-shells/zsh-completion/zsh-completion-20060618.ebuild b/app-shells/zsh-completion/zsh-completion-20060618.ebuild
index 8745d3d66abc..0dcb299f204c 100644
--- a/app-shells/zsh-completion/zsh-completion-20060618.ebuild
+++ b/app-shells/zsh-completion/zsh-completion-20060618.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-completion/zsh-completion-20060618.ebuild,v 1.4 2006/11/17 15:11:40 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh-completion/zsh-completion-20060618.ebuild,v 1.5 2007/01/24 04:00:44 genone Exp $
DESCRIPTION="Programmable Completion for zsh (includes emerge and ebuild commands)"
HOMEPAGE="http://www.zsh.org/"
@@ -24,9 +24,9 @@ src_install() {
}
pkg_postinst() {
- einfo
- einfo "If you happen to compile your functions, you may need to delete"
- einfo "~/.zcompdump{,.zwc} and recompile to make zsh-completion available"
- einfo "to your shell."
- einfo
+ elog
+ elog "If you happen to compile your functions, you may need to delete"
+ elog "~/.zcompdump{,.zwc} and recompile to make zsh-completion available"
+ elog "to your shell."
+ elog
}