Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/undotree/
Date: Tue, 04 Sep 2018 22:03:45
Message-Id: 1536096463.d207c0a163afd5a07f0593ef867095025c4ed817.monsieurp@gentoo
1 commit: d207c0a163afd5a07f0593ef867095025c4ed817
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 3 08:37:34 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 4 21:27:43 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d207c0a1
7
8 app-vim/undotree: version bump.
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 app-vim/undotree/Manifest | 1 +
13 app-vim/undotree/undotree-6.0.ebuild | 12 ++++++++++++
14 2 files changed, 13 insertions(+)
15
16 diff --git a/app-vim/undotree/Manifest b/app-vim/undotree/Manifest
17 index 206493813ac..dad4c1b2538 100644
18 --- a/app-vim/undotree/Manifest
19 +++ b/app-vim/undotree/Manifest
20 @@ -1 +1,2 @@
21 DIST undotree-5.0.tar.gz 13646 BLAKE2B 12fb31433b95ac980cae9d313ccb7cd30d0a63a25f440027ae0dd8cd240a80aa825582f60a88b44346f392f8e52c7ff5d86a87d8891b0adc3fcf17daf0c86ce3 SHA512 093202633000c15db731c9664b606ced7dd4d259f9fac04e886509a440eb5e31de073250eb400be0b1e4cdabb393d1d88bbcb88fa162c89a3783c961b33d33a0
22 +DIST undotree-6.0.tar.gz 16288 BLAKE2B 38e7d185f0c2d9dd139c0c9b49593e1f6d14f7eab81b984c641b9d6917888510cda6a03d3030e051e257fde72f86d5dddbf65a8b29e4cd68323e9b976281f9ee SHA512 2654206adc8e4f021d5f2f3927ab5cb218e333a34fa5121e5ad48bf9b26e8d15c6b58cf88988407a587fb60cf406a4ed766fc4388672e93d4fceddc8712c4c49
23
24 diff --git a/app-vim/undotree/undotree-6.0.ebuild b/app-vim/undotree/undotree-6.0.ebuild
25 new file mode 100644
26 index 00000000000..ef1f2f67d99
27 --- /dev/null
28 +++ b/app-vim/undotree/undotree-6.0.ebuild
29 @@ -0,0 +1,12 @@
30 +# Copyright 1999-2018 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=6
34 +
35 +inherit vim-plugin vcs-snapshot
36 +
37 +DESCRIPTION="vim plugin: display your undo history in a graph"
38 +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=4177 https://github.com/mbbill/undotree"
39 +SRC_URI="https://github.com/mbbill/${PN}/archive/rel_${PV}.tar.gz -> ${P}.tar.gz"
40 +LICENSE="BSD"
41 +KEYWORDS="~amd64 ~x86"