Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/vimpython/
Date: Fri, 11 Oct 2019 20:09:03
Message-Id: 1570824518.9cee1f7ed1c93e3659ce41dfdff131242d82f4fe.mattst88@gentoo
1 commit: 9cee1f7ed1c93e3659ce41dfdff131242d82f4fe
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 11 20:08:34 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 11 20:08:38 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cee1f7e
7
8 app-vim/vimpython: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 app-vim/vimpython/vimpython-1.13-r1.ebuild | 14 --------------
13 1 file changed, 14 deletions(-)
14
15 diff --git a/app-vim/vimpython/vimpython-1.13-r1.ebuild b/app-vim/vimpython/vimpython-1.13-r1.ebuild
16 deleted file mode 100644
17 index 1801d3944d5..00000000000
18 --- a/app-vim/vimpython/vimpython-1.13-r1.ebuild
19 +++ /dev/null
20 @@ -1,14 +0,0 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -inherit vim-plugin
27 -
28 -DESCRIPTION="vim plugin: A set of menus/shortcuts to work with Python files"
29 -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=30"
30 -LICENSE="vim"
31 -KEYWORDS="alpha amd64 ia64 ppc sparc x86"
32 -
33 -DEPEND="app-arch/unzip"
34 -RDEPEND="dev-lang/python:*"