summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Walker <ka0ttic@gentoo.org>2004-12-25 13:04:58 +0000
committerAaron Walker <ka0ttic@gentoo.org>2004-12-25 13:04:58 +0000
commitf26dbf254e2922f8ea791cf84e8629c2fb08449b (patch)
tree74e5b92667a8402c173fa5cb8d2879f0db262f7b /app-shells
parentInitial 2.6.10 release. inotify upgraded to 0.17, squashfs to 2.1, new versio... (diff)
downloadhistorical-f26dbf254e2922f8ea791cf84e8629c2fb08449b.tar.gz
historical-f26dbf254e2922f8ea791cf84e8629c2fb08449b.tar.bz2
historical-f26dbf254e2922f8ea791cf84e8629c2fb08449b.zip
RDEPEND on bash or zsh, since zsh is also able to read bash-completions; bug 75384. Also added some einfo's with URL's to more info for zsh users.
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/bash-completion/ChangeLog7
-rw-r--r--app-shells/bash-completion/Manifest26
-rw-r--r--app-shells/bash-completion/bash-completion-20041017-r3.ebuild15
3 files changed, 37 insertions, 11 deletions
diff --git a/app-shells/bash-completion/ChangeLog b/app-shells/bash-completion/ChangeLog
index 57fbe7496096..2c6d8a46a991 100644
--- a/app-shells/bash-completion/ChangeLog
+++ b/app-shells/bash-completion/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-shells/bash-completion
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.86 2004/12/16 05:03:16 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.87 2004/12/25 13:04:58 ka0ttic Exp $
+
+ 25 Dec 2004; Aaron Walker <ka0ttic@gentoo.org>
+ bash-completion-20041017-r3.ebuild:
+ RDEPEND on bash or zsh, since zsh is also able to read bash-completions; bug
+ 75384. Also added some einfo's with URL's to more info for zsh users.
16 Dec 2004; Dylan Carlson <absinthe@gentoo.org>
bash-completion-20041017-r1.ebuild:
diff --git a/app-shells/bash-completion/Manifest b/app-shells/bash-completion/Manifest
index f3b3d6b4b36c..07c10da91a29 100644
--- a/app-shells/bash-completion/Manifest
+++ b/app-shells/bash-completion/Manifest
@@ -1,14 +1,24 @@
-MD5 fa736d3b5316a655ae29d03c33ed08c9 ChangeLog 12941
-MD5 7d4aeaf81dd9f767c41a81c3e47d01a2 bash-completion-20040704-r1.ebuild 2087
-MD5 50f43407f43fdbbfa26b4d63f947497a bash-completion-20040711.ebuild 2088
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 04dba074a9331d2881efb4a426a21c9d bash-completion-20041017-r1.ebuild 2264
+MD5 0b26a4522cf765b17777c0ffe06f3d43 bash-completion-20041017-r3.ebuild 2654
+MD5 50f43407f43fdbbfa26b4d63f947497a bash-completion-20040711.ebuild 2088
MD5 3dd5c92a16a56b69940d52641f6153bd bash-completion-20041017-r2.ebuild 2361
-MD5 1ba1f8ef6aa1e1ab69f92b76717014cf bash-completion-20041017-r3.ebuild 2295
+MD5 7d4aeaf81dd9f767c41a81c3e47d01a2 bash-completion-20040704-r1.ebuild 2087
+MD5 693a5c20ba5c72acfabaafaa53f762d3 ChangeLog 13179
MD5 00e8cae3d9ece63e4be61f4a2b3afd5e metadata.xml 930
-MD5 61eddfb92948b070333a59498edf5266 files/20041017-gentoo.diff 2032
-MD5 3b7f1d6155d6deff5812264ef6bc4c07 files/bash-completion 724
-MD5 49e9f0b0674471ff56169ce7d9265fb2 files/digest-bash-completion-20040704-r1 151
-MD5 73c3177da25971c1db7bb6482b5d1580 files/digest-bash-completion-20040711 151
MD5 236fd9c517ac5642cae8df109dbaf9f6 files/digest-bash-completion-20041017-r1 152
MD5 23f48288589834ae8496f6dc07d0d689 files/digest-bash-completion-20041017-r2 152
MD5 9aca91cdcddd5454ebc4f17efe465d71 files/digest-bash-completion-20041017-r3 152
+MD5 3b7f1d6155d6deff5812264ef6bc4c07 files/bash-completion 724
+MD5 73c3177da25971c1db7bb6482b5d1580 files/digest-bash-completion-20040711 151
+MD5 61eddfb92948b070333a59498edf5266 files/20041017-gentoo.diff 2032
+MD5 49e9f0b0674471ff56169ce7d9265fb2 files/digest-bash-completion-20040704-r1 151
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.2.6 (GNU/Linux)
+
+iD8DBQFBzWWCEZCkKN40op4RAkO0AJ9ct1wS5KMhjmGnpk0SYyFRJIJGvwCeNu0F
+JF9CnyR/JN4NU5DQh55zM3A=
+=HboQ
+-----END PGP SIGNATURE-----
diff --git a/app-shells/bash-completion/bash-completion-20041017-r3.ebuild b/app-shells/bash-completion/bash-completion-20041017-r3.ebuild
index 6a6e69b896c6..28174cae9e9d 100644
--- a/app-shells/bash-completion/bash-completion-20041017-r3.ebuild
+++ b/app-shells/bash-completion/bash-completion-20041017-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-20041017-r3.ebuild,v 1.1 2004/12/06 16:28:44 ka0ttic Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-20041017-r3.ebuild,v 1.2 2004/12/25 13:04:58 ka0ttic Exp $
inherit eutils
@@ -18,7 +18,10 @@ IUSE=""
DEPEND="app-arch/tar
app-arch/bzip2"
-RDEPEND=">=app-shells/bash-2.05a"
+RDEPEND="|| (
+ >=app-shells/bash-2.05a
+ app-shells/zsh
+ )"
S="${WORKDIR}/${PN/-/_}"
@@ -67,4 +70,12 @@ pkg_postinst() {
ewarn "Please run etc-update to replace /etc/bash_completion.d/gentoo with a symlink."
fi
echo
+
+ if has_version 'app-shells/zsh' ; then
+ einfo "If you are interested in using the provided bash completion functions with"
+ einfo "zsh, valuable tips on the effective use of bashcompinit are available:"
+ einfo " http://www.zsh.org/mla/workers/2003/msg00046.html"
+ einfo " http://zshwiki.org/ZshSwitchingTo"
+ echo
+ fi
}