aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-vim/rust-mode/rust-mode-0.11.0.ebuild')
-rw-r--r--app-vim/rust-mode/rust-mode-0.11.0.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/app-vim/rust-mode/rust-mode-0.11.0.ebuild b/app-vim/rust-mode/rust-mode-0.11.0.ebuild
deleted file mode 100644
index b4aaf5c..0000000
--- a/app-vim/rust-mode/rust-mode-0.11.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-
-inherit vim-plugin
-
-DESCRIPTION="Rust mode for vim"
-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-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
-"
-
-S="${WORKDIR}/rust-${PV}/src/etc/vim"