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/themis/
Date: Mon, 30 May 2022 17:47:34
Message-Id: 1653932802.49c532992118d5b7b73343fb28920878efa583f3.cybertailor@gentoo
1 commit: 49c532992118d5b7b73343fb28920878efa583f3
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Mon May 30 15:02:31 2022 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Mon May 30 17:46:42 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=49c53299
7
8 app-vim/themis: update EAPI 7 -> 8
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 app-vim/themis/themis-1.7.0.ebuild | 9 ++++-----
13 1 file changed, 4 insertions(+), 5 deletions(-)
14
15 diff --git a/app-vim/themis/themis-1.7.0.ebuild b/app-vim/themis/themis-1.7.0.ebuild
16 index 26cc06e5c..2a862b317 100644
17 --- a/app-vim/themis/themis-1.7.0.ebuild
18 +++ b/app-vim/themis/themis-1.7.0.ebuild
19 @@ -1,9 +1,9 @@
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 +inherit edo vim-plugin
28
29 DESCRIPTION="A testing framework for Vim script"
30 HOMEPAGE="https://github.com/thinca/vim-themis"
31 @@ -16,12 +16,11 @@ KEYWORDS="~amd64 ~x86"
32 VIM_PLUGIN_HELPFILES="themis"
33
34 src_test() {
35 - bash ./bin/themis || die
36 + edo bash ./bin/themis
37 }
38
39 src_install() {
40 - rm -r examples test || die
41 - vim-plugin_src_install
42 + vim-plugin_src_install bin
43
44 dosym -r /usr/share/vim/vimfiles/bin/themis /usr/bin/themis
45 fperms +x /usr/share/vim/vimfiles/bin/themis