summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2012-06-22 08:54:27 +0000
committerTim Harder <radhermit@gentoo.org>2012-06-22 08:54:27 +0000
commitcdde9470466b3844a0568211ef976c5dfa4d8b30 (patch)
treeb142865e00f202dee49f2ef273058c853b4f4b9d /app-vim
parentVersion bump. (diff)
downloadgentoo-2-cdde9470466b3844a0568211ef976c5dfa4d8b30.tar.gz
gentoo-2-cdde9470466b3844a0568211ef976c5dfa4d8b30.tar.bz2
gentoo-2-cdde9470466b3844a0568211ef976c5dfa4d8b30.zip
Version bump.
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/automatictexplugin/ChangeLog8
-rw-r--r--app-vim/automatictexplugin/automatictexplugin-11.1.ebuild30
2 files changed, 37 insertions, 1 deletions
diff --git a/app-vim/automatictexplugin/ChangeLog b/app-vim/automatictexplugin/ChangeLog
index 1085939f5d49..a59c8ad212e4 100644
--- a/app-vim/automatictexplugin/ChangeLog
+++ b/app-vim/automatictexplugin/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-vim/automatictexplugin
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/ChangeLog,v 1.27 2012/05/15 12:34:07 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/ChangeLog,v 1.28 2012/06/22 08:54:27 radhermit Exp $
+
+*automatictexplugin-11.1 (22 Jun 2012)
+
+ 22 Jun 2012; Tim Harder <radhermit@gentoo.org>
+ +automatictexplugin-11.1.ebuild:
+ Version bump.
*automatictexplugin-11 (15 May 2012)
diff --git a/app-vim/automatictexplugin/automatictexplugin-11.1.ebuild b/app-vim/automatictexplugin/automatictexplugin-11.1.ebuild
new file mode 100644
index 000000000000..7129a951820b
--- /dev/null
+++ b/app-vim/automatictexplugin/automatictexplugin-11.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/automatictexplugin-11.1.ebuild,v 1.1 2012/06/22 08:54:27 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://atp-vim.sourceforge.net/"
+SRC_URI="mirror://sourceforge/atp-vim/releases/${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-vim/align
+ app-text/wdiff
+ >=dev-lang/python-2.7
+ dev-python/psutil
+ dev-tex/latexmk
+ dev-tex/detex
+ virtual/tex-base"