Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/diffchar/
Date: Wed, 12 Dec 2018 08:25:52
Message-Id: 1544603080.9e239ae317f45845028be8526c0e58d45be54ef4.radhermit@gentoo
1 commit: 9e239ae317f45845028be8526c0e58d45be54ef4
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 12 05:54:19 2018 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 12 08:24:40 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e239ae3
7
8 app-vim/diffchar: version bump to 8.1
9
10 Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
11
12 app-vim/diffchar/Manifest | 1 +
13 app-vim/diffchar/diffchar-8.1.ebuild | 21 +++++++++++++++++++++
14 2 files changed, 22 insertions(+)
15
16 diff --git a/app-vim/diffchar/Manifest b/app-vim/diffchar/Manifest
17 index ca186e4de1c..f4b3be54a6d 100644
18 --- a/app-vim/diffchar/Manifest
19 +++ b/app-vim/diffchar/Manifest
20 @@ -1,2 +1,3 @@
21 DIST diffchar-7.01.tar.bz2 19950 BLAKE2B a014fa17e5b15179a4baa8e2cd4fcce36f1cc66cbd8c4ab3a13c0288a510b74f06105d2034666669e2bac2881f5bc5cd81aa1cabb3b80a91f3d67a3bf62bd916 SHA512 3f42f40ec27262f76058d9461ccde80c5badc61d0854c1ff239bea399c26e20eb5cf8960b76901223e937097e18dd7e015fc14a8f7a99907666c518d4baf5117
22 DIST diffchar-7.2.tar.bz2 20092 BLAKE2B 20eef77d7019e55e466e1212e4560d91cde83f55808a4b77eb6fe2e5b7518715606d8d89c046e453dcb380517163974e173e00c18d662df2ee8ae43a6a347c06 SHA512 7c9a9239ae4eae1d325984ab40ae8d90e2dabf96dc929ed6f05c3496352aeb562452bd154fe3d1ec96353356c287604162f5b89d762b7afe26bc975449d92427
23 +DIST diffchar-8.1.tar.gz 440558 BLAKE2B d10e1db0db4b475af34a268324bec6f8fa1248124df2a40716406d207633f3ca0ef64e2b0673a21c24673c8d0640de936d897a9adfdebbe033ad7c4b10e9648d SHA512 4457b2f769049999c13a2a7ea5a585ba081ab18234c7bcda28e22a481b807edc0c4183229ad7239bc9d10b27270b35c6f27f27f92637693ee869eff09c22fc63
24
25 diff --git a/app-vim/diffchar/diffchar-8.1.ebuild b/app-vim/diffchar/diffchar-8.1.ebuild
26 new file mode 100644
27 index 00000000000..b3395586f7c
28 --- /dev/null
29 +++ b/app-vim/diffchar/diffchar-8.1.ebuild
30 @@ -0,0 +1,21 @@
31 +# Copyright 1999-2018 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=6
35 +
36 +inherit vim-plugin vcs-snapshot
37 +
38 +GIT_HASH="057dad8c90d72af5d9bca9cd33746c3b59285191"
39 +
40 +DESCRIPTION="vim plugin: highlight the exact differences, based on characters and words"
41 +HOMEPAGE="https://github.com/rickhowe/diffchar.vim https://www.vim.org/scripts/script.php?script_id=4932"
42 +SRC_URI="https://github.com/rickhowe/diffchar.vim/archive/${GIT_HASH}.tar.gz -> ${P}.tar.gz"
43 +LICENSE="vim.org"
44 +KEYWORDS="~amd64 ~x86"
45 +
46 +VIM_PLUGIN_HELPFILES="${PN}.txt"
47 +
48 +src_prepare() {
49 + default
50 + rm *.gif *.png *.md || die
51 +}