Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-vim/vimcommander: ChangeLog vimcommander-80.ebuild
Date: Sun, 03 Oct 2010 17:23:11
Message-Id: 20101003172304.77C8420051@flycatcher.gentoo.org
1 radhermit 10/10/03 17:23:04
2
3 Modified: ChangeLog
4 Added: vimcommander-80.ebuild
5 Log:
6 Version bump. Remove the src_unpack phase that generated documentation since the plugin now includes a doc file.
7
8 (Portage version: 2.2_rc88/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.26 app-vim/vimcommander/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/vimcommander/ChangeLog?rev=1.26&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/vimcommander/ChangeLog?rev=1.26&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/vimcommander/ChangeLog?r1=1.25&r2=1.26
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-vim/vimcommander/ChangeLog,v
20 retrieving revision 1.25
21 retrieving revision 1.26
22 diff -u -r1.25 -r1.26
23 --- ChangeLog 17 Dec 2009 11:03:00 -0000 1.25
24 +++ ChangeLog 3 Oct 2010 17:23:04 -0000 1.26
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-vim/vimcommander
27 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-vim/vimcommander/ChangeLog,v 1.25 2009/12/17 11:03:00 fauli Exp $
29 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/app-vim/vimcommander/ChangeLog,v 1.26 2010/10/03 17:23:04 radhermit Exp $
31 +
32 +*vimcommander-80 (03 Oct 2010)
33 +
34 + 03 Oct 2010; Tim Harder <radhermit@g.o> +vimcommander-80.ebuild:
35 + Version bump. Remove the src_unpack phase that generated documentation
36 + since the plugin now includes a doc file.
37
38 17 Dec 2009; Christian Faulhammer <fauli@g.o>
39 vimcommander-1.54.2.9.ebuild, vimcommander-75.ebuild:
40
41
42
43 1.1 app-vim/vimcommander/vimcommander-80.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/vimcommander/vimcommander-80.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/vimcommander/vimcommander-80.ebuild?rev=1.1&content-type=text/plain
47
48 Index: vimcommander-80.ebuild
49 ===================================================================
50 # Copyright 1999-2010 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/app-vim/vimcommander/vimcommander-80.ebuild,v 1.1 2010/10/03 17:23:04 radhermit Exp $
53
54 inherit vim-plugin
55
56 DESCRIPTION="vim plugin: Total Commander style file explorer"
57 HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=808"
58 LICENSE="GPL-2"
59 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos"
60 IUSE=""
61
62 VIM_PLUGIN_HELPFILES="vimcommander"