From 8ffa14b0901395c326ecdab2272a80c59cf58d19 Mon Sep 17 00:00:00 2001 From: Horea Christian Date: Tue, 31 Oct 2017 10:48:42 +0100 Subject: [PATCH] Mainlined ebuild --- app-vim/jedi/ChangeLog | 2 -- app-vim/jedi/jedi-0.8_p20171015.ebuild | 31 -------------------------- app-vim/jedi/jedi-9999.ebuild | 28 ----------------------- app-vim/jedi/metadata.xml | 19 ---------------- 4 files changed, 80 deletions(-) delete mode 100644 app-vim/jedi/ChangeLog delete mode 100644 app-vim/jedi/jedi-0.8_p20171015.ebuild delete mode 100644 app-vim/jedi/jedi-9999.ebuild delete mode 100644 app-vim/jedi/metadata.xml 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-0.8_p20171015.ebuild b/app-vim/jedi/jedi-0.8_p20171015.ebuild deleted file mode 100644 index bcb16b1..0000000 --- a/app-vim/jedi/jedi-0.8_p20171015.ebuild +++ /dev/null @@ -1,31 +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 python-r1 python-utils-r1 - -# Commit Date: Sun Oct 15 20:51:54 2017 +0200 -COMMIT="77924398bd594e238766153cec97ace62650f082" - -DESCRIPTION="Jedi Python autocompletion with VIM" -HOMEPAGE="https://github.com/davidhalter/jedi-vim" -SRC_URI="https://github.com/davidhalter/jedi-vim/archive/${COMMIT}.zip" - -LICENSE="MIT" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-python/jedi[${PYTHON_USEDEP}]" -DEPEND="app-editors/vim[python]" - -S="${WORKDIR}/jedi-vim-${COMMIT}" - -#Makeflile calls tests, which are broken. -src_compile() { :; } - -src_install() { - vim-plugin_src_install -} 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 - -