public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/diffchar/
Date: Mon, 13 Jan 2020 03:11:09 +0000 (UTC)	[thread overview]
Message-ID: <1578885045.9f396703b6933bbacf1a3deaa849af8531f63d1f.radhermit@gentoo> (raw)

commit:     9f396703b6933bbacf1a3deaa849af8531f63d1f
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 13 03:06:15 2020 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Mon Jan 13 03:10:45 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f396703

app-vim/diffchar: version bump to 8.6

Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>

 app-vim/diffchar/Manifest            |  1 +
 app-vim/diffchar/diffchar-8.6.ebuild | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/app-vim/diffchar/Manifest b/app-vim/diffchar/Manifest
index 8298dc025a1..946abb32ebd 100644
--- a/app-vim/diffchar/Manifest
+++ b/app-vim/diffchar/Manifest
@@ -1,2 +1,3 @@
 DIST diffchar-8.1.tar.gz 440558 BLAKE2B d10e1db0db4b475af34a268324bec6f8fa1248124df2a40716406d207633f3ca0ef64e2b0673a21c24673c8d0640de936d897a9adfdebbe033ad7c4b10e9648d SHA512 4457b2f769049999c13a2a7ea5a585ba081ab18234c7bcda28e22a481b807edc0c4183229ad7239bc9d10b27270b35c6f27f27f92637693ee869eff09c22fc63
 DIST diffchar-8.2.tar.gz 440613 BLAKE2B e440ef29512348fe82fc4b644fb5e5d9db31582991f22447f2a896180091dc3bd4e2e789ce8ca8984507fd2fe1fe8f53d37ac6913d34960a174dd9003d729e84 SHA512 ff7c01a03bd989fbcdabfda8007e177acab191e283e1617e16dc2a366869ad6946df7b25a2e514f96ad7dc69350f07ffd5eac7b7769f0e017e029343c9756ea1
+DIST diffchar-8.6.tar.gz 392905 BLAKE2B bd3f6b40d79f7c51a9dc881e7a1b24aa1e75812bf76cf42c331d28809fd0f4049d55ded5576d3173f0d039e5621a202a8d5dffa0fd55203dcb45bd950e884898 SHA512 394f7da41f1c09b7c5b99bcb9bc2bf590a7d011d6171dd0d3394c09c2befa0cc676541519fba46e569afad235a19f20f290779ebb21f1fdc7e1d3df290c8936a

diff --git a/app-vim/diffchar/diffchar-8.6.ebuild b/app-vim/diffchar/diffchar-8.6.ebuild
new file mode 100644
index 00000000000..6f6a9f432e4
--- /dev/null
+++ b/app-vim/diffchar/diffchar-8.6.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vim-plugin vcs-snapshot
+
+GIT_HASH="c889cc133e8c6a1ba9ff089a6b9a6b94bd345cb4"
+
+DESCRIPTION="vim plugin: highlight the exact differences, based on characters and words"
+HOMEPAGE="https://github.com/rickhowe/diffchar.vim https://www.vim.org/scripts/script.php?script_id=4932"
+SRC_URI="https://github.com/rickhowe/diffchar.vim/archive/${GIT_HASH}.tar.gz -> ${P}.tar.gz"
+LICENSE="vim.org"
+KEYWORDS="~amd64 ~x86"
+
+VIM_PLUGIN_HELPFILES="${PN}.txt"
+
+src_prepare() {
+	default
+	rm *.gif *.png *.md || die
+}


             reply	other threads:[~2020-01-13  3:11 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-13  3:11 Tim Harder [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-06-10 18:08 [gentoo-commits] repo/gentoo:master commit in: app-vim/diffchar/ Matt Turner
2022-06-02  4:02 Jakov Smolić
2022-06-02  3:57 Jakov Smolić
2020-01-13  3:11 Tim Harder
2020-01-13  3:11 Tim Harder
2019-01-06  2:56 Tim Harder
2019-01-06  2:56 Tim Harder
2019-01-06  2:56 Tim Harder
2018-12-12  8:25 Tim Harder
2018-12-12  8:25 Tim Harder
2018-12-12  8:25 Tim Harder
2018-03-05 22:00 Patrice Clement
2017-11-06 10:37 Tim Harder
2017-11-06 10:37 Tim Harder
2017-11-06 10:37 Tim Harder
2017-09-30  0:29 Tim Harder
2017-09-30  0:29 Tim Harder
2017-09-30  0:29 Tim Harder
2017-08-23 11:56 Tim Harder
2017-08-17 20:49 Tim Harder
2016-10-31 17:20 Patrice Clement
2016-10-31 17:20 Patrice Clement
2016-10-31  4:27 Tim Harder
2016-08-08 12:08 Patrice Clement
2016-03-26 17:40 Tim Harder

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1578885045.9f396703b6933bbacf1a3deaa849af8531f63d1f.radhermit@gentoo \
    --to=radhermit@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox