summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-vim/vim-misc/Manifest1
-rw-r--r--app-vim/vim-misc/vim-misc-1.17.1.ebuild21
2 files changed, 0 insertions, 22 deletions
diff --git a/app-vim/vim-misc/Manifest b/app-vim/vim-misc/Manifest
index 8ed3308052b4..8d2ded0fe585 100644
--- a/app-vim/vim-misc/Manifest
+++ b/app-vim/vim-misc/Manifest
@@ -1,2 +1 @@
-DIST vim-misc-1.17.1.tar.gz 55585 SHA256 3e86714d16005682cbdb36edf90a1a8ace09a5729d3ba1d9075583dae6066118 SHA512 32b64f0fbe26a27b7969be93fc0295fe8a4165f9df72af3e61279890c564ec859d58210393a7545d3a0a68638dd5cf3ae43146b3d5a562cd5dbf26d5584c4b83 WHIRLPOOL 792df79e373386b1f77401af87191321997bd59a8f818d13ded16c35e6359da605ffc57d6cb73e8c87240823a170f537d7d1d3b3a75e7db469dc64c630883dcd
DIST vim-misc-1.17.6.tar.gz 56548 SHA256 66c9c91062c91a1d3c33d37a2f3bb6d9853c6bec70051c7c32a8a5f16caf5dc7 SHA512 04896559a9179e4f117de4ae78564309c9459ebb78ba1f9aceb7c3abf064e38d403567d01c347eb9ec0a09ed57c8ae51e01c4967e393c58c7b613cf926663e64 WHIRLPOOL c4be7ff87a889be92734a2798a0323cf33c318b5705364e0fc1327cd2d06e66ba891bfaf6bc3d98405c8fd8940430521c6dc199f97b5533c8dba9fa462b6e007
diff --git a/app-vim/vim-misc/vim-misc-1.17.1.ebuild b/app-vim/vim-misc/vim-misc-1.17.1.ebuild
deleted file mode 100644
index 4c4b20a0865a..000000000000
--- a/app-vim/vim-misc/vim-misc-1.17.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: miscellaneous auto-load scripts"
-HOMEPAGE="http://peterodding.com/code/vim/misc/"
-SRC_URI="https://github.com/xolox/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="MIT"
-KEYWORDS="amd64 x86"
-
-RDEPEND="!app-vim/xolox-misc"
-
-VIM_PLUGIN_HELPFILES="misc.txt"
-
-src_prepare() {
- rm addon-info.json autoload/xolox/misc/echo.exe || die
-}