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.2.ebuild
Date: Sat, 30 Jul 2011 20:16:26
Message-Id: 20110730201614.A50052004B@flycatcher.gentoo.org
1 radhermit 11/07/30 20:16:14
2
3 Modified: ChangeLog
4 Added: gundo-2.2.2.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha47/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.6 app-vim/gundo/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/gundo/ChangeLog?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/gundo/ChangeLog?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/gundo/ChangeLog?r1=1.5&r2=1.6
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-vim/gundo/ChangeLog,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- ChangeLog 29 Jun 2011 00:53:06 -0000 1.5
24 +++ ChangeLog 30 Jul 2011 20:16:14 -0000 1.6
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-vim/gundo
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-vim/gundo/ChangeLog,v 1.5 2011/06/29 00:53:06 radhermit Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-vim/gundo/ChangeLog,v 1.6 2011/07/30 20:16:14 radhermit Exp $
30 +
31 +*gundo-2.2.2 (30 Jul 2011)
32 +
33 + 30 Jul 2011; Tim Harder <radhermit@g.o> +gundo-2.2.2.ebuild:
34 + Version bump.
35
36 *gundo-2.2.1 (29 Jun 2011)
37
38
39
40
41 1.1 app-vim/gundo/gundo-2.2.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/gundo/gundo-2.2.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/gundo/gundo-2.2.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gundo-2.2.2.ebuild
47 ===================================================================
48 # Copyright 1999-2011 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-vim/gundo/gundo-2.2.2.ebuild,v 1.1 2011/07/30 20:16:14 radhermit Exp $
51
52 EAPI=4
53 VIM_PLUGIN_VIM_VERSION="7.3"
54
55 inherit vim-plugin
56
57 MY_PN="Gundo"
58 DESCRIPTION="vim plugin: visualize your Vim undo tree"
59 HOMEPAGE="http://sjl.bitbucket.org/gundo.vim/"
60 SRC_URI="https://github.com/vim-scripts/${MY_PN}/tarball/${PV} -> ${P}.tar.gz"
61 LICENSE="GPL-2"
62 KEYWORDS="~amd64 ~x86"
63 IUSE=""
64
65 RDEPEND="|| ( app-editors/vim[python] app-editors/gvim[python] )
66 >=dev-lang/python-2.4"
67
68 VIM_PLUGIN_HELPFILES="gundo.txt"
69
70 src_unpack() {
71 unpack ${A}
72 mv *-${MY_PN}-* "${S}"
73 }
74
75 src_prepare() {
76 rm -f README*
77 }