From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7E7F859CA9 for ; Sat, 26 Mar 2016 17:40:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E42D9E07F1; Sat, 26 Mar 2016 17:40:51 +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 7F602E07F1 for ; Sat, 26 Mar 2016 17:40:51 +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 542FC340C66 for ; Sat, 26 Mar 2016 17:40:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4BFD3869 for ; Sat, 26 Mar 2016 17:40:47 +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: <1459014031.2dd7254a3c9236af6715bfc7165d3c74b0d9e5ed.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.1.ebuild app-vim/diffchar/metadata.xml X-VCS-Directories: app-vim/diffchar/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 2dd7254a3c9236af6715bfc7165d3c74b0d9e5ed X-VCS-Branch: master Date: Sat, 26 Mar 2016 17:40:47 +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: 18a24e95-1a3a-4f01-a6ac-6dce178bde18 X-Archives-Hash: eba4dab1f061286d89b4077ca45032ae commit: 2dd7254a3c9236af6715bfc7165d3c74b0d9e5ed Author: Tim Harder gentoo org> AuthorDate: Sat Mar 26 17:39:30 2016 +0000 Commit: Tim Harder gentoo org> CommitDate: Sat Mar 26 17:40:31 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dd7254a app-vim/diffchar: initial import app-vim/diffchar/Manifest | 1 + app-vim/diffchar/diffchar-6.1.ebuild | 13 +++++++++++++ app-vim/diffchar/metadata.xml | 11 +++++++++++ 3 files changed, 25 insertions(+) diff --git a/app-vim/diffchar/Manifest b/app-vim/diffchar/Manifest new file mode 100644 index 0000000..94738d7 --- /dev/null +++ b/app-vim/diffchar/Manifest @@ -0,0 +1 @@ +DIST diffchar-6.1.tar.bz2 15788 SHA256 daee0b40c4576a2499452a14c933dd3d6e3d3467d4c9969ddb9c6afccc3f68ff SHA512 a1a7842be0784d07f018bc403b9450e936e6456dec088e4b8cf1cab25b7bad0eb90439971b129c2f8b06402f9ac8009020bca0cf0806eca8deb553df91f1b487 WHIRLPOOL 408cee741506bc5ec6d775c8220b5798aa944ce100ff692c9d757e530a31b91f15a1498552aaa5414d0d930dfd93b33363edceb687debbd7f975badfe2a9c3e3 diff --git a/app-vim/diffchar/diffchar-6.1.ebuild b/app-vim/diffchar/diffchar-6.1.ebuild new file mode 100644 index 0000000..3655d51 --- /dev/null +++ b/app-vim/diffchar/diffchar-6.1.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +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" diff --git a/app-vim/diffchar/metadata.xml b/app-vim/diffchar/metadata.xml new file mode 100644 index 0000000..33e52c7 --- /dev/null +++ b/app-vim/diffchar/metadata.xml @@ -0,0 +1,11 @@ + + + + + vim@gentoo.org + Gentoo Vim Project + + + rickhowe/diffchar.vim + +