summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2018-12-11 23:48:11 -0600
committerTim Harder <radhermit@gentoo.org>2018-12-12 02:24:39 -0600
commit8c5c4aaa99a6431c3f2ef2945ec0266c0ae750c1 (patch)
tree0fcd24aeb3234fae42b9cae268caa2ed5732b107 /app-vim
parentapp-vim/undotree: stabilize 6.0 (diff)
downloadgentoo-8c5c4aaa99a6431c3f2ef2945ec0266c0ae750c1.tar.gz
gentoo-8c5c4aaa99a6431c3f2ef2945ec0266c0ae750c1.tar.bz2
gentoo-8c5c4aaa99a6431c3f2ef2945ec0266c0ae750c1.zip
app-vim/undotree: remove old
Signed-off-by: Tim Harder <radhermit@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/undotree/Manifest1
-rw-r--r--app-vim/undotree/undotree-5.0.ebuild12
2 files changed, 0 insertions, 13 deletions
diff --git a/app-vim/undotree/Manifest b/app-vim/undotree/Manifest
index dad4c1b25380..18fc99bffdac 100644
--- a/app-vim/undotree/Manifest
+++ b/app-vim/undotree/Manifest
@@ -1,2 +1 @@
-DIST undotree-5.0.tar.gz 13646 BLAKE2B 12fb31433b95ac980cae9d313ccb7cd30d0a63a25f440027ae0dd8cd240a80aa825582f60a88b44346f392f8e52c7ff5d86a87d8891b0adc3fcf17daf0c86ce3 SHA512 093202633000c15db731c9664b606ced7dd4d259f9fac04e886509a440eb5e31de073250eb400be0b1e4cdabb393d1d88bbcb88fa162c89a3783c961b33d33a0
DIST undotree-6.0.tar.gz 16288 BLAKE2B 38e7d185f0c2d9dd139c0c9b49593e1f6d14f7eab81b984c641b9d6917888510cda6a03d3030e051e257fde72f86d5dddbf65a8b29e4cd68323e9b976281f9ee SHA512 2654206adc8e4f021d5f2f3927ab5cb218e333a34fa5121e5ad48bf9b26e8d15c6b58cf88988407a587fb60cf406a4ed766fc4388672e93d4fceddc8712c4c49
diff --git a/app-vim/undotree/undotree-5.0.ebuild b/app-vim/undotree/undotree-5.0.ebuild
deleted file mode 100644
index f494f607ca9f..000000000000
--- a/app-vim/undotree/undotree-5.0.ebuild
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit vim-plugin vcs-snapshot
-
-DESCRIPTION="vim plugin: display your undo history in a graph"
-HOMEPAGE="https://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"