summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJauhien Piatlicki <jauhien@gentoo.org>2014-10-18 12:44:35 +0000
committerJauhien Piatlicki <jauhien@gentoo.org>2014-10-18 12:44:35 +0000
commitcbac9622c2a0458c86cbb231dd59a58fe2dba86c (patch)
tree1b81e06b59611f16ecf9852093328b7da0922749 /app-shells/rust-zshcomp
parentadd live version (diff)
downloadgentoo-2-cbac9622c2a0458c86cbb231dd59a58fe2dba86c.tar.gz
gentoo-2-cbac9622c2a0458c86cbb231dd59a58fe2dba86c.tar.bz2
gentoo-2-cbac9622c2a0458c86cbb231dd59a58fe2dba86c.zip
add live version
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 0xB2EFA1D4)
Diffstat (limited to 'app-shells/rust-zshcomp')
-rw-r--r--app-shells/rust-zshcomp/ChangeLog7
-rw-r--r--app-shells/rust-zshcomp/rust-zshcomp-9999.ebuild36
2 files changed, 42 insertions, 1 deletions
diff --git a/app-shells/rust-zshcomp/ChangeLog b/app-shells/rust-zshcomp/ChangeLog
index aa3f416e469a..4fedf34faba8 100644
--- a/app-shells/rust-zshcomp/ChangeLog
+++ b/app-shells/rust-zshcomp/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-shells/rust-zshcomp
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/rust-zshcomp/ChangeLog,v 1.1 2014/10/18 11:52:06 jauhien Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/rust-zshcomp/ChangeLog,v 1.2 2014/10/18 12:44:35 jauhien Exp $
+
+*rust-zshcomp-9999 (18 Oct 2014)
+
+ 18 Oct 2014; Jauhien Piatlicki <jauhien@gentoo.org> +rust-zshcomp-9999.ebuild:
+ add live version
*rust-zshcomp-0.11.0 (18 Oct 2014)
*rust-zshcomp-0.12.0 (18 Oct 2014)
diff --git a/app-shells/rust-zshcomp/rust-zshcomp-9999.ebuild b/app-shells/rust-zshcomp/rust-zshcomp-9999.ebuild
new file mode 100644
index 000000000000..3b608e0b5734
--- /dev/null
+++ b/app-shells/rust-zshcomp/rust-zshcomp-9999.ebuild
@@ -0,0 +1,36 @@
+# 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
+}