summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-vim/automatictexplugin/automatictexplugin-10.6.4.ebuild')
-rw-r--r--app-vim/automatictexplugin/automatictexplugin-10.6.4.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/app-vim/automatictexplugin/automatictexplugin-10.6.4.ebuild b/app-vim/automatictexplugin/automatictexplugin-10.6.4.ebuild
deleted file mode 100644
index 445a4c80d20c..000000000000
--- a/app-vim/automatictexplugin/automatictexplugin-10.6.4.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2012 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.3 2012/02/16 19:10:20 phajdan.jr 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"