summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2005-02-22 15:40:35 +0000
committerMamoru Komachi <usata@gentoo.org>2005-02-22 15:40:35 +0000
commit725cef84ed42757fc238a34cfd5baf1216293292 (patch)
tree877eded41ab097298522f55190b31063678c2088 /app-shells/zsh-completion/zsh-completion-20050120.ebuild
parentMoved to app-laptop/fnfx. (diff)
downloadgentoo-2-725cef84ed42757fc238a34cfd5baf1216293292.tar.gz
gentoo-2-725cef84ed42757fc238a34cfd5baf1216293292.tar.bz2
gentoo-2-725cef84ed42757fc238a34cfd5baf1216293292.zip
Support '--' style operation and other improvements. Special thanks to baptux <bapt@ifrance.com> and oberyno <oberyno@gmail.com>; see bug #71957 and bug #71532.
(Portage version: 2.0.51.16)
Diffstat (limited to 'app-shells/zsh-completion/zsh-completion-20050120.ebuild')
-rw-r--r--app-shells/zsh-completion/zsh-completion-20050120.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/app-shells/zsh-completion/zsh-completion-20050120.ebuild b/app-shells/zsh-completion/zsh-completion-20050120.ebuild
new file mode 100644
index 000000000000..a6919c35939d
--- /dev/null
+++ b/app-shells/zsh-completion/zsh-completion-20050120.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2005 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.1 2005/02/22 15:40:35 usata Exp $
+
+DESCRIPTION="Programmable Completion for zsh (includes emerge and ebuild commands)"
+HOMEPAGE="http://www.zsh.org/"
+SRC_URI="http://dev.gentoo.org/~usata/distfiles/${P}.tar.gz"
+
+LICENSE="as-is"
+SLOT="0"
+KEYWORDS="~x86 ~ppc ~sparc alpha ~arm ~hppa ~amd64 ~ia64 ~ppc-macos"
+IUSE=""
+
+DEPEND="app-shells/zsh"
+
+#S="${WORKDIR}/${PN}"
+
+src_install() {
+
+ insinto /usr/share/zsh/site-functions
+ doins _*
+
+ dodoc README
+}