Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/dirdiff/
Date: Mon, 31 Dec 2018 15:55:49
Message-Id: 1546271730.b8cf65ef1b38c254fc2865d541c6edadb189e7ee.monsieurp@gentoo
1 commit: b8cf65ef1b38c254fc2865d541c6edadb189e7ee
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 30 09:29:49 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 31 15:55:30 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8cf65ef
7
8 app-vim/dirdiff: EAPI 6 bump.
9
10 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12 RepoMan-Options: --force
13
14 app-vim/dirdiff/dirdiff-1.1.5-r1.ebuild | 15 +++++++++++++++
15 1 file changed, 15 insertions(+)
16
17 diff --git a/app-vim/dirdiff/dirdiff-1.1.5-r1.ebuild b/app-vim/dirdiff/dirdiff-1.1.5-r1.ebuild
18 new file mode 100644
19 index 00000000000..e4106987927
20 --- /dev/null
21 +++ b/app-vim/dirdiff/dirdiff-1.1.5-r1.ebuild
22 @@ -0,0 +1,15 @@
23 +# Copyright 1999-2018 Gentoo Authors
24 +# Distributed under the terms of the GNU General Public License v2
25 +
26 +EAPI=6
27 +
28 +inherit vim-plugin
29 +
30 +DESCRIPTION="vim plugin: diff and merge two directories recursively"
31 +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=102"
32 +LICENSE="BSD"
33 +KEYWORDS="amd64 x86"
34 +
35 +RDEPEND="sys-apps/diffutils"
36 +
37 +VIM_PLUGIN_HELPFILES="${PN}.txt"