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/dracula/
Date: Mon, 30 May 2022 17:47:30
Message-Id: 1653932789.5973cd47c02880e8fcc3e03538b3dd6eb4aa529d.cybertailor@gentoo
1 commit: 5973cd47c02880e8fcc3e03538b3dd6eb4aa529d
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Mon May 30 14:35:05 2022 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Mon May 30 17:46:29 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5973cd47
7
8 app-vim/dracula: update EAPI 7 -> 8
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 app-vim/dracula/dracula-2.0.0.ebuild | 12 ++----------
13 1 file changed, 2 insertions(+), 10 deletions(-)
14
15 diff --git a/app-vim/dracula/dracula-2.0.0.ebuild b/app-vim/dracula/dracula-2.0.0.ebuild
16 index 1f409fcf7..cda007842 100644
17 --- a/app-vim/dracula/dracula-2.0.0.ebuild
18 +++ b/app-vim/dracula/dracula-2.0.0.ebuild
19 @@ -1,7 +1,7 @@
20 # Copyright 2022 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,16 +16,8 @@ KEYWORDS="~amd64"
29 VIM_PLUGIN_HELPFILES="dracula"
30
31 src_prepare() {
32 - default
33 - rm -r .github || die
34 + vim-plugin_src_prepare
35
36 # collision with app-vim/airline-themes
37 rm -r autoload/airline || die
38 -
39 - # avoid collision with other packages
40 - cd after/syntax || die
41 - for file in *.vim; do
42 - mkdir "${file%.vim}" || die
43 - mv "${file}" "${file%.vim}/${PN}.vim" || die
44 - done
45 }