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 CC15B138334 for ; Mon, 31 Dec 2018 15:55:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 140CDE0BEF; Mon, 31 Dec 2018 15:55:49 +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 E2A82E0BEC for ; Mon, 31 Dec 2018 15:55:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 C9F41335C9F for ; Mon, 31 Dec 2018 15:55:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 36028506 for ; Mon, 31 Dec 2018 15:55:45 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1546271730.b8cf65ef1b38c254fc2865d541c6edadb189e7ee.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/dirdiff/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/dirdiff/dirdiff-1.1.5-r1.ebuild X-VCS-Directories: app-vim/dirdiff/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: b8cf65ef1b38c254fc2865d541c6edadb189e7ee X-VCS-Branch: master Date: Mon, 31 Dec 2018 15:55:45 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c5af90e3-70fd-4b5b-be83-165d5211b84c X-Archives-Hash: 2da54da004c12f2c0eb5e1560becceab commit: b8cf65ef1b38c254fc2865d541c6edadb189e7ee Author: Patrice Clement gentoo org> AuthorDate: Sun Dec 30 09:29:49 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Mon Dec 31 15:55:30 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8cf65ef app-vim/dirdiff: EAPI 6 bump. Signed-off-by: Patrice Clement gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --force app-vim/dirdiff/dirdiff-1.1.5-r1.ebuild | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/app-vim/dirdiff/dirdiff-1.1.5-r1.ebuild b/app-vim/dirdiff/dirdiff-1.1.5-r1.ebuild new file mode 100644 index 00000000000..e4106987927 --- /dev/null +++ b/app-vim/dirdiff/dirdiff-1.1.5-r1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit vim-plugin + +DESCRIPTION="vim plugin: diff and merge two directories recursively" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=102" +LICENSE="BSD" +KEYWORDS="amd64 x86" + +RDEPEND="sys-apps/diffutils" + +VIM_PLUGIN_HELPFILES="${PN}.txt"