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 CF994138335 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 3039CE0BF1; 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 03EA3E0BEE for ; Mon, 31 Dec 2018 15:55:49 +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 DF717335CE7 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 499F5507 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: <1546271732.59eccf7bddfd16a6356ad00f3178424ec88508a8.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.ebuild X-VCS-Directories: app-vim/dirdiff/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 59eccf7bddfd16a6356ad00f3178424ec88508a8 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: 1830240c-59fd-4102-9900-f972bbfbac21 X-Archives-Hash: fd4dc958d8f07833802ca3d59ea04bb2 commit: 59eccf7bddfd16a6356ad00f3178424ec88508a8 Author: Patrice Clement gentoo org> AuthorDate: Sun Dec 30 09:33:38 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Mon Dec 31 15:55:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59eccf7b app-vim/dirdiff: clean up old. Signed-off-by: Patrice Clement gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 app-vim/dirdiff/dirdiff-1.1.5.ebuild | 15 --------------- 1 file changed, 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 e0cd57fdb82..00000000000 --- 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"