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/gundo: ChangeLog gundo-2.2.0.ebuild gundo-2.1.1.ebuild
Date: Mon, 30 May 2011 10:23:22
Message-Id: 20110530102312.C22EE20054@flycatcher.gentoo.org
1 radhermit 11/05/30 10:23:12
2
3 Modified: ChangeLog
4 Added: gundo-2.2.0.ebuild
5 Removed: gundo-2.1.1.ebuild
6 Log:
7 Version bump and remove old.
8
9 (Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.4 app-vim/gundo/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/gundo/ChangeLog?rev=1.4&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/gundo/ChangeLog?rev=1.4&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/gundo/ChangeLog?r1=1.3&r2=1.4
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-vim/gundo/ChangeLog,v
21 retrieving revision 1.3
22 retrieving revision 1.4
23 diff -u -r1.3 -r1.4
24 --- ChangeLog 14 Mar 2011 07:08:47 -0000 1.3
25 +++ ChangeLog 30 May 2011 10:23:12 -0000 1.4
26 @@ -1,6 +1,12 @@
27 # ChangeLog for app-vim/gundo
28 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-vim/gundo/ChangeLog,v 1.3 2011/03/14 07:08:47 radhermit Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-vim/gundo/ChangeLog,v 1.4 2011/05/30 10:23:12 radhermit Exp $
31 +
32 +*gundo-2.2.0 (30 May 2011)
33 +
34 + 30 May 2011; Tim Harder <radhermit@g.o> -gundo-2.1.1.ebuild,
35 + +gundo-2.2.0.ebuild:
36 + Version bump and remove old.
37
38 *gundo-2.1.1 (14 Mar 2011)
39
40
41
42
43 1.1 app-vim/gundo/gundo-2.2.0.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/gundo/gundo-2.2.0.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/gundo/gundo-2.2.0.ebuild?rev=1.1&content-type=text/plain
47
48 Index: gundo-2.2.0.ebuild
49 ===================================================================
50 # Copyright 1999-2011 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/app-vim/gundo/gundo-2.2.0.ebuild,v 1.1 2011/05/30 10:23:12 radhermit Exp $
53
54 EAPI=3
55 VIM_PLUGIN_VIM_VERSION="7.3"
56
57 inherit vim-plugin
58
59 DESCRIPTION="vim plugin: visualize your Vim undo tree"
60 HOMEPAGE="http://sjl.bitbucket.org/gundo.vim/
61 http://www.vim.org/scripts/script.php?script_id=3304"
62 LICENSE="GPL-2"
63 KEYWORDS="~amd64 ~x86"
64 IUSE=""
65
66 RDEPEND="|| ( app-editors/vim[python] app-editors/gvim[python] )
67 >=dev-lang/python-2.4"
68
69 VIM_PLUGIN_HELPFILES="gundo.txt"