summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2012-09-02 05:22:24 +0000
committerTim Harder <radhermit@gentoo.org>2012-09-02 05:22:24 +0000
commitc885e3e54f259434992a8382d3d1d14822d1074f (patch)
tree4e8d2a13e46db704685eee1e93c0dabc56f5b0de /app-vim
parentVersion bump. (diff)
downloadgentoo-2-c885e3e54f259434992a8382d3d1d14822d1074f.tar.gz
gentoo-2-c885e3e54f259434992a8382d3d1d14822d1074f.tar.bz2
gentoo-2-c885e3e54f259434992a8382d3d1d14822d1074f.zip
Remove old.
(Portage version: 2.2.0_alpha123/cvs/Linux x86_64)
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/automatictexplugin/ChangeLog5
-rw-r--r--app-vim/automatictexplugin/automatictexplugin-11.ebuild30
2 files changed, 4 insertions, 31 deletions
diff --git a/app-vim/automatictexplugin/ChangeLog b/app-vim/automatictexplugin/ChangeLog
index 52959b0799de..75616a221327 100644
--- a/app-vim/automatictexplugin/ChangeLog
+++ b/app-vim/automatictexplugin/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-vim/automatictexplugin
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/ChangeLog,v 1.33 2012/08/04 20:32:07 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/ChangeLog,v 1.34 2012/09/02 05:22:24 radhermit Exp $
+
+ 02 Sep 2012; Tim Harder <radhermit@gentoo.org> -automatictexplugin-11.ebuild:
+ Remove old.
04 Aug 2012; Johannes Huber <johu@gentoo.org> automatictexplugin-11.1.ebuild:
Stable for x86, wrt bug #428910
diff --git a/app-vim/automatictexplugin/automatictexplugin-11.ebuild b/app-vim/automatictexplugin/automatictexplugin-11.ebuild
deleted file mode 100644
index bd1f3ada745e..000000000000
--- a/app-vim/automatictexplugin/automatictexplugin-11.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/automatictexplugin-11.ebuild,v 1.3 2012/06/26 06:19:52 jdhore 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/releases/${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"