summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2023-03-19 18:11:17 +0100
committerConrad Kostecki <conikost@gentoo.org>2023-09-14 23:22:48 +0200
commit7c16d4b139c82e84ef85d859ceae674b5bc637e1 (patch)
tree248119bcd8f890dc7c5c3f37af2e5aff948fcddc
parentapp-vim/udev-syntax: EAPI8 bump (diff)
downloadgentoo-7c16d4b139c82e84ef85d859ceae674b5bc637e1.tar.gz
gentoo-7c16d4b139c82e84ef85d859ceae674b5bc637e1.tar.bz2
gentoo-7c16d4b139c82e84ef85d859ceae674b5bc637e1.zip
app-vim/undotree: version bump (6.1)
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
-rw-r--r--app-vim/undotree/Manifest1
-rw-r--r--app-vim/undotree/undotree-6.1.ebuild14
2 files changed, 15 insertions, 0 deletions
diff --git a/app-vim/undotree/Manifest b/app-vim/undotree/Manifest
index 18fc99bffdac..961ea2373f3e 100644
--- a/app-vim/undotree/Manifest
+++ b/app-vim/undotree/Manifest
@@ -1 +1,2 @@
DIST undotree-6.0.tar.gz 16288 BLAKE2B 38e7d185f0c2d9dd139c0c9b49593e1f6d14f7eab81b984c641b9d6917888510cda6a03d3030e051e257fde72f86d5dddbf65a8b29e4cd68323e9b976281f9ee SHA512 2654206adc8e4f021d5f2f3927ab5cb218e333a34fa5121e5ad48bf9b26e8d15c6b58cf88988407a587fb60cf406a4ed766fc4388672e93d4fceddc8712c4c49
+DIST undotree-6.1.tar.gz 18489 BLAKE2B 4570dbfd8f4f03e51bfb59587872993fed01d7e572dc517255c663ddfb3df8be04a5a7232175998889fea032faaf47f7eb6a9be6bbc46d1e644be1370ae54da5 SHA512 ed2831fee148b6a0cb78ea528db9b6a217da67fb74d95e00034671ecd7d0bef397077a7e96c29697d372a2bd1d0a6865e210cece57c4cccd97a0cf3e0b486ec2
diff --git a/app-vim/undotree/undotree-6.1.ebuild b/app-vim/undotree/undotree-6.1.ebuild
new file mode 100644
index 000000000000..15a7431dc300
--- /dev/null
+++ b/app-vim/undotree/undotree-6.1.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit vim-plugin vcs-snapshot
+
+DESCRIPTION="vim plugin: display your undo history in a graph"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=4177
+ https://github.com/mbbill/undotree"
+SRC_URI="https://github.com/mbbill/${PN}/archive/rel_${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"