diff options
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/rust-mode/Manifest | 2 | ||||
-rw-r--r-- | app-vim/rust-mode/rust-mode-0.11.0.ebuild | 23 | ||||
-rw-r--r-- | app-vim/rust-mode/rust-mode-0.12.0.ebuild | 23 |
3 files changed, 0 insertions, 48 deletions
diff --git a/app-vim/rust-mode/Manifest b/app-vim/rust-mode/Manifest index 6aa85eb..83d888f 100644 --- a/app-vim/rust-mode/Manifest +++ b/app-vim/rust-mode/Manifest @@ -1,3 +1 @@ -DIST rust-0.11.0.tar.gz 21555837 SHA256 d1b3e36448bf12b8c9289024df416de10774b6d3235d7b1d22b248ef634411ba SHA512 a29e8a1c44097cc78d36d637d1ebf9b1b914d58a56d52f8112959a68916a2df9f5f63f93e596ba6db5be21a962912503e0fd678330a9dac6abe04a59d5af4584 WHIRLPOOL b7fb24920aca2a537af0c7e20925302a20fbd662209a1774a8ecc7c2cf9aaeb9b4fabfdd45620a0fda88b49122abc04882f7254a984b06df47212e537f8713f8 -DIST rust-0.12.0.tar.gz 21223176 SHA256 883e66b24d90d9957c5c538469fcde6f0668e5fb6448beecfc60884060e769b7 SHA512 b01f6ae97fb012ab701b47a8f240a764d0a6f3ee2224ab67289c61f021a1cef2e99a4b61aa3f8991ce90f52b19d6ec93a5a041e5ee4988803e6ef239c8b91445 WHIRLPOOL 8f952936f06d95c4eba4803752d690831d9e60b5f66e289d5c9083108f66bae403917c42744d4a611d636a69c2bd11d69c51c59ce3f899fe3fa94d15e30c4cfd DIST rustc-1.0.0-alpha-src.tar.gz 21344613 SHA256 3a2285726e839fc57ad49ed8907a50bab2d29d8f898e2d5a02f620a0477fc25c SHA512 7285f1a90e75b31d4455a025a93fbdc590203e0875e3c1845df99e20d92a880573dff8ccb9d0ab4e85f64208a4eb46f5f71dd0c7def8e3d589021b90714d7b06 WHIRLPOOL 827b18b363ccde654499b616937df76daaf8b43bf76af2ac438006c3f0d71540df41d1cd109f58822627c9aea1be9f106ced3ff82630e965fce62f82bbceae75 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" diff --git a/app-vim/rust-mode/rust-mode-0.12.0.ebuild b/app-vim/rust-mode/rust-mode-0.12.0.ebuild deleted file mode 100644 index b4aaf5c..0000000 --- a/app-vim/rust-mode/rust-mode-0.12.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" |