summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2008-09-14 07:43:24 +0000
committerChristian Faulhammer <opfer@gentoo.org>2008-09-14 07:43:24 +0000
commit15230a646b35bf565ce4727a816e872c92a268ab (patch)
tree9a391a5beb6fe504c29fe834eec392d87a498c35 /app-vim
parentBump jacl to latest version. (diff)
downloadgentoo-2-15230a646b35bf565ce4727a816e872c92a268ab.tar.gz
gentoo-2-15230a646b35bf565ce4727a816e872c92a268ab.tar.bz2
gentoo-2-15230a646b35bf565ce4727a816e872c92a268ab.zip
clean up
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/latexsuite/ChangeLog6
-rw-r--r--app-vim/latexsuite/latexsuite-1.5.20060124.ebuild38
2 files changed, 5 insertions, 39 deletions
diff --git a/app-vim/latexsuite/ChangeLog b/app-vim/latexsuite/ChangeLog
index 3bafc4421863..5660ede16f05 100644
--- a/app-vim/latexsuite/ChangeLog
+++ b/app-vim/latexsuite/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-vim/latexsuite
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/latexsuite/ChangeLog,v 1.31 2008/09/12 22:23:44 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/latexsuite/ChangeLog,v 1.32 2008/09/14 07:43:24 opfer Exp $
+
+ 14 Sep 2008; Christian Faulhammer <opfer@gentoo.org>
+ -latexsuite-1.5.20060124.ebuild:
+ clean up
12 Sep 2008; Markus Meier <maekke@gentoo.org>
latexsuite-1.5.20060325.ebuild:
diff --git a/app-vim/latexsuite/latexsuite-1.5.20060124.ebuild b/app-vim/latexsuite/latexsuite-1.5.20060124.ebuild
deleted file mode 100644
index 7eadf4f5bdcb..000000000000
--- a/app-vim/latexsuite/latexsuite-1.5.20060124.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/latexsuite/latexsuite-1.5.20060124.ebuild,v 1.11 2008/09/03 06:48:57 opfer 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"
-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
-}