diff options
author | Tim Harder <radhermit@gentoo.org> | 2011-12-29 20:30:24 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2011-12-29 20:30:24 +0000 |
commit | 4267d7b4242a2607ce8d335a6b306a93ff65d86c (patch) | |
tree | eb35c6fc8536cf5c41e90cc20e298f568dbc9414 /app-vim | |
parent | Stable for ppc/ppc64; bug #396301 (diff) | |
download | gentoo-2-4267d7b4242a2607ce8d335a6b306a93ff65d86c.tar.gz gentoo-2-4267d7b4242a2607ce8d335a6b306a93ff65d86c.tar.bz2 gentoo-2-4267d7b4242a2607ce8d335a6b306a93ff65d86c.zip |
Version bump.
(Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/automatictexplugin/ChangeLog | 8 | ||||
-rw-r--r-- | app-vim/automatictexplugin/automatictexplugin-10.6.4.ebuild | 30 |
2 files changed, 37 insertions, 1 deletions
diff --git a/app-vim/automatictexplugin/ChangeLog b/app-vim/automatictexplugin/ChangeLog index 5b3cf53c3e6f..2ab64526e0db 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.21 2011/12/11 09:15:25 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/ChangeLog,v 1.22 2011/12/29 20:30:24 radhermit Exp $ + +*automatictexplugin-10.6.4 (29 Dec 2011) + + 29 Dec 2011; Tim Harder <radhermit@gentoo.org> + +automatictexplugin-10.6.4.ebuild: + Version bump. *automatictexplugin-10.6.3 (11 Dec 2011) diff --git a/app-vim/automatictexplugin/automatictexplugin-10.6.4.ebuild b/app-vim/automatictexplugin/automatictexplugin-10.6.4.ebuild new file mode 100644 index 000000000000..f2a1b0246f10 --- /dev/null +++ b/app-vim/automatictexplugin/automatictexplugin-10.6.4.ebuild @@ -0,0 +1,30 @@ +# 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-10.6.4.ebuild,v 1.1 2011/12/29 20:30:24 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/${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" |