summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJauhien Piatlicki <jauhien@gentoo.org>2015-02-10 12:02:09 +0000
committerJauhien Piatlicki <jauhien@gentoo.org>2015-02-10 12:02:09 +0000
commita091570a41917a6bac2fc7ae914fc96b003448c7 (patch)
treedd8c7a7916506459ab53cdba0f3e3aee6f008d4b /app-shells/rust-zshcomp/rust-zshcomp-0.12.0.ebuild
parentdev-java/eclipse-ecj: removed obsolete ebuilds (diff)
downloadgentoo-2-a091570a41917a6bac2fc7ae914fc96b003448c7.tar.gz
gentoo-2-a091570a41917a6bac2fc7ae914fc96b003448c7.tar.bz2
gentoo-2-a091570a41917a6bac2fc7ae914fc96b003448c7.zip
version bump, move live ebuild to rust overlay
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0xB2EFA1D4)
Diffstat (limited to 'app-shells/rust-zshcomp/rust-zshcomp-0.12.0.ebuild')
-rw-r--r--app-shells/rust-zshcomp/rust-zshcomp-0.12.0.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/app-shells/rust-zshcomp/rust-zshcomp-0.12.0.ebuild b/app-shells/rust-zshcomp/rust-zshcomp-0.12.0.ebuild
deleted file mode 100644
index 0bfa990a9141..000000000000
--- a/app-shells/rust-zshcomp/rust-zshcomp-0.12.0.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-0.12.0.ebuild,v 1.1 2014/10/18 11:52:06 jauhien Exp $
-
-EAPI="5"
-
-DESCRIPTION="Rust zsh completions"
-HOMEPAGE="http://www.rust-lang.org/"
-SRC_URI="http://static.rust-lang.org/dist/rust-${PV}.tar.gz"
-
-LICENSE="|| ( MIT Apache-2.0 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-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}"
-
-S="${WORKDIR}/rust-${PV}"
-
-src_configure() {
- :
-}
-
-src_compile() {
- :
-}
-
-src_install() {
- insinto /usr/share/zsh/site-functions
- doins src/etc/zsh/_rust
-}