diff options
author | Jauhien Piatlicki <jauhien@gentoo.org> | 2015-04-11 23:51:23 +0200 |
---|---|---|
committer | Jauhien Piatlicki <jauhien@gentoo.org> | 2015-04-11 23:51:23 +0200 |
commit | 92112db0b116f1dd479078b05348cf0065863ffc (patch) | |
tree | 9cb0b9805f409faa4c4d1311f561017bd16218c5 /app-vim | |
parent | Merge pull request #101 from jauhien/master (diff) | |
download | rust-92112db0b116f1dd479078b05348cf0065863ffc.tar.gz rust-92112db0b116f1dd479078b05348cf0065863ffc.tar.bz2 rust-92112db0b116f1dd479078b05348cf0065863ffc.zip |
[app-emacs/rust-mode,app-shells/rust-zshcomp,app-vim/rust-mode] delete old versions
upstream provides no releases now, so only live ebuilds left in the overlay
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/rust-mode/Manifest | 1 | ||||
-rw-r--r-- | app-vim/rust-mode/rust-mode-1.0.0_alpha.ebuild | 18 |
2 files changed, 0 insertions, 19 deletions
diff --git a/app-vim/rust-mode/Manifest b/app-vim/rust-mode/Manifest deleted file mode 100644 index 83d888f..0000000 --- a/app-vim/rust-mode/Manifest +++ /dev/null @@ -1 +0,0 @@ -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-1.0.0_alpha.ebuild b/app-vim/rust-mode/rust-mode-1.0.0_alpha.ebuild deleted file mode 100644 index edf080d..0000000 --- a/app-vim/rust-mode/rust-mode-1.0.0_alpha.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit vim-plugin - -MY_PV="rustc-1.0.0-alpha" -DESCRIPTION="Rust mode for vim" -HOMEPAGE="http://www.rust-lang.org/" -SRC_URI="http://static.rust-lang.org/dist/${MY_PV}-src.tar.gz" - -LICENSE="|| ( MIT Apache-2.0 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -S="${WORKDIR}/${MY_PV}/src/etc/vim" |