summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2011-12-10 20:14:04 +0000
committerTim Harder <radhermit@gentoo.org>2011-12-10 20:14:04 +0000
commit15d97be6faabeff71cb6c80c5ccbdcf112e58168 (patch)
tree3f90cd9c9d60b1692ce3101d1979cdab04a2da21 /app-vim
parentVersion bump. (diff)
downloadgentoo-2-15d97be6faabeff71cb6c80c5ccbdcf112e58168.tar.gz
gentoo-2-15d97be6faabeff71cb6c80c5ccbdcf112e58168.tar.bz2
gentoo-2-15d97be6faabeff71cb6c80c5ccbdcf112e58168.zip
Remove old.
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/automatictexplugin/ChangeLog6
-rw-r--r--app-vim/automatictexplugin/automatictexplugin-10.6.ebuild30
2 files changed, 5 insertions, 31 deletions
diff --git a/app-vim/automatictexplugin/ChangeLog b/app-vim/automatictexplugin/ChangeLog
index 9898013a9fbe..e7f7b7045be7 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.19 2011/12/10 20:11:55 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/ChangeLog,v 1.20 2011/12/10 20:14:04 radhermit Exp $
+
+ 10 Dec 2011; Tim Harder <radhermit@gentoo.org>
+ -automatictexplugin-10.6.ebuild:
+ Remove old.
*automatictexplugin-10.6.2 (10 Dec 2011)
diff --git a/app-vim/automatictexplugin/automatictexplugin-10.6.ebuild b/app-vim/automatictexplugin/automatictexplugin-10.6.ebuild
deleted file mode 100644
index 5de02a046e62..000000000000
--- a/app-vim/automatictexplugin/automatictexplugin-10.6.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.ebuild,v 1.1 2011/09/25 22:36:06 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"