summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2011-05-13 07:07:07 +0000
committerTim Harder <radhermit@gentoo.org>2011-05-13 07:07:07 +0000
commitb7f5f9202e2bb56b9242ec4d18665b4390137356 (patch)
treecc003415016cae656bebe706211208bd0f55e353 /app-vim
parentInitial ebuild. Based on bug #355471. Thanks gomezloper@msn.com (diff)
downloadgentoo-2-b7f5f9202e2bb56b9242ec4d18665b4390137356.tar.gz
gentoo-2-b7f5f9202e2bb56b9242ec4d18665b4390137356.tar.bz2
gentoo-2-b7f5f9202e2bb56b9242ec4d18665b4390137356.zip
Version bump.
(Portage version: 2.2.0_alpha33/cvs/Linux x86_64)
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/automatictexplugin/ChangeLog8
-rw-r--r--app-vim/automatictexplugin/automatictexplugin-9.4.3.ebuild24
2 files changed, 31 insertions, 1 deletions
diff --git a/app-vim/automatictexplugin/ChangeLog b/app-vim/automatictexplugin/ChangeLog
index 8a94d3a6c975..5c9eb618b41d 100644
--- a/app-vim/automatictexplugin/ChangeLog
+++ b/app-vim/automatictexplugin/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-vim/automatictexplugin
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/ChangeLog,v 1.1 2011/04/29 03:46:31 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/ChangeLog,v 1.2 2011/05/13 07:07:07 radhermit Exp $
+
+*automatictexplugin-9.4.3 (13 May 2011)
+
+ 13 May 2011; Tim Harder <radhermit@gentoo.org>
+ +automatictexplugin-9.4.3.ebuild:
+ Version bump.
*automatictexplugin-9.3.5 (29 Apr 2011)
diff --git a/app-vim/automatictexplugin/automatictexplugin-9.4.3.ebuild b/app-vim/automatictexplugin/automatictexplugin-9.4.3.ebuild
new file mode 100644
index 000000000000..e863a55f3b6a
--- /dev/null
+++ b/app-vim/automatictexplugin/automatictexplugin-9.4.3.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/automatictexplugin-9.4.3.ebuild,v 1.1 2011/05/13 07:07:07 radhermit Exp $
+
+EAPI="4"
+VIM_PLUGIN_VIM_VERSION="7.3"
+
+inherit vim-plugin
+
+MY_P="AutomaticTexPlugin_${PV}"
+DESCRIPTION="vim plugin: a comprehensive plugin for editing LaTeX files"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2945"
+SRC_URI="mirror://sourceforge/atp-vim/${MY_P}.tar.gz"
+LICENSE="GPL-3"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+S=${WORKDIR}
+
+VIM_PLUGIN_HELPFILES="automatic-tex-plugin.txt"
+
+RDEPEND="!app-vim/vim-latex
+ dev-tex/latexmk
+ app-text/wdiff"