Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/vis/
Date: Fri, 09 Feb 2018 16:37:59
Message-Id: 1518194173.c0329ebfddca2d999daf0871bf527d85c3692d39.mgorny@gentoo
1 commit: c0329ebfddca2d999daf0871bf527d85c3692d39
2 Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
3 AuthorDate: Sun Dec 17 17:00:39 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 9 16:36:13 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0329ebf
7
8 app-editors/vis: Bump to EAPI 6
9
10 app-editors/vis/vis-0.4.ebuild | 4 +++-
11 app-editors/vis/vis-9999.ebuild | 4 +++-
12 2 files changed, 6 insertions(+), 2 deletions(-)
13
14 diff --git a/app-editors/vis/vis-0.4.ebuild b/app-editors/vis/vis-0.4.ebuild
15 index 576e28a5680..b8f0705856c 100644
16 --- a/app-editors/vis/vis-0.4.ebuild
17 +++ b/app-editors/vis/vis-0.4.ebuild
18 @@ -1,7 +1,7 @@
19 # Copyright 1999-2017 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 -EAPI=5
23 +EAPI=6
24
25 MY_PTV=0.2
26
27 @@ -30,6 +30,8 @@ src_prepare() {
28 sed -i 's/.*vim.*//' test/Makefile || die
29 fi
30 fi
31 +
32 + default
33 }
34
35 src_configure() {
36
37 diff --git a/app-editors/vis/vis-9999.ebuild b/app-editors/vis/vis-9999.ebuild
38 index 06671de4ce5..7c59933793a 100644
39 --- a/app-editors/vis/vis-9999.ebuild
40 +++ b/app-editors/vis/vis-9999.ebuild
41 @@ -1,7 +1,7 @@
42 # Copyright 1999-2017 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44
45 -EAPI=5
46 +EAPI=6
47 inherit git-r3
48
49 DESCRIPTION="modern, legacy free, simple yet efficient vim-like editor"
50 @@ -24,6 +24,8 @@ src_prepare() {
51 if use test && ! type -P vim &>/dev/null; then
52 sed -i 's/.*vim.*//' "${S}/test/Makefile" || die
53 fi
54 +
55 + default
56 }
57
58 src_configure() {