summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2011-07-23 18:55:03 +0000
committerTim Harder <radhermit@gentoo.org>2011-07-23 18:55:03 +0000
commitd6b16b87ab1d834563e77115e740720bbb03bf72 (patch)
treec39a24cefefcab9e28ad1cd393c8a3c5bbc03567 /app-vim/vim-latex
parentalpha/ia64/sh/sparc stable wrt #374685 (diff)
downloadgentoo-2-d6b16b87ab1d834563e77115e740720bbb03bf72.tar.gz
gentoo-2-d6b16b87ab1d834563e77115e740720bbb03bf72.tar.bz2
gentoo-2-d6b16b87ab1d834563e77115e740720bbb03bf72.zip
Remove old.
(Portage version: 2.2.0_alpha45/cvs/Linux x86_64)
Diffstat (limited to 'app-vim/vim-latex')
-rw-r--r--app-vim/vim-latex/ChangeLog6
-rw-r--r--app-vim/vim-latex/vim-latex-1.8.23.20100129.ebuild58
-rw-r--r--app-vim/vim-latex/vim-latex-1.8.23.20101027.ebuild58
3 files changed, 5 insertions, 117 deletions
diff --git a/app-vim/vim-latex/ChangeLog b/app-vim/vim-latex/ChangeLog
index 22dc83551290..0af751fad5d1 100644
--- a/app-vim/vim-latex/ChangeLog
+++ b/app-vim/vim-latex/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-vim/vim-latex
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/vim-latex/ChangeLog,v 1.10 2011/07/23 18:04:26 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/vim-latex/ChangeLog,v 1.11 2011/07/23 18:55:03 radhermit Exp $
+
+ 23 Jul 2011; Tim Harder <radhermit@gentoo.org>
+ -vim-latex-1.8.23.20100129.ebuild, -vim-latex-1.8.23.20101027.ebuild:
+ Remove old.
23 Jul 2011; Raúl Porcel <armin76@gentoo.org>
vim-latex-1.8.23.20110214.ebuild:
diff --git a/app-vim/vim-latex/vim-latex-1.8.23.20100129.ebuild b/app-vim/vim-latex/vim-latex-1.8.23.20100129.ebuild
deleted file mode 100644
index c3187395308d..000000000000
--- a/app-vim/vim-latex/vim-latex-1.8.23.20100129.ebuild
+++ /dev/null
@@ -1,58 +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/vim-latex/vim-latex-1.8.23.20100129.ebuild,v 1.1 2011/01/24 06:32:55 radhermit Exp $
-
-EAPI=3
-
-inherit vim-plugin versionator
-
-MY_REV="1104"
-MY_P="${PN}-$( replace_version_separator 3 - )-r${MY_REV}"
-
-DESCRIPTION="vim plugin: a comprehensive set of tools to view, edit and compile LaTeX documents"
-HOMEPAGE="http://vim-latex.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-
-LICENSE="vim"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
-IUSE=""
-
-RDEPEND="virtual/latex-base"
-
-S="${WORKDIR}/${MY_P}"
-
-VIM_PLUGIN_HELPFILES="latex-suite.txt latex-suite-quickstart.txt latexhelp.txt imaps.txt"
-
-src_prepare() {
- # The makefiles do weird stuff, including running the svn command
- rm Makefile Makefile.in || die "rm Makefile Makefile.in failed"
-}
-
-src_install() {
- dohtml -r doc/
-
- # Don't mess up vim's doc dir with random files
- mv doc mydoc || die
- mkdir doc || die
- mv mydoc/*.txt doc/ || die
- rm -rf mydoc || die
-
- # Don't install buggy tags scripts, use ctags instead
- rm latextags ltags || die
-
- vim-plugin_src_install
-
- # Use executable permissions (bug #352403)
- fperms a+x /usr/share/vim/vimfiles/ftplugin/latex-suite/outline.py
-}
-
-pkg_postinst() {
- vim-plugin_pkg_postinst
- elog
- elog "To use the vim-latex plugin add:"
- elog " filetype plugin on"
- elog ' set grepprg=grep\ -nH\ $*'
- elog " let g:tex_flavor='latex'"
- elog "to your ~/.vimrc-file"
- elog
-}
diff --git a/app-vim/vim-latex/vim-latex-1.8.23.20101027.ebuild b/app-vim/vim-latex/vim-latex-1.8.23.20101027.ebuild
deleted file mode 100644
index 77f264b4a02f..000000000000
--- a/app-vim/vim-latex/vim-latex-1.8.23.20101027.ebuild
+++ /dev/null
@@ -1,58 +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/vim-latex/vim-latex-1.8.23.20101027.ebuild,v 1.6 2011/03/25 10:19:51 xarthisius Exp $
-
-EAPI=3
-
-inherit vim-plugin versionator
-
-MY_REV="1112"
-MY_P="${PN}-$( replace_version_separator 3 - )-r${MY_REV}"
-
-DESCRIPTION="vim plugin: a comprehensive set of tools to view, edit and compile LaTeX documents"
-HOMEPAGE="http://vim-latex.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-
-LICENSE="vim"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
-IUSE="html"
-
-RDEPEND="virtual/latex-base"
-
-S="${WORKDIR}/${MY_P}"
-
-VIM_PLUGIN_HELPFILES="latex-suite.txt latex-suite-quickstart.txt latexhelp.txt imaps.txt"
-
-src_prepare() {
- # The makefiles do weird stuff, including running the svn command
- rm Makefile Makefile.in || die "rm Makefile Makefile.in failed"
-}
-
-src_install() {
- use html && dohtml -r doc/
-
- # Don't mess up vim's doc dir with random files
- mv doc mydoc || die
- mkdir doc || die
- mv mydoc/*.txt doc/ || die
- rm -rf mydoc || die
-
- # Don't install buggy tags scripts, use ctags instead
- rm latextags ltags || die
-
- vim-plugin_src_install
-
- # Use executable permissions (bug #352403)
- fperms a+x /usr/share/vim/vimfiles/ftplugin/latex-suite/outline.py
-}
-
-pkg_postinst() {
- vim-plugin_pkg_postinst
- elog
- elog "To use the vim-latex plugin add:"
- elog " filetype plugin on"
- elog ' set grepprg=grep\ -nH\ $*'
- elog " let g:tex_flavor='latex'"
- elog "to your ~/.vimrc-file"
- elog
-}