# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit vim-plugin eutils DESCRIPTION="vim plugin: ctags-based source code browser" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=273" LICENSE="vim" KEYWORDS="x86 sparc" RDEPEND="dev-util/ctags" src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/taglist-2.8-exuberant.patch || die "epatch failed" }