diff --git a/app-vim/jedi/ChangeLog b/app-vim/jedi/ChangeLog deleted file mode 100644 index 62f83ca..0000000 --- a/app-vim/jedi/ChangeLog +++ /dev/null @@ -1,2 +0,0 @@ - 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 deleted file mode 100644 index 8b85fdc..0000000 --- a/app-vim/jedi/jedi-9999.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_4 ) - -inherit vim-plugin git-r3 python-r1 python-utils-r1 - -DESCRIPTION="Jedi Python autocompletion with VIM" -HOMEPAGE="https://github.com/davidhalter/jedi-vim" -SRC_URI="" -EGIT_REPO_URI="git://github.com/davidhalter/${PN}-vim.git" - -LICENSE="MIT" -KEYWORDS="" -IUSE="" - -RDEPEND="dev-python/jedi[${PYTHON_USEDEP}]" -DEPEND="app-editors/vim[python]" - -#Makeflile calls tests, which are broken. -src_compile() { :; } - -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 deleted file mode 100644 index 7e2075a..0000000 --- a/app-vim/jedi/metadata.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - 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 - -