diff options
author | Tim Harder <radhermit@gentoo.org> | 2014-01-25 11:37:18 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2014-01-25 11:37:18 +0000 |
commit | adbfe5df1d35e17852316122b8fa2cb7b5996971 (patch) | |
tree | fdc23e5771839c123bb11b594a452c67983101d3 /app-vim | |
parent | Version bump. (diff) | |
download | gentoo-2-adbfe5df1d35e17852316122b8fa2cb7b5996971.tar.gz gentoo-2-adbfe5df1d35e17852316122b8fa2cb7b5996971.tar.bz2 gentoo-2-adbfe5df1d35e17852316122b8fa2cb7b5996971.zip |
Remove old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/automatictexplugin/ChangeLog | 6 | ||||
-rw-r--r-- | app-vim/automatictexplugin/automatictexplugin-12.1.ebuild | 30 | ||||
-rw-r--r-- | app-vim/automatictexplugin/automatictexplugin-12.2.ebuild | 28 |
3 files changed, 5 insertions, 59 deletions
diff --git a/app-vim/automatictexplugin/ChangeLog b/app-vim/automatictexplugin/ChangeLog index 3deea0704092..bf48deaac51f 100644 --- a/app-vim/automatictexplugin/ChangeLog +++ b/app-vim/automatictexplugin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-vim/automatictexplugin # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/ChangeLog,v 1.44 2014/01/25 11:36:21 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/ChangeLog,v 1.45 2014/01/25 11:37:18 radhermit Exp $ + + 25 Jan 2014; Tim Harder <radhermit@gentoo.org> + -automatictexplugin-12.1.ebuild, -automatictexplugin-12.2.ebuild: + Remove old. *automatictexplugin-12.4 (25 Jan 2014) diff --git a/app-vim/automatictexplugin/automatictexplugin-12.1.ebuild b/app-vim/automatictexplugin/automatictexplugin-12.1.ebuild deleted file mode 100644 index c96874f05614..000000000000 --- a/app-vim/automatictexplugin/automatictexplugin-12.1.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-12.1.ebuild,v 1.3 2012/12/04 11:22:30 ago 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/releases/${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-12.2.ebuild b/app-vim/automatictexplugin/automatictexplugin-12.2.ebuild deleted file mode 100644 index 2f070a221146..000000000000 --- a/app-vim/automatictexplugin/automatictexplugin-12.2.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/automatictexplugin-12.2.ebuild,v 1.1 2013/03/23 08:10:43 radhermit Exp $ - -EAPI=5 - -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/releases/${MY_P}.tar.gz" -LICENSE="GPL-3" -KEYWORDS="~amd64 ~x86" - -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" |