Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/easytags/
Date: Mon, 29 Jul 2019 08:23:30
Message-Id: 1564388319.c3755307eafc4c52c1afd32e8cc7a05323e4ab1c.radhermit@gentoo
1 commit: c3755307eafc4c52c1afd32e8cc7a05323e4ab1c
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 29 08:16:16 2019 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 29 08:18:39 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3755307
7
8 app-vim/easytags: fix qa whitespace warning and update to EAPI 7
9
10 Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
11
12 app-vim/easytags/easytags-3.11.ebuild | 10 ++++------
13 1 file changed, 4 insertions(+), 6 deletions(-)
14
15 diff --git a/app-vim/easytags/easytags-3.11.ebuild b/app-vim/easytags/easytags-3.11.ebuild
16 index 79b37e481e5..3b3fa9986ce 100644
17 --- a/app-vim/easytags/easytags-3.11.ebuild
18 +++ b/app-vim/easytags/easytags-3.11.ebuild
19 @@ -1,7 +1,7 @@
20 -# Copyright 1999-2018 Gentoo Foundation
21 +# Copyright 1999-2019 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=5
25 +EAPI=7
26
27 PYTHON_COMPAT=( python2_7 )
28
29 @@ -23,12 +23,10 @@ VIM_PLUGIN_HELPFILES="${PN}.txt"
30
31 S="${WORKDIR}/vim-${P}"
32
33 -PATCHES=(
34 - "${FILESDIR}/${P}-fix-ctags-detection.patch"
35 -)
36 +PATCHES=( "${FILESDIR}/${P}-fix-ctags-detection.patch" )
37
38 src_prepare() {
39 - epatch "${PATCHES[@]}"
40 + default
41 # remove unnecessary files
42 rm addon-info.json INSTALL.md README.md || die
43 }