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 21E401395E1 for ; Mon, 31 Oct 2016 17:20:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3163E0B5A; Mon, 31 Oct 2016 17:20:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9D416E0B5A for ; Mon, 31 Oct 2016 17:20:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 577A7341117 for ; Mon, 31 Oct 2016 17:20:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3ADFC244E for ; Mon, 31 Oct 2016 17:20:17 +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: <1477934412.5f5d86c44e67bd23edf86197fde54425c883f38e.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/diffchar/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/diffchar/Manifest app-vim/diffchar/diffchar-6.1.ebuild X-VCS-Directories: app-vim/diffchar/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 5f5d86c44e67bd23edf86197fde54425c883f38e X-VCS-Branch: master Date: Mon, 31 Oct 2016 17:20:17 +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-Archives-Salt: 03a093cd-cecc-445e-a48a-b5a9e3ddcd27 X-Archives-Hash: ea595e2e799b0c11e67e444307a63d21 commit: 5f5d86c44e67bd23edf86197fde54425c883f38e Author: Patrice Clement gentoo org> AuthorDate: Mon Oct 31 17:19:46 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Mon Oct 31 17:20:12 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f5d86c4 app-vim/diffchar: clean up old. Package-Manager: portage-2.3.0 app-vim/diffchar/Manifest | 1 - app-vim/diffchar/diffchar-6.1.ebuild | 13 ------------- 2 files changed, 14 deletions(-) diff --git a/app-vim/diffchar/Manifest b/app-vim/diffchar/Manifest index 5b28631..230f857 100644 --- a/app-vim/diffchar/Manifest +++ b/app-vim/diffchar/Manifest @@ -1,2 +1 @@ -DIST diffchar-6.1.tar.bz2 15788 SHA256 daee0b40c4576a2499452a14c933dd3d6e3d3467d4c9969ddb9c6afccc3f68ff SHA512 a1a7842be0784d07f018bc403b9450e936e6456dec088e4b8cf1cab25b7bad0eb90439971b129c2f8b06402f9ac8009020bca0cf0806eca8deb553df91f1b487 WHIRLPOOL 408cee741506bc5ec6d775c8220b5798aa944ce100ff692c9d757e530a31b91f15a1498552aaa5414d0d930dfd93b33363edceb687debbd7f975badfe2a9c3e3 DIST diffchar-6.4.tar.bz2 16824 SHA256 b6d1b21c88119662959263bf717d6559ba38579ffb79a572cf4a6593cbe9ffcc SHA512 aee6ec2225c80306eabc5e18ad1e29ef0a007fb830608ced27e209c26166990354f156f95c210895dcdd7408ff02415be69528fd2062cbb42751a5c5d87aafd7 WHIRLPOOL f65c1fe819c5aaded4a8ff9c1ec775b44f7a7b3059bcee9f9b4b2d352d0a6f9dfaf618060dde5ed80f2d9ed9e20872d1ff85466b2f03853258a15e07deb0242e diff --git a/app-vim/diffchar/diffchar-6.1.ebuild b/app-vim/diffchar/diffchar-6.1.ebuild deleted file mode 100644 index b7caa37..00000000 --- a/app-vim/diffchar/diffchar-6.1.ebuild +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -inherit vim-plugin - -DESCRIPTION="vim plugin: highlight the exact differences, based on characters and words" -HOMEPAGE="https://github.com/rickhowe/diffchar.vim http://www.vim.org/scripts/script.php?script_id=4932" -LICENSE="vim.org" -KEYWORDS="amd64 x86" - -VIM_PLUGIN_HELPFILES="${PN}.txt"