diff options
author | Tim Harder <radhermit@gentoo.org> | 2011-01-23 22:32:11 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2011-01-23 22:32:11 +0000 |
commit | c77d343f4500b4f8eb6682f46bea55f0475089bd (patch) | |
tree | ded27f478eb466515527f016ae18b20b83085091 /app-vim | |
parent | Add MODULE_A_EXT for g-cpan ease of use where upstream has other file extensi... (diff) | |
download | gentoo-2-c77d343f4500b4f8eb6682f46bea55f0475089bd.tar.gz gentoo-2-c77d343f4500b4f8eb6682f46bea55f0475089bd.tar.bz2 gentoo-2-c77d343f4500b4f8eb6682f46bea55f0475089bd.zip |
Remove old
(Portage version: 2.2.0_alpha17/cvs/Linux x86_64)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/latexsuite/ChangeLog | 6 | ||||
-rw-r--r-- | app-vim/latexsuite/latexsuite-1.5.20060325.ebuild | 38 |
2 files changed, 5 insertions, 39 deletions
diff --git a/app-vim/latexsuite/ChangeLog b/app-vim/latexsuite/ChangeLog index 38d938926818..31f96570e4cf 100644 --- a/app-vim/latexsuite/ChangeLog +++ b/app-vim/latexsuite/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-vim/latexsuite # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/latexsuite/ChangeLog,v 1.42 2011/01/21 17:14:00 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/latexsuite/ChangeLog,v 1.43 2011/01/23 22:32:11 radhermit Exp $ + + 23 Jan 2011; Tim Harder <radhermit@gentoo.org> + -latexsuite-1.5.20060325.ebuild: + Remove old 21 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org> latexsuite-1.8.23.20100129.ebuild: diff --git a/app-vim/latexsuite/latexsuite-1.5.20060325.ebuild b/app-vim/latexsuite/latexsuite-1.5.20060325.ebuild deleted file mode 100644 index 671f9b3c08f7..000000000000 --- a/app-vim/latexsuite/latexsuite-1.5.20060325.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/latexsuite/latexsuite-1.5.20060325.ebuild,v 1.10 2009/12/17 10:38:27 fauli Exp $ - -inherit vim-plugin versionator - -DESCRIPTION="vim plugin: a comprehensive set of tools to view, edit and compile LaTeX documents" -HOMEPAGE="http://vim-latex.sourceforge.net/" - -LICENSE="vim" -KEYWORDS="alpha amd64 ia64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" -IUSE="" - -# See bug #112326 for why we have this nasty hack -MY_P="latexSuite$(get_version_component_range 3- )" -S="${WORKDIR}" -SRC_URI="http://vim-latex.sourceforge.net/download/${MY_P}.tar.gz" - -RDEPEND="virtual/latex-base" - -VIM_PLUGIN_HELPFILES="latex-suite.txt latex-suite-quickstart.txt latexhelp.txt imaps.txt" - -src_install() { - into /usr - dobin ltags - rm ltags - vim-plugin_src_install -} - -pkg_postinst() { - vim-plugin_pkg_postinst - elog - elog "To use the latexSuite plugin add:" - elog " filetype plugin on" - elog ' set grepprg=grep\ -nH\ $*' - elog "to your ~/.vimrc-file" - elog -} |