summaryrefslogtreecommitdiff
path: root/app-vim
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2017-08-17 16:56:07 -0400
committerTim Harder <radhermit@gentoo.org>2017-08-17 16:56:07 -0400
commit8af7f4e3c51b45bd989f1a16ff3a6fc03e752337 (patch)
treecd3ebc6e655ea5be70d0dc6684b62f70e05699d2 /app-vim
parentd32f7ac5187df69e2f3bc952be23b8ae01126385 (diff)
downloadgentoo-8af7f4e3c51b45bd989f1a16ff3a6fc03e752337.tar.gz
gentoo-8af7f4e3c51b45bd989f1a16ff3a6fc03e752337.tar.xz
app-vim/bufexplorer: remove old
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/bufexplorer/Manifest2
-rw-r--r--app-vim/bufexplorer/bufexplorer-7.4.12.ebuild19
-rw-r--r--app-vim/bufexplorer/bufexplorer-7.4.14.ebuild19
3 files changed, 0 insertions, 40 deletions
diff --git a/app-vim/bufexplorer/Manifest b/app-vim/bufexplorer/Manifest
index b85c6dca3a4..6cb7fdbaaff 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 27d3d9a3035..00000000000
--- 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 6a4970baa83..00000000000
--- 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
-}