diff options
author | Mykyta Holubakha <hilobakho@gmail.com> | 2018-01-26 00:05:10 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-01-26 09:51:57 +0100 |
commit | 4c5c5f9c4ade317a5e6e39c8b5876ee96df1a565 (patch) | |
tree | 7ccd40d65ed28a102960407038cb4c143dfb329a /app-vim | |
parent | app-vim/rust-vim: drop old 1_pre20160829. (diff) | |
download | gentoo-4c5c5f9c4ade317a5e6e39c8b5876ee96df1a565.tar.gz gentoo-4c5c5f9c4ade317a5e6e39c8b5876ee96df1a565.tar.bz2 gentoo-4c5c5f9c4ade317a5e6e39c8b5876ee96df1a565.zip |
app-vim/rust-vim: drop old 1_pre20161204.
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/rust-vim/Manifest | 1 | ||||
-rw-r--r-- | app-vim/rust-vim/rust-vim-1_pre20161204.ebuild | 17 | ||||
-rw-r--r-- | app-vim/rust-vim/rust-vim-1_pre20180125.ebuild | 2 |
3 files changed, 1 insertions, 19 deletions
diff --git a/app-vim/rust-vim/Manifest b/app-vim/rust-vim/Manifest index d7b26e3f2717..33c6540d98cf 100644 --- a/app-vim/rust-vim/Manifest +++ b/app-vim/rust-vim/Manifest @@ -1,2 +1 @@ -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_pre20161204.ebuild b/app-vim/rust-vim/rust-vim-1_pre20161204.ebuild deleted file mode 100644 index ca93837d63dc..000000000000 --- a/app-vim/rust-vim/rust-vim-1_pre20161204.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="eed97e75117faaf210cb6103cf39a797fe21bfbe" - -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" diff --git a/app-vim/rust-vim/rust-vim-1_pre20180125.ebuild b/app-vim/rust-vim/rust-vim-1_pre20180125.ebuild index 4d1682a641e2..41a3397d2ccc 100644 --- a/app-vim/rust-vim/rust-vim-1_pre20180125.ebuild +++ b/app-vim/rust-vim/rust-vim-1_pre20180125.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 |