diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-06-29 11:09:03 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-06-29 11:19:57 +0000 |
commit | 9959d8ec550479cf4f722aff8f2979565566be47 (patch) | |
tree | 1da6c8ce4eace34fef9dc113f566e746a6dae776 /app-vim/vimcommander | |
parent | app-vim/vimcommander: Stable for amd64. Retroactively mark stable for the rem... (diff) | |
download | gentoo-9959d8ec550479cf4f722aff8f2979565566be47.tar.gz gentoo-9959d8ec550479cf4f722aff8f2979565566be47.tar.bz2 gentoo-9959d8ec550479cf4f722aff8f2979565566be47.zip |
app-vim/vimcommander: Clean up old.
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-vim/vimcommander')
-rw-r--r-- | app-vim/vimcommander/Manifest | 1 | ||||
-rw-r--r-- | app-vim/vimcommander/vimcommander-0.80.ebuild | 19 |
2 files changed, 0 insertions, 20 deletions
diff --git a/app-vim/vimcommander/Manifest b/app-vim/vimcommander/Manifest index c66076306798..93283f704311 100644 --- a/app-vim/vimcommander/Manifest +++ b/app-vim/vimcommander/Manifest @@ -1,2 +1 @@ DIST vimcommander-0.81.tar.bz2 8447 SHA256 0f2f2f4c0d9f8d9207dff30c961a7f2a179fb01e6136c97e662b082889415ef2 SHA512 903c97cd56d24f9c568b863c52f69878bc3aab7f8728de38697437bf0c0697b585b1d5ac5d824d472518dabf0f2367dff24b1881742b7d28c0f5452d74c37fab WHIRLPOOL cc24b8b80b2bc750f9c22010a443d0c8ae04a2477ee34b446fd14e4be271536f6691a6b0b52757e90bfae88405141deb67619951aed672fb5ac3355ead32f875 -DIST vimcommander-80.tar.bz2 8238 SHA256 e0349b15d785875ac50790a31147b098c5cced343f02a78165168e4a739bce28 SHA512 0c64c005c48bf1169d23a49b474e617bba0e1968349b22639065d4d2bbe2f70f291279c03322452201f9481bcdf4f63d3ec5cb4feaafcf37b6c6364949644647 WHIRLPOOL 0a0092db44346d346b258b3820c406a5e6d54246f0bcd38b64f1e42a18900194e87f8f5bc0514934b9109acac93de90e708edf9634a20b64510057bb3976466d diff --git a/app-vim/vimcommander/vimcommander-0.80.ebuild b/app-vim/vimcommander/vimcommander-0.80.ebuild deleted file mode 100644 index 3fb0c4498800..000000000000 --- a/app-vim/vimcommander/vimcommander-0.80.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit vim-plugin - -MY_PV=${PV/0./} -MY_P=${PN}-${MY_PV} - -DESCRIPTION="vim plugin: Total Commander style file explorer" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=808" -SRC_URI="mirror://gentoo/${MY_P}.tar.bz2" -LICENSE="GPL-2" -KEYWORDS="alpha amd64 ia64 ppc sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="" - -VIM_PLUGIN_HELPFILES="vimcommander" - -S=${WORKDIR}/${MY_P} |