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 01AFC1395E2 for ; Mon, 12 Dec 2016 04:30:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4139321C23E; Mon, 12 Dec 2016 04:30:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 197C721C236 for ; Mon, 12 Dec 2016 04:30:08 +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 4D7A233E142 for ; Mon, 12 Dec 2016 04:30:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 869B824B6 for ; Mon, 12 Dec 2016 04:30:01 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1481516981.5b4089e5976376e81b0ea4c0d85715c3bf9d7eb3.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/undotree/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/undotree/Manifest app-vim/undotree/undotree-4.3.ebuild X-VCS-Directories: app-vim/undotree/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 5b4089e5976376e81b0ea4c0d85715c3bf9d7eb3 X-VCS-Branch: master Date: Mon, 12 Dec 2016 04:30:01 +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: 2d752f51-55c4-477b-9ce7-b25959f8aea3 X-Archives-Hash: 6bedf0ecb0befa74502dcb990ca67d9e commit: 5b4089e5976376e81b0ea4c0d85715c3bf9d7eb3 Author: Tim Harder gentoo org> AuthorDate: Mon Dec 12 04:29:41 2016 +0000 Commit: Tim Harder gentoo org> CommitDate: Mon Dec 12 04:29:41 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b4089e5 app-vim/undotree: remove old app-vim/undotree/Manifest | 1 - app-vim/undotree/undotree-4.3.ebuild | 13 ------------- 2 files changed, 14 deletions(-) diff --git a/app-vim/undotree/Manifest b/app-vim/undotree/Manifest index 0de167b..e8191b1 100644 --- a/app-vim/undotree/Manifest +++ b/app-vim/undotree/Manifest @@ -1,2 +1 @@ -DIST undotree-4.3.tar.gz 11556 SHA256 45a700e8d6c0924144ded612af7ac66a63b6f1927b4b0044557c3bc7a5cac46a SHA512 8143be996230d15ff538e007ebe7d8d7f71f8115f450bffabd47706ae6052316b251b3cfc1187039ecc351c9d5765763c9150fb14944944c65768ccc434f244d WHIRLPOOL 4000274dbdb6a2c9a92ca08a88377df8c2d94f20daffc0d82c87b5e3f47bd2a10846222b7c154a2628e0a19797493d5e88492c417b9d966961e17c5af8bfbc00 DIST undotree-5.0.tar.gz 13646 SHA256 57e49c1c819e53e340b9f76c639c4148ddaec88e050eb22095373dd051151cc7 SHA512 093202633000c15db731c9664b606ced7dd4d259f9fac04e886509a440eb5e31de073250eb400be0b1e4cdabb393d1d88bbcb88fa162c89a3783c961b33d33a0 WHIRLPOOL f3a887362bfc3c3c128fffa9be9365cf45608ada100780d7e6c1315a8c2ca98ea0998f246076e36b0275c3299db5bc56ff80b093c662107a2077050bb4148cc6 diff --git a/app-vim/undotree/undotree-4.3.ebuild b/app-vim/undotree/undotree-4.3.ebuild deleted file mode 100644 index 6c156a90..00000000 --- a/app-vim/undotree/undotree-4.3.ebuild +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit vim-plugin vcs-snapshot - -DESCRIPTION="vim plugin: display your undo history in a graph" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=4177 https://github.com/mbbill/undotree" -SRC_URI="https://github.com/mbbill/${PN}/archive/rel_${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="BSD" -KEYWORDS="amd64 x86"