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
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>
-rw-r--r--app-vim/bufexplorer/Manifest1
-rw-r--r--app-vim/bufexplorer/bufexplorer-7.4.25.ebuild19
2 files changed, 20 insertions, 0 deletions
diff --git a/app-vim/bufexplorer/Manifest b/app-vim/bufexplorer/Manifest
index 3f4b5896924c..70b8a45bda56 100644
--- a/app-vim/bufexplorer/Manifest
+++ b/app-vim/bufexplorer/Manifest
@@ -1 +1,2 @@
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.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"