commit:     accd4f0372277f9abfbeae4c52d40453dcbe4460
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  1 00:49:24 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jan  1 00:49:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=accd4f03

app-vim/jedi: Remove old (py3.6)

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-vim/jedi/Manifest                     |  1 -
 app-vim/jedi/jedi-0.8_p20171015-r1.ebuild | 35 -------------------------------
 2 files changed, 36 deletions(-)

diff --git a/app-vim/jedi/Manifest b/app-vim/jedi/Manifest
index ccfc208c404..294f4292ce8 100644
--- a/app-vim/jedi/Manifest
+++ b/app-vim/jedi/Manifest
@@ -1,2 +1 @@
 DIST jedi-0.10.0.tar.gz 36820 BLAKE2B 
a66f7c58564487d83867d61480d83364af0047cee713c41dbd5c67bff0b2ac33d066c2d0f4367c30059f46fb9f4916fc8d2eb9c64aa6a489e2c16a03f56b0b3c
 SHA512 
65482505446b1001e92870ae64a147b38c0bb4d3151e464d325be741729506a191b284a491f4c3eb77dc46cb9bcd6b8e7bf8689ed95107e89a1f6a05c7fbc9ea
-DIST jedi-0.8_p20171015.tar.gz 31593 BLAKE2B 
a34fc7a7d8211cefbaef0012b801bc2dec2b447d34a1d3c338ed37306d36262694f0d8e771042e899959d04bed8925c5beee32803cb7f56add7a83ceb4bf27d9
 SHA512 
e4238c745d509d9d7e8c0593a46935f1de3c0cdf8e3893deb156110be53e2c9012d98379a6ca747a0bdab77f1def2a88dd46ce5c7d3936f01f0d9ab597f14182

diff --git a/app-vim/jedi/jedi-0.8_p20171015-r1.ebuild 
b/app-vim/jedi/jedi-0.8_p20171015-r1.ebuild
deleted file mode 100644
index 23aaa1f5ca3..00000000000
--- a/app-vim/jedi/jedi-0.8_p20171015-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit vim-plugin python-r1
-
-# Commit Date: Sun Oct 15 20:51:54 2017 +0200
-COMMIT="77924398bd594e238766153cec97ace62650f082"
-
-DESCRIPTION="vim plugin: binding to the autocompletion library jedi"
-HOMEPAGE="https://github.com/davidhalter/jedi-vim";
-SRC_URI="https://github.com/davidhalter/jedi-vim/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
-RDEPEND="${PYTHON_DEPS}
-       dev-python/jedi[${PYTHON_USEDEP}]"
-DEPEND="app-editors/vim[python]"
-
-S="${WORKDIR}/jedi-vim-${COMMIT}"
-
-# Tests are broken.
-RESTRICT="test"
-
-# Makefile tries hard to call tests so let's silence this phase.
-src_compile() { :; }
-
-src_install() {
-       vim-plugin_src_install
-}

Reply via email to