summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2013-03-23 08:11:21 +0000
committerTim Harder <radhermit@gentoo.org>2013-03-23 08:11:21 +0000
commit0e629a4adced6ceb0b946cc871348a1b8bb3ebe1 (patch)
tree477c6aebcd03e53035e67d89cd739551a3182302 /app-vim
parentVersion bump. (diff)
downloadgentoo-2-0e629a4adced6ceb0b946cc871348a1b8bb3ebe1.tar.gz
gentoo-2-0e629a4adced6ceb0b946cc871348a1b8bb3ebe1.tar.bz2
gentoo-2-0e629a4adced6ceb0b946cc871348a1b8bb3ebe1.zip
Remove old.
(Portage version: 2.2.0_alpha169/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/automatictexplugin/ChangeLog6
-rw-r--r--app-vim/automatictexplugin/automatictexplugin-11.1.ebuild30
-rw-r--r--app-vim/automatictexplugin/automatictexplugin-12.ebuild30
3 files changed, 5 insertions, 61 deletions
diff --git a/app-vim/automatictexplugin/ChangeLog b/app-vim/automatictexplugin/ChangeLog
index d5dd086303d6..5553799ebbfe 100644
--- a/app-vim/automatictexplugin/ChangeLog
+++ b/app-vim/automatictexplugin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-vim/automatictexplugin
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/ChangeLog,v 1.39 2013/03/23 08:10:43 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/ChangeLog,v 1.40 2013/03/23 08:11:21 radhermit Exp $
+
+ 23 Mar 2013; Tim Harder <radhermit@gentoo.org>
+ -automatictexplugin-11.1.ebuild, -automatictexplugin-12.ebuild:
+ Remove old.
*automatictexplugin-12.2 (23 Mar 2013)
diff --git a/app-vim/automatictexplugin/automatictexplugin-11.1.ebuild b/app-vim/automatictexplugin/automatictexplugin-11.1.ebuild
deleted file mode 100644
index ab63a1de17a1..000000000000
--- a/app-vim/automatictexplugin/automatictexplugin-11.1.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.1.ebuild,v 1.3 2012/08/04 20:32:07 johu 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"
diff --git a/app-vim/automatictexplugin/automatictexplugin-12.ebuild b/app-vim/automatictexplugin/automatictexplugin-12.ebuild
deleted file mode 100644
index e3704cd2df95..000000000000
--- a/app-vim/automatictexplugin/automatictexplugin-12.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-12.ebuild,v 1.1 2012/09/21 22:05:30 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/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"