Gentoo Archives: gentoo-commits

From: Anna Vyalkova <cyber+gentoo@×××××.in>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-vim/python-syntax/
Date: Mon, 30 May 2022 17:47:30
Message-Id: 1653932795.0ce238ac471e5d87f19e58d9db40e6bd9db0de46.cybertailor@gentoo
1 commit: 0ce238ac471e5d87f19e58d9db40e6bd9db0de46
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Mon May 30 14:51:14 2022 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Mon May 30 17:46:35 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0ce238ac
7
8 app-vim/python-syntax: update EAPI 7 -> 8
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 app-vim/python-syntax/python-syntax-20201215.ebuild | 10 +---------
13 1 file changed, 1 insertion(+), 9 deletions(-)
14
15 diff --git a/app-vim/python-syntax/python-syntax-20201215.ebuild b/app-vim/python-syntax/python-syntax-20201215.ebuild
16 index 68ef8ac20..1988df167 100644
17 --- a/app-vim/python-syntax/python-syntax-20201215.ebuild
18 +++ b/app-vim/python-syntax/python-syntax-20201215.ebuild
19 @@ -1,7 +1,7 @@
20 # Copyright 2021 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=7
24 +EAPI=8
25
26 inherit vim-plugin
27
28 @@ -16,11 +16,3 @@ KEYWORDS="~amd64 ~x86"
29
30 VIM_PLUGIN_HELPFILES="python-syntax.txt"
31 DOCS=( AUTHORS README.md )
32 -
33 -src_install() {
34 - einstalldocs
35 -
36 - insinto /usr/share/vim/vimfiles/
37 - doins -r doc
38 - doins -r syntax
39 -}