From 312f09e20799e3229138162932efbb981ef175e6 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Wed, 25 Oct 2023 09:57:31 +0200 Subject: app-vim/bufexplorer: drop 7.4.19 Closes: https://bugs.gentoo.org/830866 Signed-off-by: Andreas Sturmlechner --- app-vim/bufexplorer/Manifest | 1 - app-vim/bufexplorer/bufexplorer-7.4.19.ebuild | 14 -------------- 2 files changed, 15 deletions(-) delete mode 100644 app-vim/bufexplorer/bufexplorer-7.4.19.ebuild diff --git a/app-vim/bufexplorer/Manifest b/app-vim/bufexplorer/Manifest index 70b8a45bda56..55b850806002 100644 --- a/app-vim/bufexplorer/Manifest +++ b/app-vim/bufexplorer/Manifest @@ -1,2 +1 @@ -DIST bufexplorer-7.4.19.tar.gz 25679 BLAKE2B 814adb79fc196174a9915643a3617e3c324f963792a2706f59f35699289524d0b93e7337ec3697d03e3a98b9f15018d40dbf9c0d4f35d6cebde8ea6de4cf1b23 SHA512 d38bcb52a50cfcf6d0b66ca6f1290a6be53d5cee98b3d2d7a93e01b5ef904af53c6cc8256e667bdeeb23a58344f5d69838bb7b5d71d225a83d1e173b99344888 DIST bufexplorer-7.4.25.tar.gz 26548 BLAKE2B fec01693a75a904fa056c268156cc475a694c39a0350e1365a4837e7f97b7b3c69de40e7a0bf7f55c19f8be3d576dc7672ecf74cd4092552182e378602795ba4 SHA512 5e90e5c1d7dc32b4a94a31e9a08d3be466fd8d000916385d2e8b6962df24ada713d2a3f7b8fb15ec0e3e7d4f5ab13954f4728d4956b99dfb7b5cf0bcf9e26022 diff --git a/app-vim/bufexplorer/bufexplorer-7.4.19.ebuild b/app-vim/bufexplorer/bufexplorer-7.4.19.ebuild deleted file mode 100644 index 7c560e19128d..000000000000 --- a/app-vim/bufexplorer/bufexplorer-7.4.19.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit vim-plugin - -DESCRIPTION="vim plugin: easily browse vim buffers" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=42 https://github.com/jlanzarotta/bufexplorer" -SRC_URI="https://github.com/jlanzarotta/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="BSD" -KEYWORDS="amd64 x86" - -VIM_PLUGIN_HELPFILES="${PN}.txt" -- cgit v1.2.3-65-gdbad