# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 inherit vim-plugin vcs-snapshot DESCRIPTION="awesome Python autocompletion with VIM" HOMEPAGE="https://github.com/davidhalter/jedi-vim" SRC_URI="https://github.com/davidhalter/${PN}-vim/zipball/${PV} -> ${P}.zip" S="${WORKDIR}/davidhalter-${PN}-vim-ef1011d/" LICENSE="as-is" KEYWORDS="~amd64" IUSE="" DEPEND="app-arch/unzip" RDEPEND="dev-util/jedi"