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/rainbow/
Date: Mon, 30 May 2022 17:47:32
Message-Id: 1653932798.1d5cc7cea0f665324eb448271e095f322726c3d9.cybertailor@gentoo
1 commit: 1d5cc7cea0f665324eb448271e095f322726c3d9
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Mon May 30 14:56:20 2022 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Mon May 30 17:46:38 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1d5cc7ce
7
8 app-vim/rainbow: update EAPI 7 -> 8
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 app-vim/rainbow/rainbow-3.4.0_p20211113.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/app-vim/rainbow/rainbow-3.4.0_p20211113.ebuild b/app-vim/rainbow/rainbow-3.4.0_p20211113.ebuild
16 index 0c94a1fb5..7df5606d4 100644
17 --- a/app-vim/rainbow/rainbow-3.4.0_p20211113.ebuild
18 +++ b/app-vim/rainbow/rainbow-3.4.0_p20211113.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 readme.gentoo-r1 vim-plugin
27
28 @@ -18,7 +18,6 @@ KEYWORDS="~amd64 ~x86"
29 VIM_PLUGIN_HELPFILES="rainbow"
30
31 src_install() {
32 - rm -r tests || die
33 vim-plugin_src_install
34 readme.gentoo_create_doc
35 }