summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2013-03-23 08:10:43 +0000
committerTim Harder <radhermit@gentoo.org>2013-03-23 08:10:43 +0000
commit332795586fb4a94b2da7dac641abddbac636f9d9 (patch)
tree95b7ae01eb5af7d3b49782e4750faf0046c05ebc /app-vim/automatictexplugin
parentStabilise latest, drop older. (diff)
downloadgentoo-2-332795586fb4a94b2da7dac641abddbac636f9d9.tar.gz
gentoo-2-332795586fb4a94b2da7dac641abddbac636f9d9.tar.bz2
gentoo-2-332795586fb4a94b2da7dac641abddbac636f9d9.zip
Version bump.
(Portage version: 2.2.0_alpha169/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'app-vim/automatictexplugin')
-rw-r--r--app-vim/automatictexplugin/ChangeLog10
-rw-r--r--app-vim/automatictexplugin/automatictexplugin-12.2.ebuild28
2 files changed, 36 insertions, 2 deletions
diff --git a/app-vim/automatictexplugin/ChangeLog b/app-vim/automatictexplugin/ChangeLog
index 59c277292588..d5dd086303d6 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.38 2012/12/04 11:22:30 ago Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/ChangeLog,v 1.39 2013/03/23 08:10:43 radhermit Exp $
+
+*automatictexplugin-12.2 (23 Mar 2013)
+
+ 23 Mar 2013; Tim Harder <radhermit@gentoo.org>
+ +automatictexplugin-12.2.ebuild:
+ Version bump.
04 Dec 2012; <ago@gentoo.org> automatictexplugin-12.1.ebuild:
Stable for x86, wrt bug #441124
diff --git a/app-vim/automatictexplugin/automatictexplugin-12.2.ebuild b/app-vim/automatictexplugin/automatictexplugin-12.2.ebuild
new file mode 100644
index 000000000000..2f070a221146
--- /dev/null
+++ b/app-vim/automatictexplugin/automatictexplugin-12.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/automatictexplugin-12.2.ebuild,v 1.1 2013/03/23 08:10:43 radhermit Exp $
+
+EAPI=5
+
+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"
+
+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"