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 3E6A7139694 for ; Fri, 21 Apr 2017 07:33:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA824E0CB3; Fri, 21 Apr 2017 07:33:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9886BE0CB3 for ; Fri, 21 Apr 2017 07:33:35 +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 EBDE4341693 for ; Fri, 21 Apr 2017 07:33:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB930744A for ; Fri, 21 Apr 2017 07:33:21 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1492759245.8ef7fd0068f0db1f718baf00952df0b1fab0ffb3.soap@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.0.1.ebuild app-vim/splice/splice-1.1.0.ebuild X-VCS-Directories: app-vim/splice/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 8ef7fd0068f0db1f718baf00952df0b1fab0ffb3 X-VCS-Branch: master Date: Fri, 21 Apr 2017 07:33:21 +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: e28338bd-4839-4b7b-ad7e-d9ecd91427a3 X-Archives-Hash: 770edc636e482afb462f2ca62f0eec53 commit: 8ef7fd0068f0db1f718baf00952df0b1fab0ffb3 Author: David Seifert gentoo org> AuthorDate: Fri Apr 21 07:20:45 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Apr 21 07:20:45 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ef7fd00 app-vim/splice: [QA] Add missing python metadata variables Package-Manager: Portage-2.3.5, Repoman-2.3.2 app-vim/splice/splice-1.0.1.ebuild | 10 ++++++++-- app-vim/splice/splice-1.1.0.ebuild | 10 ++++++++-- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/app-vim/splice/splice-1.0.1.ebuild b/app-vim/splice/splice-1.0.1.ebuild index f14b0fae48c..60628b4e947 100644 --- a/app-vim/splice/splice-1.0.1.ebuild +++ b/app-vim/splice/splice-1.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,11 +8,17 @@ inherit vim-plugin python-single-r1 DESCRIPTION="vim plugin: resolve conflicts during three-way merges" HOMEPAGE="https://sjl.bitbucket.org/splice.vim/ http://vim.sourceforge.net/scripts/script.php?script_id=4026" + LICENSE="MIT" KEYWORDS="amd64 x86" REQUIRED_USE="${PYTHON_REQUIRED_USE}" -RDEPEND="|| ( app-editors/vim[python] app-editors/gvim[python] )" +RDEPEND=" + ${PYTHON_DEPS} + || ( + app-editors/vim[python] + app-editors/gvim[python] + )" VIM_PLUGIN_HELPFILES="${PN}.txt" diff --git a/app-vim/splice/splice-1.1.0.ebuild b/app-vim/splice/splice-1.1.0.ebuild index 823dfad780b..236c096c3a2 100644 --- a/app-vim/splice/splice-1.1.0.ebuild +++ b/app-vim/splice/splice-1.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,11 +9,17 @@ inherit vim-plugin python-single-r1 vcs-snapshot DESCRIPTION="vim plugin: resolve conflicts during three-way merges" HOMEPAGE="https://bitbucket.org/sjl/splice.vim http://vim.sourceforge.net/scripts/script.php?script_id=4026" SRC_URI="https://bitbucket.org/sjl/${PN}.vim/get/v${PV}.tar.gz -> ${P}.tar.gz" + LICENSE="MIT" KEYWORDS="amd64 x86" REQUIRED_USE="${PYTHON_REQUIRED_USE}" -RDEPEND="|| ( app-editors/vim[python] app-editors/gvim[python] )" +RDEPEND=" + ${PYTHON_DEPS} + || ( + app-editors/vim[python] + app-editors/gvim[python] + )" VIM_PLUGIN_HELPFILES="${PN}.txt"