commit: 31b89412d43f7f818566ecec0d3aacc2cc6a1b63 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Oct 25 08:02:13 2023 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Mon Nov 6 00:20:10 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31b89412
app-vim/bufexplorer: cleanup leading whitespaces Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> app-vim/bufexplorer/bufexplorer-7.4.25.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/app-vim/bufexplorer/bufexplorer-7.4.25.ebuild b/app-vim/bufexplorer/bufexplorer-7.4.25.ebuild index eb1fed880037..b7196087ee4b 100644 --- a/app-vim/bufexplorer/bufexplorer-7.4.25.ebuild +++ b/app-vim/bufexplorer/bufexplorer-7.4.25.ebuild @@ -6,14 +6,12 @@ EAPI=8 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" +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" +S="${WORKDIR}/${PN}-v.${PV}" LICENSE="BSD" KEYWORDS="amd64 x86" -S="${WORKDIR}/${PN}-v.${PV}" - VIM_PLUGIN_HELPFILES="${PN}.txt"
