Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/vimpython/
Date: Fri, 01 Jan 2021 00:53:57
Message-Id: 1609462252.376c8d0fbca1d1fc95473ff7e633b9edefc6ade6.mgorny@gentoo
1 commit: 376c8d0fbca1d1fc95473ff7e633b9edefc6ade6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 1 00:50:52 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 1 00:50:52 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=376c8d0f
7
8 app-vim/vimpython: Remove old (py3.6)
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-vim/vimpython/vimpython-1.13-r2.ebuild | 18 ------------------
13 1 file changed, 18 deletions(-)
14
15 diff --git a/app-vim/vimpython/vimpython-1.13-r2.ebuild b/app-vim/vimpython/vimpython-1.13-r2.ebuild
16 deleted file mode 100644
17 index 2976870dc7b..00000000000
18 --- a/app-vim/vimpython/vimpython-1.13-r2.ebuild
19 +++ /dev/null
20 @@ -1,18 +0,0 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -PYTHON_COMPAT=( python3_6 )
27 -
28 -inherit vim-plugin python-single-r1
29 -
30 -DESCRIPTION="vim plugin: A set of menus/shortcuts to work with Python files"
31 -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=30"
32 -LICENSE="vim"
33 -KEYWORDS="~alpha amd64 ~ia64 ppc sparc x86"
34 -
35 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
36 -
37 -DEPEND="app-arch/unzip"
38 -RDEPEND="${PYTHON_DEPS}"