summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2011-06-05 10:31:49 +0000
committerTim Harder <radhermit@gentoo.org>2011-06-05 10:31:49 +0000
commitfff64ccea094b5af445da134258f9a0f20383407 (patch)
tree71b2604b4dd35c90f1d1a7cfd629967ce8261015 /app-vim
parentarm stable, bug #368281 (diff)
downloadgentoo-2-fff64ccea094b5af445da134258f9a0f20383407.tar.gz
gentoo-2-fff64ccea094b5af445da134258f9a0f20383407.tar.bz2
gentoo-2-fff64ccea094b5af445da134258f9a0f20383407.zip
Version bump.
(Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/automatictexplugin/ChangeLog8
-rw-r--r--app-vim/automatictexplugin/automatictexplugin-9.6.ebuild29
2 files changed, 36 insertions, 1 deletions
diff --git a/app-vim/automatictexplugin/ChangeLog b/app-vim/automatictexplugin/ChangeLog
index 21eb831312b5..d4a0eca1ddfa 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.3 2011/05/30 10:16:07 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/ChangeLog,v 1.4 2011/06/05 10:31:49 radhermit Exp $
+
+*automatictexplugin-9.6 (05 Jun 2011)
+
+ 05 Jun 2011; Tim Harder <radhermit@gentoo.org>
+ +automatictexplugin-9.6.ebuild:
+ Version bump.
*automatictexplugin-9.5 (30 May 2011)
diff --git a/app-vim/automatictexplugin/automatictexplugin-9.6.ebuild b/app-vim/automatictexplugin/automatictexplugin-9.6.ebuild
new file mode 100644
index 000000000000..ddb50b0a346b
--- /dev/null
+++ b/app-vim/automatictexplugin/automatictexplugin-9.6.ebuild
@@ -0,0 +1,29 @@
+# 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.6.ebuild,v 1.1 2011/06/05 10:31:49 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-editors/vim[python] app-editors/gvim[python] )
+ !app-vim/vim-latex
+ app-text/wdiff
+ >=dev-lang/python-2.7
+ dev-python/psutil
+ dev-tex/latexmk
+ dev-tex/detex
+ virtual/tex-base"