From 80d99ecfcfda284655afef20fdb8a540f663a383 Mon Sep 17 00:00:00 2001 From: Heorhi Valakhanovich Date: Sun, 1 Feb 2015 00:02:14 +0300 Subject: rust-mode-9999-r1: new repo URLs Now plugins for vim and emacs are in separate repositories. --- app-vim/rust-mode/rust-mode-9999-r1.ebuild | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 app-vim/rust-mode/rust-mode-9999-r1.ebuild (limited to 'app-vim') diff --git a/app-vim/rust-mode/rust-mode-9999-r1.ebuild b/app-vim/rust-mode/rust-mode-9999-r1.ebuild new file mode 100644 index 0000000..12dc204 --- /dev/null +++ b/app-vim/rust-mode/rust-mode-9999-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="5" + +inherit vim-plugin git-r3 + +DESCRIPTION="Rust mode for vim" +HOMEPAGE="http://www.rust-lang.org/" +EGIT_REPO_URI="https://github.com/rust-lang/rust.vim" + +LICENSE="|| ( MIT Apache-2.0 )" +SLOT="0" +KEYWORDS="" + +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 +" -- cgit v1.2.3-65-gdbad