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 7FE0E138350 for ; Wed, 15 Jan 2020 04:47:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16AFAE0880; Wed, 15 Jan 2020 04:47:44 +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 11A4AE0878 for ; Wed, 15 Jan 2020 04:47:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 8228D34DF21 for ; Wed, 15 Jan 2020 04:47:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2FDD3A1 for ; Wed, 15 Jan 2020 04:47:39 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1579063496.49ba3e13f0f82ca88bb55c7a79df57102c31f4f7.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/nerdcommenter/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/nerdcommenter/nerdcommenter-2.5.2.ebuild app-vim/nerdcommenter/nerdcommenter-9999.ebuild X-VCS-Directories: app-vim/nerdcommenter/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 49ba3e13f0f82ca88bb55c7a79df57102c31f4f7 X-VCS-Branch: master Date: Wed, 15 Jan 2020 04:47:39 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c2654674-08f7-460e-8889-2247264c97d6 X-Archives-Hash: 6588e9777dad86021a860b36649bfe6d commit: 49ba3e13f0f82ca88bb55c7a79df57102c31f4f7 Author: Tim Harder gentoo org> AuthorDate: Wed Jan 15 04:43:29 2020 +0000 Commit: Tim Harder gentoo org> CommitDate: Wed Jan 15 04:44:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49ba3e13 app-vim/nerdcommenter: update to EAPI 7 Signed-off-by: Tim Harder gentoo.org> app-vim/nerdcommenter/nerdcommenter-2.5.2.ebuild | 4 ++-- app-vim/nerdcommenter/nerdcommenter-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-vim/nerdcommenter/nerdcommenter-2.5.2.ebuild b/app-vim/nerdcommenter/nerdcommenter-2.5.2.ebuild index e698dd51a16..8e558a99fa8 100644 --- a/app-vim/nerdcommenter/nerdcommenter-2.5.2.ebuild +++ b/app-vim/nerdcommenter/nerdcommenter-2.5.2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit vim-plugin diff --git a/app-vim/nerdcommenter/nerdcommenter-9999.ebuild b/app-vim/nerdcommenter/nerdcommenter-9999.ebuild index e698dd51a16..8e558a99fa8 100644 --- a/app-vim/nerdcommenter/nerdcommenter-9999.ebuild +++ b/app-vim/nerdcommenter/nerdcommenter-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit vim-plugin