# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 inherit vim-plugin git-2 DESCRIPTION="pyflakes-vim highlights common Python errors like misspelling a variable name on the fly" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2441" SRC_URI="" EGIT_REPO_URI="git://github.com/kevinw/${PN}-vim.git" LICENSE="as-is" KEYWORDS="" IUSE="" RDEPEND="dev-python/pyflakes"