diff options
-rw-r--r-- | app-vim/unite/Manifest | 1 | ||||
-rw-r--r-- | app-vim/unite/unite-4.0-r1.ebuild | 15 |
2 files changed, 0 insertions, 16 deletions
diff --git a/app-vim/unite/Manifest b/app-vim/unite/Manifest index 96ca02dc8722..6b8c4423b02a 100644 --- a/app-vim/unite/Manifest +++ b/app-vim/unite/Manifest @@ -1,2 +1 @@ -DIST unite-4.0.tar.bz2 80472 BLAKE2B 8150ac276f4e64458f3ab08dc48ddb4167a36162bdb291e59fb376e2a061b80f1760a195667a2794a7657f32367714dd60874cfcd2c363366dcbfde07a3224f0 SHA512 e554e48d740b0ce6406d8512a0c769e25f78b763d267bbbf8228197835b724154f33452571c771fede1415a9b3108deb096e3bc90291a95e8a3b00d216287928 DIST unite-4.1.tar.bz2 85622 BLAKE2B 58f4d4ac86fcf588ab0e3ecdb45dd67d0c16c67be2f6daff21f9d4451b94c9094671f4248cc6f4b39e5a292418908536cb222288dd344d56f9b98b09f5263eb3 SHA512 1fb19cfaf1b49843c79e2b9ff8e318b950dc1b65144f83a76776963a598e666f3094dc7f65f2708d7e074f8197121cee77e028a07c5735998f73f2d52d08c9ca diff --git a/app-vim/unite/unite-4.0-r1.ebuild b/app-vim/unite/unite-4.0-r1.ebuild deleted file mode 100644 index 8c036e471faa..000000000000 --- a/app-vim/unite/unite-4.0-r1.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit vim-plugin - -DESCRIPTION="vim plugin: unite all sources" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=3396" -LICENSE="MIT" -KEYWORDS="amd64 x86" - -VIM_PLUGIN_HELPFILES="${PN}.txt" - -RDEPEND="!app-vim/neocomplcache" |