# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/taglist-3.4-r1.ebuild,v 1.13 2007/11/29 03:47:35 hawking Exp $ 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="alpha amd64 ~hppa ia64 mips ppc sparc x86" IUSE="" RDEPEND="dev-util/ctags" VIM_PLUGIN_HELPFILES="taglist-intro" src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}"/${P}-ebuilds.patch }