From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D9E651382C5 for ; Fri, 9 Feb 2018 16:37:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E312EE0D59; Fri, 9 Feb 2018 16:37:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BE76DE0D59 for ; Fri, 9 Feb 2018 16:37:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 947EF335C2A for ; Fri, 9 Feb 2018 16:37:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 247141E8 for ; Fri, 9 Feb 2018 16:37:56 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1518194173.c0329ebfddca2d999daf0871bf527d85c3692d39.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/vis/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/vis/vis-0.4.ebuild app-editors/vis/vis-9999.ebuild X-VCS-Directories: app-editors/vis/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c0329ebfddca2d999daf0871bf527d85c3692d39 X-VCS-Branch: master Date: Fri, 9 Feb 2018 16:37:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0be8406f-22a0-4997-b09b-b5bafed979d6 X-Archives-Hash: 808e97aa24bd32a24150be28988fb350 commit: c0329ebfddca2d999daf0871bf527d85c3692d39 Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Sun Dec 17 17:00:39 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Feb 9 16:36:13 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0329ebf app-editors/vis: Bump to EAPI 6 app-editors/vis/vis-0.4.ebuild | 4 +++- app-editors/vis/vis-9999.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/app-editors/vis/vis-0.4.ebuild b/app-editors/vis/vis-0.4.ebuild index 576e28a5680..b8f0705856c 100644 --- a/app-editors/vis/vis-0.4.ebuild +++ b/app-editors/vis/vis-0.4.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.2 @@ -30,6 +30,8 @@ src_prepare() { sed -i 's/.*vim.*//' test/Makefile || die fi fi + + default } src_configure() { diff --git a/app-editors/vis/vis-9999.ebuild b/app-editors/vis/vis-9999.ebuild index 06671de4ce5..7c59933793a 100644 --- a/app-editors/vis/vis-9999.ebuild +++ b/app-editors/vis/vis-9999.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 inherit git-r3 DESCRIPTION="modern, legacy free, simple yet efficient vim-like editor" @@ -24,6 +24,8 @@ src_prepare() { if use test && ! type -P vim &>/dev/null; then sed -i 's/.*vim.*//' "${S}/test/Makefile" || die fi + + default } src_configure() {