commit: 5f36014c3e0372063772bb56724f4f9e4192ccb1
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 17 09:07:50 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Mar 17 09:52:38 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f36014c
app-vim/vimpython: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-vim/vimpython/vimpython-1.13-r3.ebuild | 18 ------------------
1 file changed, 18 deletions(-)
diff --git a/app-vim/vimpython/vimpython-1.13-r3.ebuild
b/app-vim/vimpython/vimpython-1.13-r3.ebuild
deleted file mode 100644
index 83f6c1d0a7da..000000000000
--- a/app-vim/vimpython/vimpython-1.13-r3.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..10} )
-
-inherit vim-plugin python-single-r1
-
-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 ppc sparc x86"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}"