diff options
author | Mykyta Holubakha <hilobakho@gmail.com> | 2016-12-04 14:32:58 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-12-04 23:22:29 +0100 |
commit | 80c240797fbe578f63c78afb36fa6843f5704124 (patch) | |
tree | e0c8cd57faa1a9e8aa99e45be09c3539cd3d94a2 /app-vim/rust-vim | |
parent | sys-kernel/git-sources: Linux patch 4.9-rc8 (diff) | |
download | gentoo-80c240797fbe578f63c78afb36fa6843f5704124.tar.gz gentoo-80c240797fbe578f63c78afb36fa6843f5704124.tar.bz2 gentoo-80c240797fbe578f63c78afb36fa6843f5704124.zip |
app-vim/rust-vim: drop old 1_beta20150411.
Closes: https://github.com/gentoo/gentoo/pull/3005
Diffstat (limited to 'app-vim/rust-vim')
-rw-r--r-- | app-vim/rust-vim/Manifest | 1 | ||||
-rw-r--r-- | app-vim/rust-vim/rust-vim-1_beta20150411.ebuild | 18 |
2 files changed, 0 insertions, 19 deletions
diff --git a/app-vim/rust-vim/Manifest b/app-vim/rust-vim/Manifest index 14fe9b03b7e8..1c86f9a5b158 100644 --- a/app-vim/rust-vim/Manifest +++ b/app-vim/rust-vim/Manifest @@ -1,2 +1 @@ -DIST rust-mode-vim-1_beta20150411.tar.gz 14834 SHA256 ae10727c14612905f489afea1146bac24a0ea6309a3a3fcf97a048dd1e156eb4 SHA512 f841768909203475a0cd3589a148d334001351fb23976ee28823a9dbde396d89a4f3c5ac07166420c8ddb64692dcc86b98b3afc3579171115a3a2af17b6aa449 WHIRLPOOL c95fc23f40608be817c7fc7467138efaa25a6b24427b79ab0de7daf84e5f32c4f2cd0db1377e2eaa0e40bf83cb765c86f6e04752b142b1779c194ceddc8b7d07 DIST rust-vim-1_pre20160829.tar.gz 23801 SHA256 43234612d8a5ecdb6c4e988dcf14dc15b0c7c9b473591024b12cbeb09eb187e5 SHA512 bfd9290f03f3fb0ffccbc1d78f9e37c5d3ca57379f0b505e84b445105bd5a011f623f402d35407a634eaef4db9ad3fea68517057aa4d84e99206bc99067daa3d WHIRLPOOL b004a6d2fd63833d658ba2dcf38bfd2dc8e39fcac75b6dddae56a47a8b288908a9e613d12d75e0380e6443bfff38c49204c829be0a2502bce28b64fd68014a89 diff --git a/app-vim/rust-vim/rust-vim-1_beta20150411.ebuild b/app-vim/rust-vim/rust-vim-1_beta20150411.ebuild deleted file mode 100644 index 81d1f6355fad..000000000000 --- a/app-vim/rust-vim/rust-vim-1_beta20150411.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -inherit vim-plugin - -MY_PN="rust-mode-vim" -MY_P="${MY_PN}-${PV}" -DESCRIPTION="Vim configuration for Rust" -HOMEPAGE="http://www.rust-lang.org/" -SRC_URI="https://dev.gentoo.org/~jauhien/distfiles/${MY_P}.tar.gz" - -LICENSE="|| ( MIT Apache-2.0 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -S="${WORKDIR}/${MY_P}" |