diff --git a/app-vim/jedi/ChangeLog b/app-vim/jedi/ChangeLog new file mode 100644 index 0000000..62f83ca --- /dev/null +++ b/app-vim/jedi/ChangeLog @@ -0,0 +1,2 @@ + 06 Aug 2017; Horea Christian +metadata.xml, jedi-9999.ebuild: + app-vim/jedi: diff --git a/app-vim/jedi/jedi-9999.ebuild b/app-vim/jedi/jedi-9999.ebuild index e1df227..8b85fdc 100644 --- a/app-vim/jedi/jedi-9999.ebuild +++ b/app-vim/jedi/jedi-9999.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=5 +EAPI=6 + PYTHON_COMPAT=( python2_7 python3_4 ) + inherit vim-plugin git-r3 python-r1 python-utils-r1 DESCRIPTION="Jedi Python autocompletion with VIM" @@ -11,19 +12,13 @@ HOMEPAGE="https://github.com/davidhalter/jedi-vim" SRC_URI="" EGIT_REPO_URI="git://github.com/davidhalter/${PN}-vim.git" -LICENSE="LGPL-3+" +LICENSE="MIT" KEYWORDS="" IUSE="" RDEPEND="dev-python/jedi[${PYTHON_USEDEP}]" DEPEND="app-editors/vim[python]" -#REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -src_prepare() { - python_copy_sources -} - #Makeflile calls tests, which are broken. src_compile() { :; } @@ -31,4 +26,3 @@ src_install() { python_foreach_impl python_domodule jedi_vim.py vim-plugin_src_install } - diff --git a/app-vim/jedi/metadata.xml b/app-vim/jedi/metadata.xml new file mode 100644 index 0000000..7e2075a --- /dev/null +++ b/app-vim/jedi/metadata.xml @@ -0,0 +1,19 @@ + + + + + horea.christ@gmail.com + Horea Christian + + + proxy-maint@gentoo.org + Proxy Maintainers + + + Jedi-vim is a VIM binding to the autocompletion library Jedi. + Apart from that, jedi-vim provides a number of keybindings. + + + davidhalter/jedi-vim + +