diff options
author | 2012-02-09 07:44:26 +0000 | |
---|---|---|
committer | 2012-02-09 07:44:26 +0000 | |
commit | bcb9aeae221efcae647e628a8bd4a346b0645099 (patch) | |
tree | 13251fa7bd36247179235b7eaa15bd987517d5e8 /app-vim/automatictexplugin | |
parent | Remove old. (diff) | |
download | historical-bcb9aeae221efcae647e628a8bd4a346b0645099.tar.gz historical-bcb9aeae221efcae647e628a8bd4a346b0645099.tar.bz2 historical-bcb9aeae221efcae647e628a8bd4a346b0645099.zip |
Remove old.
Package-Manager: portage-2.1.10.44/cvs/Linux x86_64
Diffstat (limited to 'app-vim/automatictexplugin')
-rw-r--r-- | app-vim/automatictexplugin/ChangeLog | 8 | ||||
-rw-r--r-- | app-vim/automatictexplugin/automatictexplugin-10.6.1.ebuild | 30 | ||||
-rw-r--r-- | app-vim/automatictexplugin/automatictexplugin-10.6.3.ebuild | 30 |
3 files changed, 6 insertions, 62 deletions
diff --git a/app-vim/automatictexplugin/ChangeLog b/app-vim/automatictexplugin/ChangeLog index 2ab64526e0db..ec40c9c390e9 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.22 2011/12/29 20:30:24 radhermit Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/ChangeLog,v 1.23 2012/02/09 07:41:17 radhermit Exp $ + + 09 Feb 2012; Tim Harder <radhermit@gentoo.org> + -automatictexplugin-10.6.1.ebuild, -automatictexplugin-10.6.3.ebuild: + Remove old. *automatictexplugin-10.6.4 (29 Dec 2011) diff --git a/app-vim/automatictexplugin/automatictexplugin-10.6.1.ebuild b/app-vim/automatictexplugin/automatictexplugin-10.6.1.ebuild deleted file mode 100644 index 8fe12b982bc8..000000000000 --- a/app-vim/automatictexplugin/automatictexplugin-10.6.1.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.6.1.ebuild,v 1.1 2011/10/09 21:37:24 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.6.3.ebuild b/app-vim/automatictexplugin/automatictexplugin-10.6.3.ebuild deleted file mode 100644 index 19c569721c05..000000000000 --- a/app-vim/automatictexplugin/automatictexplugin-10.6.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.6.3.ebuild,v 1.1 2011/12/11 09:15:25 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" |