summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-10-25 10:02:13 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-11-06 01:20:10 +0100
commit31b89412d43f7f818566ecec0d3aacc2cc6a1b63 (patch)
tree650e643b24efcc514202be8271daf92865a4a2ab /app-vim/bufexplorer/bufexplorer-7.4.25.ebuild
parentapp-vim/bufexplorer: drop 7.4.19 (diff)
downloadgentoo-31b89412d43f7f818566ecec0d3aacc2cc6a1b63.tar.gz
gentoo-31b89412d43f7f818566ecec0d3aacc2cc6a1b63.tar.bz2
gentoo-31b89412d43f7f818566ecec0d3aacc2cc6a1b63.zip
app-vim/bufexplorer: cleanup leading whitespaces
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-vim/bufexplorer/bufexplorer-7.4.25.ebuild')
-rw-r--r--app-vim/bufexplorer/bufexplorer-7.4.25.ebuild8
1 files 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"