logo

overlay

My (experimental) gentoo overlay
commit: fc47c0e2c5b2ce8d132c163483d808ef21683cd5
parent: 9fd61efd7aa5de65f82db00cbb8c60abe1a89bcf
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Tue, 15 Aug 2017 17:47:36 +0200

app-editors/vis: backport ::gentoo "Bump to EAPI 6"

Diffstat:

Mapp-editors/vis/vis-0.3.ebuild4+++-
Mapp-editors/vis/vis-9999.ebuild6++++--
2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/app-editors/vis/vis-0.3.ebuild b/app-editors/vis/vis-0.3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 MY_PTV=0.1 MY_PT=${PN}-test-${MY_PTV} @@ -30,6 +30,8 @@ src_prepare() { mv "${WORKDIR}/${MY_PT}" test which vim &>/dev/null || sed -i 's/.*vim.*//' test/Makefile fi + + default } src_configure() { diff --git a/app-editors/vis/vis-9999.ebuild b/app-editors/vis/vis-9999.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 -inherit git-r3 +EAPI=6 +inheri<M-Down>t git-r3 DESCRIPTION="modern, legacy free, simple yet efficient vim-like editor." HOMEPAGE="https://github.com/martanne/vis" @@ -25,6 +25,8 @@ src_prepare() { if use test; then type -P vim &>/dev/null || sed -i 's/.*vim.*//' /test/Makefile || die fi + + default } src_configure() {