diff options
author | Tim Harder <radhermit@gentoo.org> | 2011-09-14 22:46:09 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2011-09-14 22:46:09 +0000 |
commit | 9fbc92181d97a83e098544df776b36b3c528d065 (patch) | |
tree | 431ccce28deb2509f17f7f2d2ae8def90bb45a06 /app-vim/automatictexplugin | |
parent | Version bump (bug #382897 by Alec M.). Use github mirror. (diff) | |
download | gentoo-2-9fbc92181d97a83e098544df776b36b3c528d065.tar.gz gentoo-2-9fbc92181d97a83e098544df776b36b3c528d065.tar.bz2 gentoo-2-9fbc92181d97a83e098544df776b36b3c528d065.zip |
Version bump.
(Portage version: 2.2.0_alpha55/cvs/Linux x86_64)
Diffstat (limited to 'app-vim/automatictexplugin')
-rw-r--r-- | app-vim/automatictexplugin/ChangeLog | 8 | ||||
-rw-r--r-- | app-vim/automatictexplugin/automatictexplugin-10.5.ebuild | 30 |
2 files changed, 37 insertions, 1 deletions
diff --git a/app-vim/automatictexplugin/ChangeLog b/app-vim/automatictexplugin/ChangeLog index 2acf69dba7ee..754e998ba3ef 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.12 2011/08/31 02:45:54 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/ChangeLog,v 1.13 2011/09/14 22:46:08 radhermit Exp $ + +*automatictexplugin-10.5 (14 Sep 2011) + + 14 Sep 2011; Tim Harder <radhermit@gentoo.org> + +automatictexplugin-10.5.ebuild: + Version bump. 31 Aug 2011; Tim Harder <radhermit@gentoo.org> -automatictexplugin-9.7.1.ebuild, -automatictexplugin-9.7.4.ebuild, diff --git a/app-vim/automatictexplugin/automatictexplugin-10.5.ebuild b/app-vim/automatictexplugin/automatictexplugin-10.5.ebuild new file mode 100644 index 000000000000..67d0f874043a --- /dev/null +++ b/app-vim/automatictexplugin/automatictexplugin-10.5.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.5.ebuild,v 1.1 2011/09/14 22:46:09 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" |