From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 95E851396D0 for ; Thu, 17 Aug 2017 20:49:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CEE2B1FC002; Thu, 17 Aug 2017 20:49:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AFF901FC002 for ; Thu, 17 Aug 2017 20:49:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B1D8C3418C4 for ; Thu, 17 Aug 2017 20:49:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 33640791E for ; Thu, 17 Aug 2017 20:49:36 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1503002272.c75edc6883a0db5dd9be5e9cbd6884dba7709710.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/diffchar/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/diffchar/Manifest app-vim/diffchar/diffchar-6.8.ebuild X-VCS-Directories: app-vim/diffchar/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: c75edc6883a0db5dd9be5e9cbd6884dba7709710 X-VCS-Branch: master Date: Thu, 17 Aug 2017 20:49:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8c60ebf2-40fc-499a-aa74-a82575cb221a X-Archives-Hash: 1f8f6df5bd3e54a8537dda1580a0cda7 commit: c75edc6883a0db5dd9be5e9cbd6884dba7709710 Author: Tim Harder gentoo org> AuthorDate: Thu Aug 17 20:37:52 2017 +0000 Commit: Tim Harder gentoo org> CommitDate: Thu Aug 17 20:37:52 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c75edc68 app-vim/diffchar: version bump to 6.8 app-vim/diffchar/Manifest | 1 + app-vim/diffchar/diffchar-6.8.ebuild | 13 +++++++++++++ 2 files changed, 14 insertions(+) diff --git a/app-vim/diffchar/Manifest b/app-vim/diffchar/Manifest index 230f85709db..504b766f2b9 100644 --- a/app-vim/diffchar/Manifest +++ b/app-vim/diffchar/Manifest @@ -1 +1,2 @@ DIST diffchar-6.4.tar.bz2 16824 SHA256 b6d1b21c88119662959263bf717d6559ba38579ffb79a572cf4a6593cbe9ffcc SHA512 aee6ec2225c80306eabc5e18ad1e29ef0a007fb830608ced27e209c26166990354f156f95c210895dcdd7408ff02415be69528fd2062cbb42751a5c5d87aafd7 WHIRLPOOL f65c1fe819c5aaded4a8ff9c1ec775b44f7a7b3059bcee9f9b4b2d352d0a6f9dfaf618060dde5ed80f2d9ed9e20872d1ff85466b2f03853258a15e07deb0242e +DIST diffchar-6.8.tar.bz2 18005 SHA256 4fbdae53dbbbe61cb08e7f72661ae9bc11b8d0aadd156a478cce837eb854bccf SHA512 e32430b0295d60a92b963270ce7d14e956dab99e470257876164e9e9f8c4c55366eb6bdf0eb429f7ba0e63034b67cc48f97eecef1708d9091f2fb9f2c2e3d492 WHIRLPOOL 1bfc7edb666adf37ae14dd3ff0ae378e3445934dee7621969bb461330ffc61ceb221892a377d34c31ce3ec8bde1c60901960e4086e354f357911c33e1b8d7142 diff --git a/app-vim/diffchar/diffchar-6.8.ebuild b/app-vim/diffchar/diffchar-6.8.ebuild new file mode 100644 index 00000000000..6790b0da6cf --- /dev/null +++ b/app-vim/diffchar/diffchar-6.8.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit vim-plugin + +DESCRIPTION="vim plugin: highlight the exact differences, based on characters and words" +HOMEPAGE="https://github.com/rickhowe/diffchar.vim http://www.vim.org/scripts/script.php?script_id=4932" +LICENSE="vim.org" +KEYWORDS="~amd64 ~x86" + +VIM_PLUGIN_HELPFILES="${PN}.txt"