summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2023-03-12 16:15:43 +0100
committerConrad Kostecki <conikost@gentoo.org>2023-09-14 23:22:30 +0200
commit1ae584452527a9f8bce46d53c254a533375abe6f (patch)
treea3e091f5f70f9213a18aa803580ed9e0a7e55e1c /app-vim/bufexplorer/bufexplorer-7.4.25.ebuild
parentapp-vim/bnf-syntax: EAPI8 bump (diff)
downloadgentoo-1ae584452527a9f8bce46d53c254a533375abe6f.tar.gz
gentoo-1ae584452527a9f8bce46d53c254a533375abe6f.tar.bz2
gentoo-1ae584452527a9f8bce46d53c254a533375abe6f.zip
app-vim/bufexplorer: version bump (7.4.25), EAPI8
Bug: https://bugs.gentoo.org/830866 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-vim/bufexplorer/bufexplorer-7.4.25.ebuild')
-rw-r--r--app-vim/bufexplorer/bufexplorer-7.4.25.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/app-vim/bufexplorer/bufexplorer-7.4.25.ebuild b/app-vim/bufexplorer/bufexplorer-7.4.25.ebuild
new file mode 100644
index 000000000000..a16466d00d83
--- /dev/null
+++ b/app-vim/bufexplorer/bufexplorer-7.4.25.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+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"
+SRC_URI="https://github.com/jlanzarotta/${PN}/archive/v.${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+
+S="${WORKDIR}/${PN}-v.${PV}"
+
+VIM_PLUGIN_HELPFILES="${PN}.txt"