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/automatictexplugin: ChangeLog automatictexplugin-10.6.4.ebuild
Date: Thu, 29 Dec 2011 20:30:34
Message-Id: 20111229203024.8FA642004B@flycatcher.gentoo.org
1 radhermit 11/12/29 20:30:24
2
3 Modified: ChangeLog
4 Added: automatictexplugin-10.6.4.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.22 app-vim/automatictexplugin/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/automatictexplugin/ChangeLog?rev=1.22&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/automatictexplugin/ChangeLog?rev=1.22&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/automatictexplugin/ChangeLog?r1=1.21&r2=1.22
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/ChangeLog,v
20 retrieving revision 1.21
21 retrieving revision 1.22
22 diff -u -r1.21 -r1.22
23 --- ChangeLog 11 Dec 2011 09:15:25 -0000 1.21
24 +++ ChangeLog 29 Dec 2011 20:30:24 -0000 1.22
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-vim/automatictexplugin
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/ChangeLog,v 1.21 2011/12/11 09:15:25 radhermit Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/ChangeLog,v 1.22 2011/12/29 20:30:24 radhermit Exp $
30 +
31 +*automatictexplugin-10.6.4 (29 Dec 2011)
32 +
33 + 29 Dec 2011; Tim Harder <radhermit@g.o>
34 + +automatictexplugin-10.6.4.ebuild:
35 + Version bump.
36
37 *automatictexplugin-10.6.3 (11 Dec 2011)
38
39
40
41
42 1.1 app-vim/automatictexplugin/automatictexplugin-10.6.4.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/automatictexplugin/automatictexplugin-10.6.4.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/automatictexplugin/automatictexplugin-10.6.4.ebuild?rev=1.1&content-type=text/plain
46
47 Index: automatictexplugin-10.6.4.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/automatictexplugin-10.6.4.ebuild,v 1.1 2011/12/29 20:30:24 radhermit Exp $
52
53 EAPI="4"
54 VIM_PLUGIN_VIM_VERSION="7.3"
55
56 inherit vim-plugin
57
58 MY_P="AutomaticTexPlugin_${PV}"
59 DESCRIPTION="vim plugin: a comprehensive plugin for editing LaTeX files"
60 HOMEPAGE="http://atp-vim.sourceforge.net/"
61 SRC_URI="mirror://sourceforge/atp-vim/${MY_P}.tar.gz"
62 LICENSE="GPL-3"
63 KEYWORDS="~amd64 ~x86"
64 IUSE=""
65
66 S="${WORKDIR}"
67
68 VIM_PLUGIN_HELPFILES="automatic-tex-plugin.txt"
69
70 RDEPEND="|| ( app-editors/vim[python] app-editors/gvim[python] )
71 !app-vim/vim-latex
72 app-vim/align
73 app-text/wdiff
74 >=dev-lang/python-2.7
75 dev-python/psutil
76 dev-tex/latexmk
77 dev-tex/detex
78 virtual/tex-base"