summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2019-10-11 13:08:34 -0700
committerMatt Turner <mattst88@gentoo.org>2019-10-11 13:08:38 -0700
commit9cee1f7ed1c93e3659ce41dfdff131242d82f4fe (patch)
treec822ec31582e481b26adcd41d1d4f72e98d81e7b /app-vim
parentapp-vim/vimpython-1.13-r2: alpha stable, bug 693126 (diff)
downloadgentoo-9cee1f7ed1c93e3659ce41dfdff131242d82f4fe.tar.gz
gentoo-9cee1f7ed1c93e3659ce41dfdff131242d82f4fe.tar.bz2
gentoo-9cee1f7ed1c93e3659ce41dfdff131242d82f4fe.zip
app-vim/vimpython: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/vimpython/vimpython-1.13-r1.ebuild14
1 files changed, 0 insertions, 14 deletions
diff --git a/app-vim/vimpython/vimpython-1.13-r1.ebuild b/app-vim/vimpython/vimpython-1.13-r1.ebuild
deleted file mode 100644
index 1801d3944d58..000000000000
--- a/app-vim/vimpython/vimpython-1.13-r1.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: A set of menus/shortcuts to work with Python files"
-HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=30"
-LICENSE="vim"
-KEYWORDS="alpha amd64 ia64 ppc sparc x86"
-
-DEPEND="app-arch/unzip"
-RDEPEND="dev-lang/python:*"