diff options
-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 | ||||
-rw-r--r-- | app-vim/zencoding-vim/ChangeLog | 8 | ||||
-rw-r--r-- | app-vim/zencoding-vim/zencoding-vim-0.54.ebuild | 26 | ||||
-rw-r--r-- | app-vim/zencoding-vim/zencoding-vim-0.55.ebuild | 26 | ||||
-rw-r--r-- | app-vim/zencoding-vim/zencoding-vim-0.56.ebuild | 26 |
7 files changed, 12 insertions, 142 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" diff --git a/app-vim/zencoding-vim/ChangeLog b/app-vim/zencoding-vim/ChangeLog index f84ee3cd56d5..0654b22a797a 100644 --- a/app-vim/zencoding-vim/ChangeLog +++ b/app-vim/zencoding-vim/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-vim/zencoding-vim -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/zencoding-vim/ChangeLog,v 1.12 2011/12/04 20:02:19 radhermit Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/zencoding-vim/ChangeLog,v 1.13 2012/02/09 07:44:26 radhermit Exp $ + + 09 Feb 2012; Tim Harder <radhermit@gentoo.org> -zencoding-vim-0.54.ebuild, + -zencoding-vim-0.55.ebuild, -zencoding-vim-0.56.ebuild: + Remove old. *zencoding-vim-0.58 (04 Dec 2011) diff --git a/app-vim/zencoding-vim/zencoding-vim-0.54.ebuild b/app-vim/zencoding-vim/zencoding-vim-0.54.ebuild deleted file mode 100644 index 19f22941ee23..000000000000 --- a/app-vim/zencoding-vim/zencoding-vim-0.54.ebuild +++ /dev/null @@ -1,26 +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/zencoding-vim/zencoding-vim-0.54.ebuild,v 1.1 2011/09/25 07:37:19 radhermit Exp $ - -EAPI=4 - -inherit vim-plugin - -MY_PN="ZenCoding.vim" -DESCRIPTION="vim plugin: HTML and CSS hi-speed coding" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2981 http://mattn.github.com/zencoding-vim/" -SRC_URI="https://github.com/vim-scripts/${MY_PN}/tarball/${PV} -> ${P}.tar.gz" -LICENSE="BSD" -KEYWORDS="~amd64 ~x86" -IUSE="" - -VIM_PLUGIN_HELPFILES="${PN}.txt" - -src_unpack() { - unpack ${A} - mv *-${MY_PN}-* "${S}" -} - -src_prepare() { - rm README || die -} diff --git a/app-vim/zencoding-vim/zencoding-vim-0.55.ebuild b/app-vim/zencoding-vim/zencoding-vim-0.55.ebuild deleted file mode 100644 index 9a516f55b731..000000000000 --- a/app-vim/zencoding-vim/zencoding-vim-0.55.ebuild +++ /dev/null @@ -1,26 +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/zencoding-vim/zencoding-vim-0.55.ebuild,v 1.1 2011/10/24 03:20:06 radhermit Exp $ - -EAPI=4 - -inherit vim-plugin - -MY_PN="ZenCoding.vim" -DESCRIPTION="vim plugin: HTML and CSS hi-speed coding" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2981 http://mattn.github.com/zencoding-vim/" -SRC_URI="https://github.com/vim-scripts/${MY_PN}/tarball/${PV} -> ${P}.tar.gz" -LICENSE="BSD" -KEYWORDS="~amd64 ~x86" -IUSE="" - -VIM_PLUGIN_HELPFILES="${PN}.txt" - -src_unpack() { - unpack ${A} - mv *-${MY_PN}-* "${S}" -} - -src_prepare() { - rm README || die -} diff --git a/app-vim/zencoding-vim/zencoding-vim-0.56.ebuild b/app-vim/zencoding-vim/zencoding-vim-0.56.ebuild deleted file mode 100644 index 8cbe7081a32d..000000000000 --- a/app-vim/zencoding-vim/zencoding-vim-0.56.ebuild +++ /dev/null @@ -1,26 +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/zencoding-vim/zencoding-vim-0.56.ebuild,v 1.1 2011/11/13 20:04:54 radhermit Exp $ - -EAPI=4 - -inherit vim-plugin - -MY_PN="ZenCoding.vim" -DESCRIPTION="vim plugin: HTML and CSS hi-speed coding" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2981 http://mattn.github.com/zencoding-vim/" -SRC_URI="https://github.com/vim-scripts/${MY_PN}/tarball/${PV} -> ${P}.tar.gz" -LICENSE="BSD" -KEYWORDS="~amd64 ~x86" -IUSE="" - -VIM_PLUGIN_HELPFILES="${PN}.txt" - -src_unpack() { - unpack ${A} - mv *-${MY_PN}-* "${S}" -} - -src_prepare() { - rm README || die -} |