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: 1546271732.59eccf7bddfd16a6356ad00f3178424ec88508a8.monsieurp@gentoo
1 commit: 59eccf7bddfd16a6356ad00f3178424ec88508a8
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 30 09:33:38 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 31 15:55:32 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59eccf7b
7
8 app-vim/dirdiff: clean up old.
9
10 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 app-vim/dirdiff/dirdiff-1.1.5.ebuild | 15 ---------------
14 1 file changed, 15 deletions(-)
15
16 diff --git a/app-vim/dirdiff/dirdiff-1.1.5.ebuild b/app-vim/dirdiff/dirdiff-1.1.5.ebuild
17 deleted file mode 100644
18 index e0cd57fdb82..00000000000
19 --- a/app-vim/dirdiff/dirdiff-1.1.5.ebuild
20 +++ /dev/null
21 @@ -1,15 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -inherit vim-plugin
28 -
29 -DESCRIPTION="vim plugin: diff and merge two directories recursively"
30 -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=102"
31 -LICENSE="BSD"
32 -KEYWORDS="amd64 x86"
33 -
34 -RDEPEND="sys-apps/diffutils"
35 -
36 -VIM_PLUGIN_HELPFILES="${PN}.txt"