diff options
author | Mamoru Komachi <usata@gentoo.org> | 2003-08-20 10:18:10 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2003-08-20 10:18:10 +0000 |
commit | e9ff6c8f30577a5f32666590e0ef31b5c0cd2f2b (patch) | |
tree | 4952efa73b8d3edd8b007590fc24aad9ad80db62 /app-shells/zsh | |
parent | CPAN Update - feature fix/add (diff) | |
download | gentoo-2-e9ff6c8f30577a5f32666590e0ef31b5c0cd2f2b.tar.gz gentoo-2-e9ff6c8f30577a5f32666590e0ef31b5c0cd2f2b.tar.bz2 gentoo-2-e9ff6c8f30577a5f32666590e0ef31b5c0cd2f2b.zip |
added a notice about tab completion, closing bug #26776
Diffstat (limited to 'app-shells/zsh')
-rw-r--r-- | app-shells/zsh/ChangeLog | 7 | ||||
-rw-r--r-- | app-shells/zsh/Manifest | 6 | ||||
-rw-r--r-- | app-shells/zsh/zsh-4.1.0_pre7.ebuild | 12 | ||||
-rw-r--r-- | app-shells/zsh/zsh-4.1.1.ebuild | 12 |
4 files changed, 31 insertions, 6 deletions
diff --git a/app-shells/zsh/ChangeLog b/app-shells/zsh/ChangeLog index ec6d74d5c38c..6ce56ff70156 100644 --- a/app-shells/zsh/ChangeLog +++ b/app-shells/zsh/ChangeLog @@ -1,9 +1,14 @@ # ChangeLog for app-shells/zsh # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/ChangeLog,v 1.24 2003/08/14 18:38:05 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/ChangeLog,v 1.25 2003/08/20 10:18:03 usata Exp $ *zsh-4.1.1 (24 Jul 2003) + 20 Aug 2003; Mamoru KOMACHI <usata@gentoo.org> zsh-4.1.0_pre7.ebuild, + zsh-4.1.1.ebuild: + Added a little notice about completion for users from zsh 4.0.x, + see bug #26776. + 15 Aug 2003; Mamoru KOMACHI <usata@gentoo.org> zsh-4.1.1.ebuild: Changed x86 ~x86 (I've got a bug report that tab completion doesn't work for 4.1.1, while he has no problem with 4.0.x) diff --git a/app-shells/zsh/Manifest b/app-shells/zsh/Manifest index 263ca5ffcb34..1c2495fa639c 100644 --- a/app-shells/zsh/Manifest +++ b/app-shells/zsh/Manifest @@ -1,10 +1,10 @@ -MD5 e662c5b361e6f06a736d8c642f31e7ec ChangeLog 4941 +MD5 8b718b3214493713d2f19a0b9678f674 ChangeLog 5119 MD5 20fe4a0c8938a7d63bef94149ee8f797 zsh-4.0.6-r1.ebuild 1361 MD5 ffc94926659f33268966535c421a0cfa zsh-4.0.6-r3.ebuild 1509 MD5 366f440161ef1f5755ebf7bdaa201b61 zsh-4.0.6-r4.ebuild 1800 -MD5 85b611cc5999f85f062f9d67d3b89463 zsh-4.1.0_pre7.ebuild 1784 +MD5 b1b9d882c288cff8693fd7b11aaa3f9d zsh-4.1.0_pre7.ebuild 2019 MD5 3f7eb5c690643e7bd3d696f4379ffca6 zsh-4.0.7.ebuild 2325 -MD5 e154da617acd83aa3d43cc374645781e zsh-4.1.1.ebuild 2542 +MD5 c002d6fcc955fd7613d01424739323f7 zsh-4.1.1.ebuild 2777 MD5 30a6361dbaeb57ce5449160c620c5daf files/digest-zsh-4.0.6-r1 62 MD5 28e464ce201f3343debf24cced1bcfcb files/digest-zsh-4.0.6-r3 187 MD5 28e464ce201f3343debf24cced1bcfcb files/digest-zsh-4.0.6-r4 187 diff --git a/app-shells/zsh/zsh-4.1.0_pre7.ebuild b/app-shells/zsh/zsh-4.1.0_pre7.ebuild index 2c114937d249..236337f15564 100644 --- a/app-shells/zsh/zsh-4.1.0_pre7.ebuild +++ b/app-shells/zsh/zsh-4.1.0_pre7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.1.0_pre7.ebuild,v 1.3 2003/08/14 08:59:43 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.1.0_pre7.ebuild,v 1.4 2003/08/20 10:18:03 usata Exp $ IUSE="ncurses" MY_PV=${PV%_*}-dev-${PV#*_pre} @@ -60,3 +60,13 @@ src_install() { insinto /etc/zsh doins ${FILESDIR}/zshenv } + +pkg_postinst() { + + # see Bug 26776 + ewarn + ewarn "If you are upgrading from zsh-4.0.x you may need to" + ewarn "remove all your old ~/.zcompdump files in order to use" + ewarn "completion. For more info see zcompsys manpage." + ewarn +} diff --git a/app-shells/zsh/zsh-4.1.1.ebuild b/app-shells/zsh/zsh-4.1.1.ebuild index 06bbed51ab40..ef87586191ba 100644 --- a/app-shells/zsh/zsh-4.1.1.ebuild +++ b/app-shells/zsh/zsh-4.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.1.1.ebuild,v 1.4 2003/08/14 18:38:05 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.1.1.ebuild,v 1.5 2003/08/20 10:18:03 usata Exp $ inherit eutils @@ -88,3 +88,13 @@ pkg_preinst() { mv /etc/zsh/zshenv /etc/zsh/zprofile fi } + +pkg_postinst() { + + # see Bug 26776 + ewarn + ewarn "If you are upgrading from zsh-4.0.x you may need to" + ewarn "remove all your old ~/.zcompdump files in order to use" + ewarn "completion. For more info see zcompsys manpage." + ewarn +} |