diff options
author | Heorhi Valakhanovich <valahanovich@tut.by> | 2015-02-01 00:02:14 +0300 |
---|---|---|
committer | Heorhi Valakhanovich <valahanovich@tut.by> | 2015-02-01 00:02:14 +0300 |
commit | 80d99ecfcfda284655afef20fdb8a540f663a383 (patch) | |
tree | 304af75c457dac3987d451f4d3d328be9e17cf73 /app-emacs | |
parent | Merge pull request #60 from suhr/master (diff) | |
download | rust-80d99ecfcfda284655afef20fdb8a540f663a383.tar.gz rust-80d99ecfcfda284655afef20fdb8a540f663a383.tar.bz2 rust-80d99ecfcfda284655afef20fdb8a540f663a383.zip |
rust-mode-9999-r1: new repo URLs
Now plugins for vim and emacs are in separate repositories.
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/rust-mode/rust-mode-9999-r1.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/app-emacs/rust-mode/rust-mode-9999-r1.ebuild b/app-emacs/rust-mode/rust-mode-9999-r1.ebuild new file mode 100644 index 0000000..ba78455 --- /dev/null +++ b/app-emacs/rust-mode/rust-mode-9999-r1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="5" + +inherit elisp git-r3 + +DESCRIPTION="A major emacs mode for editing Rust source code" +HOMEPAGE="http://www.rust-lang.org/" +EGIT_REPO_URI="https://github.com/rust-lang/rust-mode" + +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 +" + +SITEFILE="50${PN}-gentoo.el" |