Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/vimcommander/
Date: Wed, 29 Jun 2016 11:49:25
Message-Id: 1467199197.9959d8ec550479cf4f722aff8f2979565566be47.monsieurp@gentoo
1 commit: 9959d8ec550479cf4f722aff8f2979565566be47
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 29 11:09:03 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 29 11:19:57 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9959d8ec
7
8 app-vim/vimcommander: Clean up old.
9
10 Package-Manager: portage-2.2.28
11
12 app-vim/vimcommander/Manifest | 1 -
13 app-vim/vimcommander/vimcommander-0.80.ebuild | 19 -------------------
14 2 files changed, 20 deletions(-)
15
16 diff --git a/app-vim/vimcommander/Manifest b/app-vim/vimcommander/Manifest
17 index c660763..93283f7 100644
18 --- a/app-vim/vimcommander/Manifest
19 +++ b/app-vim/vimcommander/Manifest
20 @@ -1,2 +1 @@
21 DIST vimcommander-0.81.tar.bz2 8447 SHA256 0f2f2f4c0d9f8d9207dff30c961a7f2a179fb01e6136c97e662b082889415ef2 SHA512 903c97cd56d24f9c568b863c52f69878bc3aab7f8728de38697437bf0c0697b585b1d5ac5d824d472518dabf0f2367dff24b1881742b7d28c0f5452d74c37fab WHIRLPOOL cc24b8b80b2bc750f9c22010a443d0c8ae04a2477ee34b446fd14e4be271536f6691a6b0b52757e90bfae88405141deb67619951aed672fb5ac3355ead32f875
22 -DIST vimcommander-80.tar.bz2 8238 SHA256 e0349b15d785875ac50790a31147b098c5cced343f02a78165168e4a739bce28 SHA512 0c64c005c48bf1169d23a49b474e617bba0e1968349b22639065d4d2bbe2f70f291279c03322452201f9481bcdf4f63d3ec5cb4feaafcf37b6c6364949644647 WHIRLPOOL 0a0092db44346d346b258b3820c406a5e6d54246f0bcd38b64f1e42a18900194e87f8f5bc0514934b9109acac93de90e708edf9634a20b64510057bb3976466d
23
24 diff --git a/app-vim/vimcommander/vimcommander-0.80.ebuild b/app-vim/vimcommander/vimcommander-0.80.ebuild
25 deleted file mode 100644
26 index 3fb0c44..0000000
27 --- a/app-vim/vimcommander/vimcommander-0.80.ebuild
28 +++ /dev/null
29 @@ -1,19 +0,0 @@
30 -# Copyright 1999-2014 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -inherit vim-plugin
35 -
36 -MY_PV=${PV/0./}
37 -MY_P=${PN}-${MY_PV}
38 -
39 -DESCRIPTION="vim plugin: Total Commander style file explorer"
40 -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=808"
41 -SRC_URI="mirror://gentoo/${MY_P}.tar.bz2"
42 -LICENSE="GPL-2"
43 -KEYWORDS="alpha amd64 ia64 ppc sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos"
44 -IUSE=""
45 -
46 -VIM_PLUGIN_HELPFILES="vimcommander"
47 -
48 -S=${WORKDIR}/${MY_P}