diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-01-13 18:27:49 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-13 19:50:16 +0100 |
commit | 3099cc4509b706f3d19d938e5575b3686923af00 (patch) | |
tree | f84d9fe002f10b39aac5693271d058da81c6b673 /app-vim | |
parent | app-vim/increment: drop 1.1-r1, EAPI6-- (diff) | |
download | gentoo-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')
-rw-r--r-- | app-vim/indentpython/indentpython-0.3.ebuild | 14 |
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}" |