summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2024-01-13 18:27:49 +0100
committerMichał Górny <mgorny@gentoo.org>2024-01-13 19:50:16 +0100
commit3099cc4509b706f3d19d938e5575b3686923af00 (patch)
treef84d9fe002f10b39aac5693271d058da81c6b673 /app-vim/indentpython
parentapp-vim/increment: drop 1.1-r1, EAPI6-- (diff)
downloadgentoo-3099cc4509b706f3d19d938e5575b3686923af00.tar.gz
gentoo-3099cc4509b706f3d19d938e5575b3686923af00.tar.bz2
gentoo-3099cc4509b706f3d19d938e5575b3686923af00.zip
app-vim/indentpython: drop 0.3, EAPI6--
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-vim/indentpython')
-rw-r--r--app-vim/indentpython/indentpython-0.3.ebuild14
1 files changed, 0 insertions, 14 deletions
diff --git a/app-vim/indentpython/indentpython-0.3.ebuild b/app-vim/indentpython/indentpython-0.3.ebuild
deleted file mode 100644
index d2abc1777cf7..000000000000
--- a/app-vim/indentpython/indentpython-0.3.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: Indent Python code according to PEP8"
-HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=974"
-SRC_URI="https://github.com/vim-scripts/${PN}.vim/archive/${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="vim.org"
-KEYWORDS="amd64 ppc ppc64 x86"
-
-S="${WORKDIR}/${PN}.vim-${PV}"