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 63AA3138350 for ; Mon, 13 Jan 2020 02:57:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2860E0E41; Mon, 13 Jan 2020 02:57:14 +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 7F2A2E0E41 for ; Mon, 13 Jan 2020 02:57:14 +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 2034D34DFED for ; Mon, 13 Jan 2020 02:57:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 849B895 for ; Mon, 13 Jan 2020 02:57:11 +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: <1578884120.5b561360f2ba43f23a5622d9697fec5053dc9ae6.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/splice/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/splice/splice-1.1.0-r1.ebuild X-VCS-Directories: app-vim/splice/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 5b561360f2ba43f23a5622d9697fec5053dc9ae6 X-VCS-Branch: master Date: Mon, 13 Jan 2020 02:57:11 +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: 596551ad-3f80-4884-9cb4-0f303057f987 X-Archives-Hash: 294adb01b043f4f8ff5535551f28f47d commit: 5b561360f2ba43f23a5622d9697fec5053dc9ae6 Author: Tim Harder gentoo org> AuthorDate: Mon Jan 13 02:55:20 2020 +0000 Commit: Tim Harder gentoo org> CommitDate: Mon Jan 13 02:55:20 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b561360 app-vim/splice: update PYTHON_COMPAT and HOMEPAGE Also, bump to EAPI 7. Signed-off-by: Tim Harder gentoo.org> app-vim/splice/splice-1.1.0-r1.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app-vim/splice/splice-1.1.0-r1.ebuild b/app-vim/splice/splice-1.1.0-r1.ebuild index 3753a52afbe..e23492a64dc 100644 --- a/app-vim/splice/splice-1.1.0-r1.ebuild +++ b/app-vim/splice/splice-1.1.0-r1.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 -PYTHON_COMPAT=( python3_6 ) +EAPI=7 +PYTHON_COMPAT=( python3_{6,7,8} ) inherit vim-plugin python-single-r1 vcs-snapshot DESCRIPTION="vim plugin: resolve conflicts during three-way merges" -HOMEPAGE="https://bitbucket.org/sjl/splice.vim/ https://www.vim.org/scripts/script.php?script_id=4026" +HOMEPAGE="https://docs.stevelosh.com/splice.vim/ https://www.vim.org/scripts/script.php?script_id=4026" SRC_URI="https://bitbucket.org/sjl/${PN}.vim/get/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT"