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 77150158089 for ; Thu, 14 Sep 2023 21:23:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B6172BC053; Thu, 14 Sep 2023 21:23:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 7EAF72BC053 for ; Thu, 14 Sep 2023 21:23:50 +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 F3D8B335D27 for ; Thu, 14 Sep 2023 21:23:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6ECBF11B3 for ; Thu, 14 Sep 2023 21:23:46 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1694726570.99f9608ae76c3f8482573326fa00837bb33a9419.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/vimcdoc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/vimcdoc/vimcdoc-2.1.0.ebuild X-VCS-Directories: app-vim/vimcdoc/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 99f9608ae76c3f8482573326fa00837bb33a9419 X-VCS-Branch: master Date: Thu, 14 Sep 2023 21:23:46 +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: eec9706e-8aaf-4f45-88b9-27d48cfeb709 X-Archives-Hash: 4110af5312cede32c6fd863e52f9935d commit: 99f9608ae76c3f8482573326fa00837bb33a9419 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sun Mar 19 17:20:33 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Thu Sep 14 21:22:50 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99f9608a app-vim/vimcdoc: EAPI8 bump Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Conrad Kostecki gentoo.org> app-vim/vimcdoc/vimcdoc-2.1.0.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app-vim/vimcdoc/vimcdoc-2.1.0.ebuild b/app-vim/vimcdoc/vimcdoc-2.1.0.ebuild index 5eec3b7044fb..11597914b55c 100644 --- a/app-vim/vimcdoc/vimcdoc-2.1.0.ebuild +++ b/app-vim/vimcdoc/vimcdoc-2.1.0.ebuild @@ -1,12 +1,13 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit vim-plugin DESCRIPTION="online vim documentation translated into Chinese" -HOMEPAGE="http://vimcdoc.sourceforge.net/" +HOMEPAGE="https://vimcdoc.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + LICENSE="vim.org" KEYWORDS="~amd64 ~x86"