summaryrefslogtreecommitdiff
path: root/app-vim/taglist/taglist-4.6.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-vim/taglist/taglist-4.6.ebuild')
-rw-r--r--app-vim/taglist/taglist-4.6.ebuild19
1 files changed, 0 insertions, 19 deletions
diff --git a/app-vim/taglist/taglist-4.6.ebuild b/app-vim/taglist/taglist-4.6.ebuild
deleted file mode 100644
index b4214d29c76e..000000000000
--- a/app-vim/taglist/taglist-4.6.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit vim-plugin eutils
-
-DESCRIPTION="vim plugin: ctags-based source code browser"
-HOMEPAGE="http://vim-taglist.sourceforge.net/"
-LICENSE="vim"
-KEYWORDS="alpha amd64 hppa ia64 ~mips ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
-
-RDEPEND="dev-util/ctags"
-
-VIM_PLUGIN_HELPFILES="${PN}.txt"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-3.4-ebuilds.patch
-}