diff options
author | Tim Harder <radhermit@gentoo.org> | 2011-06-12 16:46:07 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2011-06-12 16:46:07 +0000 |
commit | 13ce7c67718390b65e4b575f71db266533bf007a (patch) | |
tree | cff400a314022ea9276fc02eb03608950e3820e0 /app-vim/automatictexplugin | |
parent | Remove overshadowed old version and patches. (diff) | |
download | gentoo-2-13ce7c67718390b65e4b575f71db266533bf007a.tar.gz gentoo-2-13ce7c67718390b65e4b575f71db266533bf007a.tar.bz2 gentoo-2-13ce7c67718390b65e4b575f71db266533bf007a.zip |
Add dependency on app-vim/align, update HOMEPAGE, and remove old.
(Portage version: 2.2.0_alpha38/cvs/Linux x86_64)
Diffstat (limited to 'app-vim/automatictexplugin')
-rw-r--r-- | app-vim/automatictexplugin/ChangeLog | 6 | ||||
-rw-r--r-- | app-vim/automatictexplugin/automatictexplugin-9.5.ebuild | 29 | ||||
-rw-r--r-- | app-vim/automatictexplugin/automatictexplugin-9.6.ebuild | 5 |
3 files changed, 8 insertions, 32 deletions
diff --git a/app-vim/automatictexplugin/ChangeLog b/app-vim/automatictexplugin/ChangeLog index d4a0eca1ddfa..c0f4d68b16e0 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.4 2011/06/05 10:31:49 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/ChangeLog,v 1.5 2011/06/12 16:46:07 radhermit Exp $ + + 12 Jun 2011; Tim Harder <radhermit@gentoo.org> + -automatictexplugin-9.5.ebuild, automatictexplugin-9.6.ebuild: + Add dependency on app-vim/align, update HOMEPAGE, and remove old. *automatictexplugin-9.6 (05 Jun 2011) diff --git a/app-vim/automatictexplugin/automatictexplugin-9.5.ebuild b/app-vim/automatictexplugin/automatictexplugin-9.5.ebuild deleted file mode 100644 index d398768b12de..000000000000 --- a/app-vim/automatictexplugin/automatictexplugin-9.5.ebuild +++ /dev/null @@ -1,29 +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-9.5.ebuild,v 1.1 2011/05/30 10:16:07 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://www.vim.org/scripts/script.php?script_id=2945" -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-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-9.6.ebuild b/app-vim/automatictexplugin/automatictexplugin-9.6.ebuild index ddb50b0a346b..cb2a02f8dbcd 100644 --- a/app-vim/automatictexplugin/automatictexplugin-9.6.ebuild +++ b/app-vim/automatictexplugin/automatictexplugin-9.6.ebuild @@ -1,6 +1,6 @@ # 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-9.6.ebuild,v 1.1 2011/06/05 10:31:49 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/automatictexplugin-9.6.ebuild,v 1.2 2011/06/12 16:46:07 radhermit Exp $ EAPI="4" VIM_PLUGIN_VIM_VERSION="7.3" @@ -9,7 +9,7 @@ inherit vim-plugin MY_P="AutomaticTexPlugin_${PV}" DESCRIPTION="vim plugin: a comprehensive plugin for editing LaTeX files" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2945" +HOMEPAGE="http://atp-vim.sourceforge.net/" SRC_URI="mirror://sourceforge/atp-vim/${MY_P}.tar.gz" LICENSE="GPL-3" KEYWORDS="~amd64 ~x86" @@ -21,6 +21,7 @@ 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 |