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 C0475139083 for ; Thu, 20 Apr 2017 07:59:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E73BBE0D0D; Thu, 20 Apr 2017 07:59: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 C3A87E0D0D for ; Thu, 20 Apr 2017 07:59: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 90CBF341689 for ; Thu, 20 Apr 2017 07:59:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5579D7442 for ; Thu, 20 Apr 2017 07:59:31 +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: <1492675093.dd463f7e332cb7297cd92a1aed83dc2208bee585.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/gcalcli/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/gcalcli/gcalcli-3.2.ebuild app-misc/gcalcli/gcalcli-3.3.2.ebuild X-VCS-Directories: app-misc/gcalcli/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: dd463f7e332cb7297cd92a1aed83dc2208bee585 X-VCS-Branch: master Date: Thu, 20 Apr 2017 07:59:31 +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: 913f4bc0-6e93-4152-8e2b-10fe2263d30c X-Archives-Hash: 1d23e47e16b9a4259d28fca6680f6e04 commit: dd463f7e332cb7297cd92a1aed83dc2208bee585 Author: David Seifert gentoo org> AuthorDate: Thu Apr 20 07:26:12 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Thu Apr 20 07:58:13 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd463f7e app-misc/gcalcli: [QA] Add missing python metadata variables Package-Manager: Portage-2.3.5, Repoman-2.3.2 app-misc/gcalcli/gcalcli-3.2.ebuild | 14 ++++++++------ app-misc/gcalcli/gcalcli-3.3.2.ebuild | 12 +++++++----- 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/app-misc/gcalcli/gcalcli-3.2.ebuild b/app-misc/gcalcli/gcalcli-3.2.ebuild index 4253aef6523..b0be16fdd60 100644 --- a/app-misc/gcalcli/gcalcli-3.2.ebuild +++ b/app-misc/gcalcli/gcalcli-3.2.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 @@ -15,12 +15,14 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" -DEPEND="" -RDEPEND="dev-python/python-dateutil - dev-python/google-api-python-client - dev-python/gdata - dev-python/vobject" +RDEPEND="${PYTHON_DEPS} + dev-python/python-dateutil[${PYTHON_USEDEP}] + dev-python/google-api-python-client[${PYTHON_USEDEP}] + dev-python/gdata[${PYTHON_USEDEP}] + dev-python/vobject[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND}" src_install() { dodoc -r ChangeLog README.md docs diff --git a/app-misc/gcalcli/gcalcli-3.3.2.ebuild b/app-misc/gcalcli/gcalcli-3.3.2.ebuild index 1198238ced9..b0be16fdd60 100644 --- a/app-misc/gcalcli/gcalcli-3.3.2.ebuild +++ b/app-misc/gcalcli/gcalcli-3.3.2.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 @@ -15,11 +15,13 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" -DEPEND="dev-python/python-dateutil[${PYTHON_USEDEP}] - dev-python/google-api-python-client[${PYTHON_USEDEP}] - dev-python/gdata[${PYTHON_USEDEP}] - dev-python/vobject[${PYTHON_USEDEP}]" +RDEPEND="${PYTHON_DEPS} + dev-python/python-dateutil[${PYTHON_USEDEP}] + dev-python/google-api-python-client[${PYTHON_USEDEP}] + dev-python/gdata[${PYTHON_USEDEP}] + dev-python/vobject[${PYTHON_USEDEP}]" RDEPEND="${DEPEND}" src_install() {