diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-02-16 23:51:39 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-02-16 23:51:39 +0000 |
commit | 15a44462ba252a81dfe1910408d9e1bcebf90ab3 (patch) | |
tree | fd5f30314c1e8070bea774a18260c1b906338f71 /app-vim | |
parent | Remove old. (diff) | |
download | gentoo-2-15a44462ba252a81dfe1910408d9e1bcebf90ab3.tar.gz gentoo-2-15a44462ba252a81dfe1910408d9e1bcebf90ab3.tar.bz2 gentoo-2-15a44462ba252a81dfe1910408d9e1bcebf90ab3.zip |
Remove old.
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/automatictexplugin/ChangeLog | 6 | ||||
-rw-r--r-- | app-vim/automatictexplugin/automatictexplugin-10.5.ebuild | 30 |
2 files changed, 5 insertions, 31 deletions
diff --git a/app-vim/automatictexplugin/ChangeLog b/app-vim/automatictexplugin/ChangeLog index a2fce46dae3e..678d2b05bac1 100644 --- a/app-vim/automatictexplugin/ChangeLog +++ b/app-vim/automatictexplugin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-vim/automatictexplugin # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/ChangeLog,v 1.25 2012/02/16 19:10:20 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/ChangeLog,v 1.26 2012/02/16 23:51:38 radhermit Exp $ + + 16 Feb 2012; Tim Harder <radhermit@gentoo.org> + -automatictexplugin-10.5.ebuild: + Remove old. 16 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> automatictexplugin-10.6.4.ebuild: diff --git a/app-vim/automatictexplugin/automatictexplugin-10.5.ebuild b/app-vim/automatictexplugin/automatictexplugin-10.5.ebuild deleted file mode 100644 index dbf3a9a129aa..000000000000 --- a/app-vim/automatictexplugin/automatictexplugin-10.5.ebuild +++ /dev/null @@ -1,30 +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-10.5.ebuild,v 1.3 2011/10/24 19:57:07 maekke 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" |