diff options
Diffstat (limited to 'app-shells/rust-zshcomp/rust-zshcomp-9999.ebuild')
-rw-r--r-- | app-shells/rust-zshcomp/rust-zshcomp-9999.ebuild | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/app-shells/rust-zshcomp/rust-zshcomp-9999.ebuild b/app-shells/rust-zshcomp/rust-zshcomp-9999.ebuild deleted file mode 100644 index 3b608e0b5734..000000000000 --- a/app-shells/rust-zshcomp/rust-zshcomp-9999.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/rust-zshcomp/rust-zshcomp-9999.ebuild,v 1.1 2014/10/18 12:44:35 jauhien Exp $ - -EAPI="5" - -inherit git-r3 - -DESCRIPTION="Rust zsh completions" -HOMEPAGE="http://www.rust-lang.org/" -EGIT_REPO_URI="git://github.com/rust-lang/rust.git" - -LICENSE="|| ( MIT Apache-2.0 )" -SLOT="0" -KEYWORDS="" - -DEPEND="app-shells/zsh - !!<=app-admin/eselect-rust-0.1_pre20140820 - !<=dev-lang/rust-0.11.0-r1:0.11 - !<=dev-lang/rust-999:nightly - !<=dev-lang/rust-9999-r2:git -" -RDEPEND="${DEPEND}" - -src_configure() { - : -} - -src_compile() { - : -} - -src_install() { - insinto /usr/share/zsh/site-functions - doins src/etc/zsh/_rust -} |