diff options
author | Tim Harder <radhermit@gentoo.org> | 2016-12-11 23:29:41 -0500 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2016-12-11 23:29:41 -0500 |
commit | 5b4089e5976376e81b0ea4c0d85715c3bf9d7eb3 (patch) | |
tree | 7bf178a748671417363ed7dd7ef6e095c74d91fb /app-vim/undotree | |
parent | app-vim/undotree: update to EAPI 6 (diff) | |
download | gentoo-5b4089e5976376e81b0ea4c0d85715c3bf9d7eb3.tar.gz gentoo-5b4089e5976376e81b0ea4c0d85715c3bf9d7eb3.tar.bz2 gentoo-5b4089e5976376e81b0ea4c0d85715c3bf9d7eb3.zip |
app-vim/undotree: remove old
Diffstat (limited to 'app-vim/undotree')
-rw-r--r-- | app-vim/undotree/Manifest | 1 | ||||
-rw-r--r-- | app-vim/undotree/undotree-4.3.ebuild | 13 |
2 files changed, 0 insertions, 14 deletions
diff --git a/app-vim/undotree/Manifest b/app-vim/undotree/Manifest index 0de167be13ce..e8191b13a1f0 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 6c156a90114d..000000000000 --- 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" |