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.3.ebuild
Date: Wed, 31 Aug 2011 02:44:31
Message-Id: 20110831024421.EDEA420051@flycatcher.gentoo.org
1 radhermit 11/08/31 02:44:21
2
3 Modified: ChangeLog
4 Added: automatictexplugin-10.3.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.11 app-vim/automatictexplugin/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/automatictexplugin/ChangeLog?rev=1.11&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/automatictexplugin/ChangeLog?rev=1.11&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/automatictexplugin/ChangeLog?r1=1.10&r2=1.11
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/ChangeLog,v
20 retrieving revision 1.10
21 retrieving revision 1.11
22 diff -u -r1.10 -r1.11
23 --- ChangeLog 17 Aug 2011 03:50:47 -0000 1.10
24 +++ ChangeLog 31 Aug 2011 02:44:21 -0000 1.11
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.10 2011/08/17 03:50:47 radhermit Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/ChangeLog,v 1.11 2011/08/31 02:44:21 radhermit Exp $
30 +
31 +*automatictexplugin-10.3 (31 Aug 2011)
32 +
33 + 31 Aug 2011; Tim Harder <radhermit@g.o>
34 + +automatictexplugin-10.3.ebuild:
35 + Version bump.
36
37 *automatictexplugin-10.2 (17 Aug 2011)
38
39
40
41
42 1.1 app-vim/automatictexplugin/automatictexplugin-10.3.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/automatictexplugin/automatictexplugin-10.3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/automatictexplugin/automatictexplugin-10.3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: automatictexplugin-10.3.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.3.ebuild,v 1.1 2011/08/31 02:44:21 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"