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.1.ebuild
Date: Wed, 29 Jun 2011 00:53:17
Message-Id: 20110629005306.C283420054@flycatcher.gentoo.org
1 radhermit 11/06/29 00:53:06
2
3 Modified: ChangeLog
4 Added: gundo-2.2.1.ebuild
5 Log:
6 Version bump. Use github mirrored tarball.
7
8 (Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.5 app-vim/gundo/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/gundo/ChangeLog?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/gundo/ChangeLog?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/gundo/ChangeLog?r1=1.4&r2=1.5
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-vim/gundo/ChangeLog,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- ChangeLog 30 May 2011 10:23:12 -0000 1.4
24 +++ ChangeLog 29 Jun 2011 00:53:06 -0000 1.5
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.4 2011/05/30 10:23:12 radhermit Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-vim/gundo/ChangeLog,v 1.5 2011/06/29 00:53:06 radhermit Exp $
30 +
31 +*gundo-2.2.1 (29 Jun 2011)
32 +
33 + 29 Jun 2011; Tim Harder <radhermit@g.o> +gundo-2.2.1.ebuild:
34 + Version bump. Use github mirrored tarball.
35
36 *gundo-2.2.0 (30 May 2011)
37
38
39
40
41 1.1 app-vim/gundo/gundo-2.2.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/gundo/gundo-2.2.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/gundo/gundo-2.2.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gundo-2.2.1.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.1.ebuild,v 1.1 2011/06/29 00:53:06 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 }