# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils vim-doc DESCRIPTION="A debugger frontend for gvim written in python" HOMEPAGE="http://pyclewn.wiki.sourceforge.net/" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86" IUSE="" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" DEPEND=">=app-editors/gvim-7.2 virtual/python" RDEPEND="${DEPEND} sys-devel/gdb" pkg_setup() { if ! built_with_use app-editors/gvim netbeans ; then eerror "Please remerge gvim with netbeans USE flag on before " eerror "emerging pyclewn" die "please remerge app-editors/gvim with USE='netbeans'" fi } src_unpack() { distutils_src_unpack epatch "${FILESDIR}"/vim_tags.patch } pkg_postinst() { update_vim_helptags distutils_pkg_postinst }