summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2015-08-24 22:21:20 -0400
committerTim Harder <radhermit@gentoo.org>2015-08-24 22:21:20 -0400
commit084194302097459ac5405ab55437ee2636aa062d (patch)
tree538e0da73123436ac38082ed94af4d904ec0dccb /app-vim/vim-misc/vim-misc-1.11.ebuild
parentapp-vim/easytags: remove old (diff)
downloadgentoo-084194302097459ac5405ab55437ee2636aa062d.tar.gz
gentoo-084194302097459ac5405ab55437ee2636aa062d.tar.bz2
gentoo-084194302097459ac5405ab55437ee2636aa062d.zip
app-vim/vim-misc: remove old
Diffstat (limited to 'app-vim/vim-misc/vim-misc-1.11.ebuild')
-rw-r--r--app-vim/vim-misc/vim-misc-1.11.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/app-vim/vim-misc/vim-misc-1.11.ebuild b/app-vim/vim-misc/vim-misc-1.11.ebuild
deleted file mode 100644
index 33aadecfbc85..000000000000
--- a/app-vim/vim-misc/vim-misc-1.11.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2014 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
-}