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: automatictexplugin-9.3.5.ebuild metadata.xml ChangeLog
Date: Fri, 29 Apr 2011 03:46:41
Message-Id: 20110429034631.DBC6820051@flycatcher.gentoo.org
1 radhermit 11/04/29 03:46:31
2
3 Added: automatictexplugin-9.3.5.ebuild metadata.xml
4 ChangeLog
5 Log:
6 Initial import.
7
8 (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.1 app-vim/automatictexplugin/automatictexplugin-9.3.5.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/automatictexplugin/automatictexplugin-9.3.5.ebuild?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/automatictexplugin/automatictexplugin-9.3.5.ebuild?rev=1.1&content-type=text/plain
15
16 Index: automatictexplugin-9.3.5.ebuild
17 ===================================================================
18 # Copyright 1999-2011 Gentoo Foundation
19 # Distributed under the terms of the GNU General Public License v2
20 # $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/automatictexplugin-9.3.5.ebuild,v 1.1 2011/04/29 03:46:31 radhermit Exp $
21
22 EAPI="4"
23 VIM_PLUGIN_VIM_VERSION="7.3"
24
25 inherit vim-plugin
26
27 MY_P="AutomaticTexPlugin_${PV}"
28 DESCRIPTION="vim plugin: a comprehensive plugin for editing LaTeX files"
29 HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2945"
30 SRC_URI="mirror://sourceforge/atp-vim/${MY_P}.tar.gz"
31 LICENSE="GPL-3"
32 KEYWORDS="~amd64 ~x86"
33 IUSE=""
34
35 S=${WORKDIR}
36
37 VIM_PLUGIN_HELPFILES="automatic-tex-plugin.txt"
38
39 RDEPEND="!app-vim/vim-latex
40 dev-tex/latexmk
41 app-text/wdiff"
42
43
44
45 1.1 app-vim/automatictexplugin/metadata.xml
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/automatictexplugin/metadata.xml?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/automatictexplugin/metadata.xml?rev=1.1&content-type=text/plain
49
50 Index: metadata.xml
51 ===================================================================
52 <?xml version="1.0" encoding="UTF-8"?>
53 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
54 <pkgmetadata>
55 <herd>vim</herd>
56 </pkgmetadata>
57
58
59
60 1.1 app-vim/automatictexplugin/ChangeLog
61
62 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/automatictexplugin/ChangeLog?rev=1.1&view=markup
63 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/automatictexplugin/ChangeLog?rev=1.1&content-type=text/plain
64
65 Index: ChangeLog
66 ===================================================================
67 # ChangeLog for app-vim/automatictexplugin
68 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
69 # $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/ChangeLog,v 1.1 2011/04/29 03:46:31 radhermit Exp $
70
71 *automatictexplugin-9.3.5 (29 Apr 2011)
72
73 29 Apr 2011; Tim Harder <radhermit@g.o>
74 +automatictexplugin-9.3.5.ebuild, +metadata.xml:
75 Initial import.