diff options
author | Mykyta Holubakha <hilobakho@gmail.com> | 2018-01-26 00:04:48 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-01-26 09:51:57 +0100 |
commit | 2966c42c629e238e6bb20594ba8913ffb9fcbace (patch) | |
tree | d9a5c0ef40785b89da6592bfe386dd52781371c1 /app-vim/rust-vim | |
parent | app-vim/rust-vim: version bump to 1_pre20180125. (diff) | |
download | gentoo-2966c42c629e238e6bb20594ba8913ffb9fcbace.tar.gz gentoo-2966c42c629e238e6bb20594ba8913ffb9fcbace.tar.bz2 gentoo-2966c42c629e238e6bb20594ba8913ffb9fcbace.zip |
app-vim/rust-vim: drop old 1_pre20160829.
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_pre20160829.ebuild | 17 |
2 files changed, 0 insertions, 18 deletions
diff --git a/app-vim/rust-vim/Manifest b/app-vim/rust-vim/Manifest index d0395e52be2a..d7b26e3f2717 100644 --- a/app-vim/rust-vim/Manifest +++ b/app-vim/rust-vim/Manifest @@ -1,3 +1,2 @@ -DIST rust-vim-1_pre20160829.tar.gz 23801 BLAKE2B 537375d70662af47b765e126d94829e12514177554dc5c2921d5def795e8dda120a9d327ce1b86760151c6954a42cf9a4548bb1ab211487d965971fba63e253e SHA512 bfd9290f03f3fb0ffccbc1d78f9e37c5d3ca57379f0b505e84b445105bd5a011f623f402d35407a634eaef4db9ad3fea68517057aa4d84e99206bc99067daa3d DIST rust-vim-1_pre20161204.tar.gz 23759 BLAKE2B e7910026f53f514479a4b562292dbb5a8d4f4ac286f9979ca61588c7fadd1d598096379d56c3a0693ec04c1fbb742ad3b200339683a2d8f9e7f9d54d23c1d4a7 SHA512 2b0ef5ae8df7ab244bfb97e04116a6f25c210d3736c7f78324c41fa44ec92562615d466bfb45de7a9239a2675c2212dfb88e951d3054e68633803a162512cba3 DIST rust-vim-1_pre20180125.tar.gz 24497 BLAKE2B b6c45074aba1c52b2f3e96a15f05abb64bde864af3c5b2b61ddf237183426c67d5b3b4dacd78ee4f394d9f0411362186889df9a24e50edd350aaa1178f93bd59 SHA512 845899ad5ba753e2efd3deddcb077749f094163b9923574e34a8edb5d5d0772929315f4f2452f8238f832c2fd4cfa669ab1351df17c74ed2e6cacc783b071ffd diff --git a/app-vim/rust-vim/rust-vim-1_pre20160829.ebuild b/app-vim/rust-vim/rust-vim-1_pre20160829.ebuild deleted file mode 100644 index dd71f623c568..000000000000 --- a/app-vim/rust-vim/rust-vim-1_pre20160829.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit vim-plugin vcs-snapshot - -MY_PN="${PN/-/.}" -REF="fc11d02fee330df7b30c83a80f09dd0c60ab43ce" - -DESCRIPTION="Vim configuration for Rust" -HOMEPAGE="http://www.rust-lang.org/" -SRC_URI="https://github.com/rust-lang/${MY_PN}/tarball/${REF} -> ${P}.tar.gz" - -LICENSE="|| ( MIT Apache-2.0 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" |