Mainlined ebuild
This commit is contained in:
parent
09d42eb230
commit
8ffa14b090
@ -1,2 +0,0 @@
|
||||
06 Aug 2017; Horea Christian <h.chr@mail.ru> +metadata.xml, jedi-9999.ebuild:
|
||||
app-vim/jedi:
|
@ -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
|
||||
}
|
@ -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
|
||||
}
|
@ -1,19 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>horea.christ@gmail.com</email>
|
||||
<name>Horea Christian</name>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>proxy-maint@gentoo.org</email>
|
||||
<name>Proxy Maintainers</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">
|
||||
Jedi-vim is a VIM binding to the autocompletion library Jedi.
|
||||
Apart from that, jedi-vim provides a number of keybindings.
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<remote-id type="github">davidhalter/jedi-vim</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
Loading…
x
Reference in New Issue
Block a user