diff options
author | Tim Harder <radhermit@gentoo.org> | 2011-10-09 21:42:22 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2011-10-09 21:42:22 +0000 |
commit | 7b91fd911c45042e808493698a9dbe4434855fcc (patch) | |
tree | 0b71b2a91f1172eb4873cc972677d546f1a1833f /app-vim | |
parent | Version bump. (diff) | |
download | gentoo-2-7b91fd911c45042e808493698a9dbe4434855fcc.tar.gz gentoo-2-7b91fd911c45042e808493698a9dbe4434855fcc.tar.bz2 gentoo-2-7b91fd911c45042e808493698a9dbe4434855fcc.zip |
Remove old.
(Portage version: 2.2.0_alpha62/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.2.ebuild | 30 | ||||
-rw-r--r-- | app-vim/automatictexplugin/automatictexplugin-10.3.ebuild | 30 |
3 files changed, 5 insertions, 61 deletions
diff --git a/app-vim/automatictexplugin/ChangeLog b/app-vim/automatictexplugin/ChangeLog index 7852199c9da1..c9920ade5e36 100644 --- a/app-vim/automatictexplugin/ChangeLog +++ b/app-vim/automatictexplugin/ChangeLog @@ -1,6 +1,10 @@ # 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.15 2011/10/09 21:37:24 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/ChangeLog,v 1.16 2011/10/09 21:42:22 radhermit Exp $ + + 09 Oct 2011; Tim Harder <radhermit@gentoo.org> + -automatictexplugin-10.2.ebuild, -automatictexplugin-10.3.ebuild: + Remove old. *automatictexplugin-10.6.1 (09 Oct 2011) diff --git a/app-vim/automatictexplugin/automatictexplugin-10.2.ebuild b/app-vim/automatictexplugin/automatictexplugin-10.2.ebuild deleted file mode 100644 index 4b8a2780802e..000000000000 --- a/app-vim/automatictexplugin/automatictexplugin-10.2.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.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" diff --git a/app-vim/automatictexplugin/automatictexplugin-10.3.ebuild b/app-vim/automatictexplugin/automatictexplugin-10.3.ebuild deleted file mode 100644 index 1ff039d866b0..000000000000 --- a/app-vim/automatictexplugin/automatictexplugin-10.3.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.3.ebuild,v 1.1 2011/08/31 02:44:21 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" |