summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2011-05-30 10:16:07 +0000
committerTim Harder <radhermit@gentoo.org>2011-05-30 10:16:07 +0000
commit0278b4d8ebb48e9a19e66346f6109cdd06a90056 (patch)
tree8b9d3bb8c62ae36815a235a3e7906b1d7ed6f7bb /app-vim
parentInitial import from sunrise thanks to Michał Górny (bug #322977). (diff)
downloadgentoo-2-0278b4d8ebb48e9a19e66346f6109cdd06a90056.tar.gz
gentoo-2-0278b4d8ebb48e9a19e66346f6109cdd06a90056.tar.bz2
gentoo-2-0278b4d8ebb48e9a19e66346f6109cdd06a90056.zip
Version bump and remove old. Update dependencies.
(Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/automatictexplugin/ChangeLog9
-rw-r--r--app-vim/automatictexplugin/automatictexplugin-9.4.3.ebuild24
-rw-r--r--app-vim/automatictexplugin/automatictexplugin-9.5.ebuild (renamed from app-vim/automatictexplugin/automatictexplugin-9.3.5.ebuild)11
3 files changed, 16 insertions, 28 deletions
diff --git a/app-vim/automatictexplugin/ChangeLog b/app-vim/automatictexplugin/ChangeLog
index 5c9eb618b41d..21eb831312b5 100644
--- a/app-vim/automatictexplugin/ChangeLog
+++ b/app-vim/automatictexplugin/ChangeLog
@@ -1,6 +1,13 @@
# 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.2 2011/05/13 07:07:07 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/ChangeLog,v 1.3 2011/05/30 10:16:07 radhermit Exp $
+
+*automatictexplugin-9.5 (30 May 2011)
+
+ 30 May 2011; Tim Harder <radhermit@gentoo.org>
+ -automatictexplugin-9.3.5.ebuild, -automatictexplugin-9.4.3.ebuild,
+ +automatictexplugin-9.5.ebuild:
+ Version bump and remove old. Update dependencies.
*automatictexplugin-9.4.3 (13 May 2011)
diff --git a/app-vim/automatictexplugin/automatictexplugin-9.4.3.ebuild b/app-vim/automatictexplugin/automatictexplugin-9.4.3.ebuild
deleted file mode 100644
index e863a55f3b6a..000000000000
--- a/app-vim/automatictexplugin/automatictexplugin-9.4.3.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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-9.4.3.ebuild,v 1.1 2011/05/13 07:07:07 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://www.vim.org/scripts/script.php?script_id=2945"
-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-vim/vim-latex
- dev-tex/latexmk
- app-text/wdiff"
diff --git a/app-vim/automatictexplugin/automatictexplugin-9.3.5.ebuild b/app-vim/automatictexplugin/automatictexplugin-9.5.ebuild
index 61199c1f4f26..d398768b12de 100644
--- a/app-vim/automatictexplugin/automatictexplugin-9.3.5.ebuild
+++ b/app-vim/automatictexplugin/automatictexplugin-9.5.ebuild
@@ -1,6 +1,6 @@
# 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-9.3.5.ebuild,v 1.1 2011/04/29 03:46:31 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/automatictexplugin-9.5.ebuild,v 1.1 2011/05/30 10:16:07 radhermit Exp $
EAPI="4"
VIM_PLUGIN_VIM_VERSION="7.3"
@@ -19,6 +19,11 @@ S=${WORKDIR}
VIM_PLUGIN_HELPFILES="automatic-tex-plugin.txt"
-RDEPEND="!app-vim/vim-latex
+RDEPEND="|| ( app-editors/vim[python] app-editors/gvim[python] )
+ !app-vim/vim-latex
+ app-text/wdiff
+ >=dev-lang/python-2.7
+ dev-python/psutil
dev-tex/latexmk
- app-text/wdiff"
+ dev-tex/detex
+ virtual/tex-base"