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/conque: conque-2.0.ebuild ChangeLog
Date: Mon, 22 Nov 2010 21:29:09
Message-Id: 20101122212903.C64F620051@flycatcher.gentoo.org
1 radhermit 10/11/22 21:29:03
2
3 Modified: ChangeLog
4 Added: conque-2.0.ebuild
5 Log:
6 Version bump. Add RDEPENDs for python and (g)vim built with python support.
7
8 (Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.4 app-vim/conque/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/conque/ChangeLog?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/conque/ChangeLog?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/conque/ChangeLog?r1=1.3&r2=1.4
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-vim/conque/ChangeLog,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- ChangeLog 11 Nov 2010 21:04:36 -0000 1.3
24 +++ ChangeLog 22 Nov 2010 21:29:03 -0000 1.4
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-vim/conque
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-vim/conque/ChangeLog,v 1.3 2010/11/11 21:04:36 radhermit Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-vim/conque/ChangeLog,v 1.4 2010/11/22 21:29:03 radhermit Exp $
30 +
31 +*conque-2.0 (22 Nov 2010)
32 +
33 + 22 Nov 2010; Tim Harder <radhermit@g.o> +conque-2.0.ebuild:
34 + Version bump. Add RDEPENDs for python and (g)vim built with python support.
35
36 *conque-1.2 (11 Nov 2010)
37
38
39
40
41 1.1 app-vim/conque/conque-2.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/conque/conque-2.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/conque/conque-2.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: conque-2.0.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-vim/conque/conque-2.0.ebuild,v 1.1 2010/11/22 21:29:03 radhermit Exp $
51
52 EAPI=3
53
54 VIM_PLUGIN_VIM_VERSION="7.1"
55 inherit vim-plugin
56
57 MY_P="${PN}_${PV}"
58
59 DESCRIPTION="vim plugin: Run interactive commands inside a Vim buffer"
60 HOMEPAGE="http://code.google.com/p/conque/"
61 SRC_URI="http://${PN}.googlecode.com/files/${MY_P}.tar.gz"
62 LICENSE="MIT"
63 KEYWORDS="~amd64 ~x86"
64 IUSE=""
65
66 RDEPEND="|| ( app-editors/vim[python] app-editors/gvim[python] )
67 >=dev-lang/python-2.3"
68
69 VIM_PLUGIN_HELPFILES="ConqueTerm"
70
71 S="${WORKDIR}/${MY_P}"