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 B19D81395E1 for ; Mon, 31 Oct 2016 04:27:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5358DE0BEA; Mon, 31 Oct 2016 04:27:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 31EE4E0BEA for ; Mon, 31 Oct 2016 04:27:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3184D3413A6 for ; Mon, 31 Oct 2016 04:27:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E6BF2EE for ; Mon, 31 Oct 2016 04:27:06 +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: <1477887999.93ff47590dcd0e298f0219663f5aa5694da40704.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.4.ebuild X-VCS-Directories: app-vim/diffchar/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 93ff47590dcd0e298f0219663f5aa5694da40704 X-VCS-Branch: master Date: Mon, 31 Oct 2016 04:27:06 +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: 40ec9a3f-e2c8-4680-b34f-8ed40e802df9 X-Archives-Hash: 654d58bfe7dbf9ec8ab99dd1133ba51a commit: 93ff47590dcd0e298f0219663f5aa5694da40704 Author: Tim Harder gentoo org> AuthorDate: Mon Oct 31 04:26:39 2016 +0000 Commit: Tim Harder gentoo org> CommitDate: Mon Oct 31 04:26:39 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93ff4759 app-vim/diffchar: version bump to 6.4 app-vim/diffchar/Manifest | 1 + app-vim/diffchar/diffchar-6.4.ebuild | 13 +++++++++++++ 2 files changed, 14 insertions(+) diff --git a/app-vim/diffchar/Manifest b/app-vim/diffchar/Manifest index 94738d7..5b28631 100644 --- a/app-vim/diffchar/Manifest +++ b/app-vim/diffchar/Manifest @@ -1 +1,2 @@ DIST diffchar-6.1.tar.bz2 15788 SHA256 daee0b40c4576a2499452a14c933dd3d6e3d3467d4c9969ddb9c6afccc3f68ff SHA512 a1a7842be0784d07f018bc403b9450e936e6456dec088e4b8cf1cab25b7bad0eb90439971b129c2f8b06402f9ac8009020bca0cf0806eca8deb553df91f1b487 WHIRLPOOL 408cee741506bc5ec6d775c8220b5798aa944ce100ff692c9d757e530a31b91f15a1498552aaa5414d0d930dfd93b33363edceb687debbd7f975badfe2a9c3e3 +DIST diffchar-6.4.tar.bz2 16824 SHA256 b6d1b21c88119662959263bf717d6559ba38579ffb79a572cf4a6593cbe9ffcc SHA512 aee6ec2225c80306eabc5e18ad1e29ef0a007fb830608ced27e209c26166990354f156f95c210895dcdd7408ff02415be69528fd2062cbb42751a5c5d87aafd7 WHIRLPOOL f65c1fe819c5aaded4a8ff9c1ec775b44f7a7b3059bcee9f9b4b2d352d0a6f9dfaf618060dde5ed80f2d9ed9e20872d1ff85466b2f03853258a15e07deb0242e diff --git a/app-vim/diffchar/diffchar-6.4.ebuild b/app-vim/diffchar/diffchar-6.4.ebuild new file mode 100644 index 00000000..6215d71 --- /dev/null +++ b/app-vim/diffchar/diffchar-6.4.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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"