diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2018-12-30 10:33:38 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-12-31 16:55:32 +0100 |
commit | 59eccf7bddfd16a6356ad00f3178424ec88508a8 (patch) | |
tree | be2d408b845322c78a3220f30b4571c1623622a4 /app-vim | |
parent | app-vim/dirdiff: EAPI 6 bump. (diff) | |
download | gentoo-59eccf7bddfd16a6356ad00f3178424ec88508a8.tar.gz gentoo-59eccf7bddfd16a6356ad00f3178424ec88508a8.tar.bz2 gentoo-59eccf7bddfd16a6356ad00f3178424ec88508a8.zip |
app-vim/dirdiff: clean up old.
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/dirdiff/dirdiff-1.1.5.ebuild | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/app-vim/dirdiff/dirdiff-1.1.5.ebuild b/app-vim/dirdiff/dirdiff-1.1.5.ebuild deleted file mode 100644 index e0cd57fdb82b..000000000000 --- a/app-vim/dirdiff/dirdiff-1.1.5.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -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" |