From 247c279680a9c0502e2011194cba83cb61d328d9 Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Wed, 17 Aug 2011 03:50:47 +0000 Subject: Version bump Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64 --- app-vim/automatictexplugin/ChangeLog | 8 +++++- .../automatictexplugin-10.2.ebuild | 30 ++++++++++++++++++++++ 2 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 app-vim/automatictexplugin/automatictexplugin-10.2.ebuild (limited to 'app-vim/automatictexplugin') diff --git a/app-vim/automatictexplugin/ChangeLog b/app-vim/automatictexplugin/ChangeLog index d6dae5054c77..6b687902c4b8 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.9 2011/08/10 21:02:13 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/ChangeLog,v 1.10 2011/08/17 03:50:47 radhermit Exp $ + +*automatictexplugin-10.2 (17 Aug 2011) + + 17 Aug 2011; Tim Harder + +automatictexplugin-10.2.ebuild: + Version bump *automatictexplugin-10 (10 Aug 2011) diff --git a/app-vim/automatictexplugin/automatictexplugin-10.2.ebuild b/app-vim/automatictexplugin/automatictexplugin-10.2.ebuild new file mode 100644 index 000000000000..4b8a2780802e --- /dev/null +++ b/app-vim/automatictexplugin/automatictexplugin-10.2.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.2.ebuild,v 1.1 2011/08/17 03:50:47 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" -- cgit v1.2.3-65-gdbad