diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-19 09:02:29 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-19 09:07:53 +0300 |
commit | c3699f07982d0b94697c9d3274ba53e45d56f51c (patch) | |
tree | c7e9fd9777ea7215526a2c2b23f28fd3b6437d73 /app-vim | |
parent | app-vim/undotree: drop 6.0, EAPI6-- (diff) | |
download | gentoo-c3699f07982d0b94697c9d3274ba53e45d56f51c.tar.gz gentoo-c3699f07982d0b94697c9d3274ba53e45d56f51c.tar.bz2 gentoo-c3699f07982d0b94697c9d3274ba53e45d56f51c.zip |
app-vim/vim-flake8: drop 1.6, 1.6-r1, EAPI6--
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/vim-flake8/Manifest | 1 | ||||
-rw-r--r-- | app-vim/vim-flake8/vim-flake8-1.6-r1.ebuild | 15 | ||||
-rw-r--r-- | app-vim/vim-flake8/vim-flake8-1.6.ebuild | 14 |
3 files changed, 0 insertions, 30 deletions
diff --git a/app-vim/vim-flake8/Manifest b/app-vim/vim-flake8/Manifest index cb759c7adb26..aa5ac19d38b0 100644 --- a/app-vim/vim-flake8/Manifest +++ b/app-vim/vim-flake8/Manifest @@ -1,2 +1 @@ -DIST vim-flake8-1.6.tar.gz 5345 BLAKE2B dd726798a49231841f9fcb915999cf965a42b8b5f593a66f97268bc6d7993584d5f9ed0cfc50508bc57d60c5dcd19c8476e86ae26fb8be9c1dcf7007db2d0323 SHA512 a4208478f9754ef2d188a51e3262c449ef16b48fc0208425795d71c304118c129ae20a723fff96863291bae66237f1479a591cc23e5ec90222e0614d2dcccce9 DIST vim-flake8-1.7.tar.gz 6080 BLAKE2B bf78e2c4e9976fc148cf18fc5ec58c2807a9c82a6893160ca4a107664d438fc955c2eac3e41373529cc1dc5295acab06c7c9007c1ad72095548362e903d7d31a SHA512 c29cfc00e4fd94128be02e003116647819cd3b39916527b70a7684c19ef4184bce1c1556051fc269bde4696a98b752fb7b4e081c2aac46cdcdfdf35735ec76b0 diff --git a/app-vim/vim-flake8/vim-flake8-1.6-r1.ebuild b/app-vim/vim-flake8/vim-flake8-1.6-r1.ebuild deleted file mode 100644 index a0e086fe68fb..000000000000 --- a/app-vim/vim-flake8/vim-flake8-1.6-r1.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: runs the currently open file through flake8" -HOMEPAGE="https://github.com/nvie/vim-flake8" -SRC_URI="https://github.com/nvie/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" - -RDEPEND="dev-python/flake8" diff --git a/app-vim/vim-flake8/vim-flake8-1.6.ebuild b/app-vim/vim-flake8/vim-flake8-1.6.ebuild deleted file mode 100644 index 8ff3e0444938..000000000000 --- a/app-vim/vim-flake8/vim-flake8-1.6.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: runs the currently open file through flake8" -HOMEPAGE="https://github.com/nvie/vim-flake8" -SRC_URI="https://github.com/nvie/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="BSD" -KEYWORDS="amd64 ppc ppc64 x86" - -RDEPEND="dev-python/flake8" |