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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E72F2158092 for ; Mon, 30 May 2022 17:47:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10EB4E0923; Mon, 30 May 2022 17:47:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E6843E08EF for ; Mon, 30 May 2022 17:47:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2A01F34195C for ; Mon, 30 May 2022 17:47:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E9E54E3 for ; Mon, 30 May 2022 17:47:26 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1653932795.0ce238ac471e5d87f19e58d9db40e6bd9db0de46.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-vim/python-syntax/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-vim/python-syntax/python-syntax-20201215.ebuild X-VCS-Directories: app-vim/python-syntax/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 0ce238ac471e5d87f19e58d9db40e6bd9db0de46 X-VCS-Branch: dev Date: Mon, 30 May 2022 17:47:26 +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: 10226939-f0d0-460e-9abd-7594444bcd9c X-Archives-Hash: f2ecc6855f87aa4dd3a4a490c1aecf54 commit: 0ce238ac471e5d87f19e58d9db40e6bd9db0de46 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Mon May 30 14:51:14 2022 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Mon May 30 17:46:35 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0ce238ac app-vim/python-syntax: update EAPI 7 -> 8 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> app-vim/python-syntax/python-syntax-20201215.ebuild | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/app-vim/python-syntax/python-syntax-20201215.ebuild b/app-vim/python-syntax/python-syntax-20201215.ebuild index 68ef8ac20..1988df167 100644 --- a/app-vim/python-syntax/python-syntax-20201215.ebuild +++ b/app-vim/python-syntax/python-syntax-20201215.ebuild @@ -1,7 +1,7 @@ # Copyright 2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit vim-plugin @@ -16,11 +16,3 @@ KEYWORDS="~amd64 ~x86" VIM_PLUGIN_HELPFILES="python-syntax.txt" DOCS=( AUTHORS README.md ) - -src_install() { - einstalldocs - - insinto /usr/share/vim/vimfiles/ - doins -r doc - doins -r syntax -}