summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2018-09-03 10:37:34 +0200
committerPatrice Clement <monsieurp@gentoo.org>2018-09-04 23:27:43 +0200
commitd207c0a163afd5a07f0593ef867095025c4ed817 (patch)
tree2bf64db1e149c69a5d6112b891f6722a954fa4da
parentapp-misc/mtail: version bump. (diff)
downloadgentoo-d207c0a1.tar.gz
gentoo-d207c0a1.tar.bz2
gentoo-d207c0a1.zip
app-vim/undotree: version bump.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
-rw-r--r--app-vim/undotree/Manifest1
-rw-r--r--app-vim/undotree/undotree-6.0.ebuild12
2 files changed, 13 insertions, 0 deletions
diff --git a/app-vim/undotree/Manifest b/app-vim/undotree/Manifest
index 206493813ac8..dad4c1b25380 100644
--- a/app-vim/undotree/Manifest
+++ b/app-vim/undotree/Manifest
@@ -1 +1,2 @@
DIST undotree-5.0.tar.gz 13646 BLAKE2B 12fb31433b95ac980cae9d313ccb7cd30d0a63a25f440027ae0dd8cd240a80aa825582f60a88b44346f392f8e52c7ff5d86a87d8891b0adc3fcf17daf0c86ce3 SHA512 093202633000c15db731c9664b606ced7dd4d259f9fac04e886509a440eb5e31de073250eb400be0b1e4cdabb393d1d88bbcb88fa162c89a3783c961b33d33a0
+DIST undotree-6.0.tar.gz 16288 BLAKE2B 38e7d185f0c2d9dd139c0c9b49593e1f6d14f7eab81b984c641b9d6917888510cda6a03d3030e051e257fde72f86d5dddbf65a8b29e4cd68323e9b976281f9ee SHA512 2654206adc8e4f021d5f2f3927ab5cb218e333a34fa5121e5ad48bf9b26e8d15c6b58cf88988407a587fb60cf406a4ed766fc4388672e93d4fceddc8712c4c49
diff --git a/app-vim/undotree/undotree-6.0.ebuild b/app-vim/undotree/undotree-6.0.ebuild
new file mode 100644
index 000000000000..ef1f2f67d99e
--- /dev/null
+++ b/app-vim/undotree/undotree-6.0.ebuild
@@ -0,0 +1,12 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+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"