From 8af7f4e3c51b45bd989f1a16ff3a6fc03e752337 Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Thu, 17 Aug 2017 16:56:07 -0400 Subject: app-vim/bufexplorer: remove old --- app-vim/bufexplorer/Manifest | 2 -- app-vim/bufexplorer/bufexplorer-7.4.12.ebuild | 19 ------------------- app-vim/bufexplorer/bufexplorer-7.4.14.ebuild | 19 ------------------- 3 files changed, 40 deletions(-) delete mode 100644 app-vim/bufexplorer/bufexplorer-7.4.12.ebuild delete mode 100644 app-vim/bufexplorer/bufexplorer-7.4.14.ebuild (limited to 'app-vim/bufexplorer') diff --git a/app-vim/bufexplorer/Manifest b/app-vim/bufexplorer/Manifest index b85c6dca3a42..6cb7fdbaaffe 100644 --- a/app-vim/bufexplorer/Manifest +++ b/app-vim/bufexplorer/Manifest @@ -1,3 +1 @@ -DIST bufexplorer-7.4.12.tar.gz 24777 SHA256 bcd8549fdd64d149356f1995eaf3f7cd6e0996d8c9128b41085772a24e13a00a SHA512 4767b735e041620e7410866a8ab62932803a248aa2cc311dda8d9a56421d26edede56d56a6329eb2a2b95d7962cc7084ac1606f92485dfb87ba6d647ca4f5c20 WHIRLPOOL 70b3fe6cdfb37bc040100aed89c34e48e0cc7996a0c35170cc20cd8f31a6eab61e87889c3500727b29d41a476e07a2e51d8b7dbe22e8d7c8228e2a6327129095 -DIST bufexplorer-7.4.14.tar.gz 25041 SHA256 bfbda1e8ae93da697e5dba39310632bd7138a34d3876ee583d9950873d7edc0a SHA512 a78c12e01727132fdb5baf97aa901ce9619efe9a03e35688de1b5c2357050089e352c78e6e33eef3c861b1f5b12b014eeb70af34b3d8305ad3c79e595fd98436 WHIRLPOOL e06414069524266228ae6cca56167916bf96ebab6f84bacc22266415a5d44f6ecd2ce84c7364a41b125a65340ff1ad2e27f23eb47b35eec977f25030b9880ab7 DIST bufexplorer-7.4.18.tar.gz 25117 SHA256 6cf21e3d36d8832cca9c53bbd44021aba437d0cebef5cf95576ade79750d8280 SHA512 420e3d352bb31a80311c3ab8ad62f7a6530fdcf78eb0bc45717e075f81a3d1a42fef18d756c129d2c25e8d5f7d8e1161affae905cfa7d8b0d1d3c9245c9f1bea WHIRLPOOL 798e5c61c0eafaeec73729dccfd9be38637174d32b958fa729893785d946b31cc9c593f2bd86d9a24b5d18e06850ffe5b5803cb0328396cf7bb5d46250ddfa74 diff --git a/app-vim/bufexplorer/bufexplorer-7.4.12.ebuild b/app-vim/bufexplorer/bufexplorer-7.4.12.ebuild deleted file mode 100644 index 27d3d9a3035c..000000000000 --- a/app-vim/bufexplorer/bufexplorer-7.4.12.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit vim-plugin - -DESCRIPTION="vim plugin: easily browse vim buffers" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=42 https://github.com/jlanzarotta/bufexplorer" -SRC_URI="https://github.com/jlanzarotta/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="BSD" -KEYWORDS="amd64 x86" - -VIM_PLUGIN_HELPFILES="${PN}.txt" - -src_prepare() { - default - rm LICENSE README.md || die -} diff --git a/app-vim/bufexplorer/bufexplorer-7.4.14.ebuild b/app-vim/bufexplorer/bufexplorer-7.4.14.ebuild deleted file mode 100644 index 6a4970baa83e..000000000000 --- a/app-vim/bufexplorer/bufexplorer-7.4.14.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit vim-plugin - -DESCRIPTION="vim plugin: easily browse vim buffers" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=42 https://github.com/jlanzarotta/bufexplorer" -SRC_URI="https://github.com/jlanzarotta/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="BSD" -KEYWORDS="~amd64 ~x86" - -VIM_PLUGIN_HELPFILES="${PN}.txt" - -src_prepare() { - default - rm LICENSE README.md || die -} -- cgit v1.2.3-65-gdbad